Modul:Uses TemplateStyles: Unterschied zwischen den Versionen
Modul:Uses TemplateStyles (Quelltext anzeigen)
Version vom 24. September 2018, 15:24 Uhr
, vor 7 Jahrenper discussion at WT:TemplateStyles
(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) |
||
| Zeile 37: | Zeile 37: | ||
if tsTitle then | if tsTitle then | ||
local tsSandboxTitle = mw.title.new(string.format('%s:%s/sandbox/%s', tsTitle.nsText, tsTitle.baseText, tsTitle.subpageText)) | local tsSandboxTitle = mw.title.new(string.format('%s:%s/sandbox/%s', tsTitle.nsText, tsTitle.baseText, tsTitle.subpageText)) | ||
if tsSandboxTitle and tsSandboxTitle.exists then | if tsSandboxTitle and tsSandboxTitle.exists then | ||
sandboxLink = string.format(' ([[:%s|sandbox]])', tsSandboxTitle.prefixedText) | sandboxLink = string.format(' ([[:%s|sandbox]])', tsSandboxTitle.prefixedText) | ||