عرض مصدر وحدة:Pagelist
ليست لك الصلاحية لتعديل هذه الصفحة; للسبب التالي:
يمكنك مطالعة و نسخ مصدر هذه الصفحة.
local p = {}
local separators = {
dot = true,
pipe = true,
comma = true,
['tpt-languages'] = true
}
local function getSeparator(sep)
if type(sep) ~= 'string' then
return nil
end
if separators[sep] then
return mw.message.new(sep .. '-separator'):plain()
else
return sep
end
end
000
1:0
القالب المستخدم في هذه الصفحة:
ارجع إلى وحدة:Pagelist.