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
for namespace, atitle in ipairs(mw.text.split(tostring(mw.title.getCurrentTitle()), '\:')) do
result = 'Simple loop\n'
result = resultnamespace .. ': ' .. i .. '\n'atitle
for i = 10,100,10 do
result = result .. ':' .. i .. '\n'
end
return result