Module:Sandbox/Sameboat/m1: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 37:
function p._link(args)
local result
result = math.fmod(7, 3)
for namespace, atitle in ipairs(mw.text.split(tostring(mw.title.getCurrentTitle()), '\:')) do
result = namespace .. ' ' .. atitle
end
return result
end