Version vom 7. Oktober 2022, 16:56 Uhr von imported>Oetterer (Schützte „Vorlage:When in sandbox“: Automatic protection of selected project pages ([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.