Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Template:Sandbox other/doc: Difference between revisions

Content deleted Content added
m remove notice from sandbox
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]]) -->
{{sandboxSandbox other||{{notNot a sandbox}}}}
{{#ifeq:{{SUBPAGENAME}}|sandbox||{{High-use| 2420 }}}}
{{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, {{paraPara|1}} and {{paraPara|2}}. Near the bottom of a /doc page where the categories are usually placed, install this template as follows:
<pre>
{{Documentation subpage}}
<includeonly>{{sandbox other||
<!-- all /documentation code goes here -->
<!-- Categories go below this line, please; interwikis go to Wikidata, thank you! -->
<includeonly>{{sandboxSandbox other||
<!-- Categories the main template should be in, but not the /sandbox: -->
[[Category:(first category)]]
[[Category:(second category)]]
(more categories if needed)
 
}}</includeonly>
</pre>
 
* Usage of an empty first parameter (two pipes together, {{codeCode|<nowiki>||</nowiki>}}, at the end of the first line of code above) essentially means {{paraPara|1|(do nothing)}} and will not allow the sandbox page to populate the listed categories.
* Note that the closing template braces ({{codeCode|<nowiki>}}</nowiki>}}) are placed just before the &#60;/includeonly> tag. This is the same as {{paraPara|2|(category comment and categories)}}. In "long hand" it may appear as follows:
<pre>
<includeonly>{{sandboxSandbox other|1=<!-- keep sandbox out of categories -->|2=
<!-- CategoriesPlease, categories go below this line, please;and interwikis go to Wikidata, thank you! -->
[[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]] -->
<!-- Categories below this line, please; interwikis at Wikidata -->
{{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}}
<includeonly>{{sandboxSandbox other||
<!-- CategoriesPlease, gocategories below this line, please;and interwikis go toat Wikidata, thank you!. -->
[[Category:NamespacePagename manipulation templates]]
[[Category:Template namespace templates]]
}}</includeonly><noinclude>
[[pt:Predefinição:Testes outro/doc]]
</noinclude>