پودمان:List: تفاوت میان نسخهها
پرش به ناوبری
پرش به جستجو
جز
«پودمان:List» را محافظت کرد: الگو یا پودمان حساس: حدود ۱۲۲٬۰۰۰ فراخوانی ([ویرایش=تنها مدیران] (بیپایان) [انتقال=تنها مدیران] (بیپایان))
جز (۱ نسخه واردشده) |
ویکی حقوق>Jeeputer جز («پودمان:List» را محافظت کرد: الگو یا پودمان حساس: حدود ۱۲۲٬۰۰۰ فراخوانی ([ویرایش=تنها مدیران] (بیپایان) [انتقال=تنها مدیران] (بیپایان))) |
||
خط ۸: | خط ۸: | ||
local p = {} | local p = {} | ||
local num_con = require('Module:Numeral converter').convert | |||
local listTypes = { | local listTypes = { | ||
خط ۶۷: | خط ۶۹: | ||
else | else | ||
data.listTag = 'ul' | data.listTag = 'ul' | ||
end | |||
-- Start number for ordered lists | |||
data.start = num_con("en", args.start) | |||
-- Two new persian translation for the start parameter | |||
if args['آغاز'] then | |||
data.start = num_con("en", args['آغاز']) | |||
end | |||
if args['شروع'] then | |||
data.start = num_con("en", args['شروع']) | |||
end | end | ||
if listType == 'horizontal_ordered' then | if listType == 'horizontal_ordered' then | ||
-- Apply fix to get start numbers working with horizontal ordered lists. | -- Apply fix to get start numbers working with horizontal ordered lists. |