پودمان:Transclusion count: تفاوت میان نسخهها
بومیسازی
Nazarzadeh (بحث | مشارکتها) جز (۱ نسخه واردشده) |
(بومیسازی) |
||
خط ۲۰: | خط ۲۰: | ||
if namespace == 10 or namespace == 828 then | if namespace == 10 or namespace == 828 then | ||
template = mw.ustring.gsub(template, "/doc$", "") -- strip /doc from end | template = mw.ustring.gsub(template, "/doc$", "") -- strip /doc from end | ||
template = mw.ustring.gsub(template, "/توضیحات$", "") -- strip /توضیحات from end | |||
local index = mw.ustring.sub(mw.title.new(template).text,1,1) | local index = mw.ustring.sub(mw.title.new(template).text,1,1) | ||
local | local subpage_title = 'Transclusion_count/data/' .. (index or "other") | ||
return_value = tonumber(data[mw.ustring.gsub(template, " ", "_")]) | local subpage = mw.title.makeTitle(828, subpage_title) | ||
if subpage.exists then | |||
local data = mw.loadData('Module:' .. subpage_title) | |||
return_value = tonumber(data[mw.ustring.gsub(template, " ", "_")]) | |||
end | |||
end | end | ||
end | end |