Content deleted Content added
m remove notice from sandbox |
GKNishimoto (talk | contribs) No edit summary |
||
(30 intermediate revisions by 14 users not shown) | |||
Line 1:
{{Documentation subpage}}
<!-- Please, place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
{{
{{#ifeq:{{SUBPAGENAME}}|sandbox||{{High-use
{{Lua|Module:String}}
This template allows to differentiate between regular <code>Template:...</code> and <code>Template:.../sandbox</code> pages. It is typically used to ''prevent'' a /sandbox page being categorised with their main page.
;Also: when numbered /sandbox1
Any subpage <code>/sandbox''ANYTEXT''</code> is considered a <code>/sandbox</code>. So this includes <code>/sandbox''1''</code>, <code>/sandbox_2</code>.
;Also: /doc
A <code>/doc</code> subpage is also considered a <code>/sandbox</code>.
== Usage ==
This template can be used on template documentation pages to ensure that any given template sandbox or template documentation does not populate its main template's category(ies).
This template has two unnamed parameters, {{
<pre>
{{Documentation subpage}}
<includeonly>{{sandbox other||▼
<!-- all /documentation code goes here -->
<!-- Categories go below this line, please; interwikis go to Wikidata, thank you! -->▼
<!-- Categories the main template should be in, but not the /sandbox: -->
[[Category:(first category)]]
[[Category:(second category)]]
}}</includeonly>
</pre>
* Usage of an empty first parameter (two pipes together, {{
* Note that the closing template braces ({{
<pre>
<includeonly>{{
<!--
[[Category:(first category)]]
[[Category:(second category)]]
Line 29 ⟶ 40:
</pre>
== TemplateData ==
<includeonly>{{sandbox other||▼
<!-- The <nostrip> comments are necessary to work around bugs in [[Module:Plain text]] -->
{{Format TemplateData|<templatedata>
[[Category:Namespace manipulation templates]]▼
{
"description": "This template allows to differentiate between regular <code><!--nostrip-->Template:...</code><!--nostrip--> and <code><!--nostrip-->Template:.../sandbox</code><!--nostrip--> pages.",
"format": "inline",
"params": {
"1": {
"label": "Sandbox text",
"type": "content"
},
"2": {
"label": "Non-sandbox text",
"type": "content"
}
}
}
</templatedata>}}
== See also ==
{{Foo other see also}}
{{Namespace and pagename-detecting templates}}
▲<!--
[[Category:Template namespace templates]]
}}</includeonly><noinclude>
[[pt:Predefinição:Testes outro/doc]]
</noinclude>
|