Module:Transclusion count: Difference between revisions

m
10 revisions imported from wikipedia:Module:Transclusion_count
m (1 revision imported)
m (10 revisions imported from wikipedia:Module:Transclusion_count)
 
(4 intermediate revisions by 3 users not shown)
Line 6:
 
-- Use demo parameter if it exists, otherswise use current template name
local namespace = mw.title.getCurrentTitle().namespace
if frame.args["demo"] and frame.args["demo"] ~= "" then
template = frame.args["demo"]
elseif mw.title.getCurrentTitle().namespace == 10 then -- Template namespace only
template = mw.title.getCurrentTitle().text
elseif namespace == 828 then -- Module namespace
template = (mw.site.namespaces[828].name .. ":" .. mw.title.getCurrentTitle().text)
end
 
-- If in template or module namespace, look up count in /data
if template ~= nil and mw.title.new(template, "Template").namespace == 10 then
templatenamespace = mw.ustringtitle.gsubnew(template, "/doc$", "Template") -- strip /doc from end.namespace
if namespace == 10 or namespace == 828 then
local index = mw.ustring.upper(mw.ustring.sub(template,1,1))
local data template = mw.loadData('Module:Transclusion_count/data/' .. (mw.ustring.findgsub(indextemplate, "/doc$", "%a") and-- indexstrip or/doc "other"))from end
return_value local index = tonumber(data[mw.ustring.gsubsub(mw.title.new(template).text, " "1, "_")]1)
local data = mw.loadData('Module:Transclusion_count/data/' .. (mw.ustring.find(index, "%a") and index or "other"))
return_value = tonumber(frame:callParserFunctiondata[mw.ustring.gsub('formatnum'template, arg1" ", 'R'"_")])
end
end
Line 23 ⟶ 29:
if return_value == nil and frame.args[1] ~= nil then
local arg1=mw.ustring.match(frame.args[1], '[%d,]+')
if arg1 and arg1 ~= '' then
return_value = tonumber(frame:callParserFunction('formatnum', arg1, 'R'))
return_value = tonumber(frame:callParserFunction('formatnum', arg1, 'R'))
end
end