Module:Uses TemplateStyles: Difference between revisions

Content deleted Content added
Stop inventing you're own naming convention break; "/sandbox" should be the last part of a sandbox's name, not the middle part
No edit summary
Line 36:
local tsTitle = mw.title.new(ts)
if tsTitle then
local tsSandboxTitle = mw.title.new(ts +.. "/sandbox")
if tsSandboxTitle and tsSandboxTitle.exists then
sandboxLink = string.format(' ([[:%s|sandbox]])', tsSandboxTitle.prefixedText)