Content deleted Content added
multiText language |
try fix error |
||
Line 30:
text = string.format("%s [[%s]]",text,mw.title.getCurrentTitle().text) --If no target given assume current page is the target
else
text = string.format("%s [[%s:%s]]",text,mw.title.getCurrentTitle().nsText,mw.title.getCurrentTitle().text)
end
else
|