local p = ;
function p.format_as_HTML(frame)
local s = mw.title.getCurrentTitle.subpageText
local disp = "" for element, count in string.gmatch(s, "([A-Z][a-z]?)(%d*)") do if (count
return disp
end
function p.collation_key(frame)
local s = mw.title.getCurrentTitle.subpageText
local ckey = "" for element, count in string.gmatch(s, "([A-Z][a-z]?)(%d*)") do if (count
return ckey
end
return p