مندرجات کا رخ کریں

ماڈیول:Bold list

آزاد دائرۃ المعارف، ویکیپیڈیا سے
Documentation icon دستاویز [تخلیق]
-- Written by User:Ahecht in response to a thread at [[ویکیپیڈیا:دیوان عام (کارگاہ خیال)]]
return { main = function(frame)
	args = {}
	for i, v in ipairs(frame:getParent().args) do table.insert(args, v)	end
	conj = "'''" .. (#args > 2 and "، " or " ") .. (frame.args.conj or "or") .. " '''"
	return "'''"..mw.text.listToText(args, "'''، '''", conj).."'''"
end }