Revision as of 21:57, 15 March 2012 view sourceTra (talk | contribs)8,152 edits add new parameter, per talk← Previous edit | Revision as of 09:12, 12 July 2013 view source Mr. Stradivarius (talk | contribs)Edit filter managers, Administrators59,191 edits avoid passing {{{content}}} through, as subtemplates only need to know if it is blank or not, per protected edit requestNext edit → | ||
Line 19: | 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 48: | 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--> | ||
Revision as of 09:12, 12 July 2013
Template:Documentation/start box2
Template:Documentation/end box2