Editing Template:Documentation
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
{{# | <!-- | ||
<!-- Add categories to the /doc subpage --> | 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}} | |||
| {{#if: {{PROTECTIONLEVEL:edit}} | |||
| {{pp-template}} | |||
| <!--Not protected, or only semi-move-protected--> | |||
}} | |||
}} | |||
}}<!-- | |||
Start of green doc box. | |||
-->{{documentation/core | |||
| heading = {{{heading|¬}}} <!--Empty but defined means no header--> | |||
| heading-style = {{{heading-style|}}} | |||
| content = {{{content|}}} | |||
| docpage = | |||
{{#if: {{{1|}}} | |||
| {{{1|}}} | |||
| {{#switch: {{SUBPAGENAME}} | |||
| sandbox | |||
| testcases = {{#rel2abs: ../doc }} | |||
| #default = {{SUBJECTPAGENAME}}/doc | |||
}} | |||
}} | |||
| doc exist = | |||
{{#ifexist: | |||
{{#if: {{{1|}}} | |||
| {{{1|}}} | |||
| {{#switch: {{SUBPAGENAME}} | |||
| sandbox | |||
| testcases = {{#rel2abs: ../doc }} | |||
| #default = {{SUBJECTPAGENAME}}/doc | |||
}} | |||
}} | |||
| yes | |||
}} | |||
| sandbox = | |||
{{#switch: {{SUBPAGENAME}} | |||
| sandbox | |||
| testcases = {{#rel2abs: ../sandbox }} | |||
| #default = {{FULLPAGENAME}}/sandbox | |||
}} | |||
| testcases = | |||
{{#switch: {{SUBPAGENAME}} | |||
| sandbox | |||
| testcases = {{#rel2abs: ../testcases }} | |||
| #default = {{FULLPAGENAME}}/testcases | |||
}} | |||
| link box = {{{link box|}}} <!--So "link box=off" works--> | |||
}}<!--End of green doc box--><noinclude> | |||
<!-- Add categories and interwikis to the /doc subpage, not here! --> | |||
</noinclude> | </noinclude> |