پودمان:Pagetype: تفاوت میان نسخهها
جز ۱ نسخه واردشده |
جز ۱ نسخه واردشده |
||
(یک نسخهٔ میانی ویرایش شده توسط یک کاربر دیگر نشان داده نشد) | |||
خط ۲۰۲: | خط ۲۰۲: | ||
end | end | ||
if yesno(args.plural, false) then | if yesno(args.plural, false) then | ||
if cfg.irregularPlurals[pagetype] then | -- if cfg.irregularPlurals[pagetype] then | ||
-- pagetype = cfg.irregularPlurals[pagetype] | |||
--else | |||
if pagetype == "الگو" then | |||
pagetype = pagetype .. "های" | |||
else | else | ||
pagetype = pagetype .. | pagetype = pagetype .. "های" -- often 's' | ||
end | end | ||
end | end |