Version vom 7. September 2015, 14:33 Uhr von 127.0.0.1 (Diskussion) (Schützte „Vorlage:When in sandbox“ ([Bearbeiten=Nur Administratoren erlauben] (unbeschränkt) [Verschieben=Nur Administratoren erlauben] (unbeschränkt)))
{{when in sandbox (|…) (|…)}} = {{#ifeq:{{SUBPAGENAME}}|sandbox |{{{1|/sandbox}}} |{{{2|}}}}}
{{when in sandbox (|…) (|…)}} = {{when pagename is |/sandbox={{{1|/sandbox}}} |other={{{2|}}}}}
Returns "/sandbox" (or, if supplied, the parameter {{{1}}}
) if the template detects that the page where it is transcluded is a subpage named "sandbox" (i.e. is a sandbox page); otherwise it returns nothing (or, if supplied, {{{2}}}
). This can be useful to e.g. switch the version of a template used in its /doc[umentation] to the sandbox version (by using {{[[Vorlage:template_name{{\sandbox}}|template_name{{\sandbox}}]]}}
) when that documentation is transcluded on the template's sandbox page.