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 = result .. ':' .. i .. '\n'
end
return result
|