www.fgks.org   »   [go: up one dir, main page]

Jump to content

Մոդուլ:Կատեգորիաները միայն հոդվածում

Վիքիպեդիայից՝ ազատ հանրագիտարանից

Documentation for this module may be created at Մոդուլ:Կատեգորիաները միայն հոդվածում/doc

local p = {}

function p.main( frame )
	local s = ""
	for i,v in ipairs(frame:getParent().args) do
		s = s + "[[Կատեգորիա:" .. v .. "]]"
	end
	return s
end

return p