Template:Documentation: Difference between revisions
Jump to navigation
Jump to search
mwnote>Wargo No edit summary |
mwnote>Mr. Stradivarius (avoid passing {{{content}}} through, as subtemplates only need to know if it is blank or not, per protected edit request) |
||
Line 3: | Line 3: | ||
-->{{#ifeq: {{SUBPAGENAME}} | sandbox | -->{{#ifeq: {{SUBPAGENAME}} | sandbox | ||
| <div style="clear: both;"></div>{{template sandbox notice|{{{livepage|}}}}} | | <div style="clear: both;"></div>{{template sandbox notice|{{{livepage|}}}}} | ||
}}<!-- | |||
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. | Start of green doc box. | ||
Line 9: | Line 19: | ||
| heading = {{{heading|¬}}} <!--Empty but defined means no header--> | | heading = {{{heading|¬}}} <!--Empty but defined means no header--> | ||
| heading-style = {{{heading-style|}}} | | heading-style = {{{heading-style|}}} | ||
| content = {{{content|}}} | | content = {{#if:{{{content|}}}|1}} | ||
<!--Some namespaces must have the /doc, /sandbox and /testcases | <!--Some namespaces must have the /doc, /sandbox and /testcases | ||
Line 38: | Line 48: | ||
-->{{documentation/end box2 | -->{{documentation/end box2 | ||
| preload = {{{preload|}}} <!--Allow custom preloads--> | | preload = {{{preload|}}} <!--Allow custom preloads--> | ||
| content = {{{content|}}} | | content = {{#if:{{{content|}}}|1}} | ||
| link box = {{{link box|}}} <!--So "link box=off" works--> | | link box = {{{link box|}}} <!--So "link box=off" works--> | ||