Content deleted Content added
get the namespace from tsTitle.nsText |
better make sure tsSandboxTitle is not nil before calling .exists |
||
Line 36:
local tsTitle = mw.title.new(ts)
if tsTitle then
local
if
sandboxLink = string.format(' ([[:%s|sandbox]])', tsSandbox.prefixedText)
end
end
|