Content deleted Content added
In the interim, look for pages in both formats -- this is done without prejudice to one naming convention being chosen |
per discussion at WT:TemplateStyles |
||
Line 37:
if tsTitle then
local tsSandboxTitle = mw.title.new(string.format('%s:%s/sandbox/%s', tsTitle.nsText, tsTitle.baseText, tsTitle.subpageText))
if tsSandboxTitle and tsSandboxTitle.exists then
sandboxLink = string.format(' ([[:%s|sandbox]])', tsSandboxTitle.prefixedText)
|