Template:Documentation: Difference between revisions
Jump to navigation
Jump to search
Rational Wiki>Blue No edit summary |
(Reducing transclusion depth per discussion on talk page) |
||
Line 1: | Line 1: | ||
< | <!-- | ||
<div style="clear:both; | Automatically add {{template sandbox notice}} when on a /sandbox page. | ||
-->{{#ifeq: {{SUBPAGENAME}} | sandbox | |||
|<!-- | | <div style="clear: both;"></div>{{template sandbox notice}} | ||
}}<!-- | |||
}} | Automatically add {{pp-template}} to protected templates. | ||
-->{{template other | |||
| {{#ifeq: {{PROTECTIONLEVEL:move}} | sysop | |||
{{ | | {{pp-template|docusage=yes}} | ||
{{# | | {{#if: {{PROTECTIONLEVEL:edit}} | ||
| {{pp-template|docusage=yes}} | |||
{{ | | <!--Not protected, or only semi-move-protected--> | ||
}} | |||
}} | |||
}}<!-- | |||
Start of green doc box. | |||
-->{{documentation/core | |||
| preload = {{{preload|}}} <!--Allow custom preloads--> | |||
| heading = {{{heading|¬}}} <!--Empty but defined means no header--> | |||
| heading-style = {{{heading-style|}}} | |||
| content = {{{content|}}} | |||
| link box = {{{link box|}}} <!--So "link box=off" works--> | |||
| docpage = | |||
{{#if: {{{1|}}} | |||
| {{{1|}}} | |||
| {{#switch: {{SUBJECTSPACE}} | |||
| {{ns:0}} | |||
| {{ns:File}} | |||
| {{ns:MediaWiki}} | |||
| {{ns:Category}} = {{TALKSPACE}} | |||
| #default = {{SUBJECTSPACE}} | |||
}}:{{#switch: {{SUBPAGENAME}} | |||
| sandbox | |||
| testcases = {{BASEPAGENAME}} | |||
| #default = {{PAGENAME}} | |||
}}/doc | |||
}} | |||
| doc exist = | |||
{{#ifexist: | |||
{{#if: {{{1|}}} | |||
| {{{1|}}} <!--Other docname fed--> | |||
| {{#switch: {{SUBJECTSPACE}} | |||
| {{ns:0}} | |||
| {{ns:File}} | |||
| {{ns:MediaWiki}} | |||
| {{ns:Category}} = {{TALKSPACE}} | |||
| #default = {{SUBJECTSPACE}} | |||
}}:{{#switch: {{SUBPAGENAME}} | |||
| sandbox | |||
| testcases = {{BASEPAGENAME}} | |||
| #default = {{PAGENAME}} | |||
}}/doc | |||
}} | |||
| yes | |||
}} | |||
| docname fed = | |||
{{#if: {{{1|}}} | |||
| yes | |||
}} | |||
| sandbox = | |||
{{#switch: {{SUBJECTSPACE}} | |||
| {{ns:0}} | |||
| {{ns:File}} | |||
| {{ns:MediaWiki}} | |||
| {{ns:Category}} = {{TALKSPACE}} | |||
| #default = {{SUBJECTSPACE}} | |||
}}:{{#switch: {{SUBPAGENAME}} | |||
| sandbox | |||
| testcases = {{BASEPAGENAME}} | |||
| #default = {{PAGENAME}} | |||
}}/sandbox | |||
| testcases = | |||
{{#switch: {{SUBJECTSPACE}} | |||
| {{ns:0}} | |||
| {{ns:File}} | |||
| {{ns:MediaWiki}} | |||
| {{ns:Category}} = {{TALKSPACE}} | |||
| #default = {{SUBJECTSPACE}} | |||
}}:{{#switch: {{SUBPAGENAME}} | |||
| sandbox | |||
| testcases = {{BASEPAGENAME}} | |||
| #default = {{PAGENAME}} | |||
}}/testcases | |||
| template page = | |||
{{NAMESPACE}}:{{#switch: {{SUBPAGENAME}} | |||
| sandbox | |||
| testcases = {{BASEPAGENAME}} | |||
| #default = {{PAGENAME}} | |||
}} | |||
}}<!--End of green doc box--><noinclude> | |||
<!-- Add categories and interwikis to the /doc subpage, not here! --> | |||
</noinclude> | </noinclude> |