Difference between revisions of "Template:Documentation/start box2"
Jump to navigation
Jump to search
test>Dinoguy1000 (←Redirected page to Template:Documentation) |
test>Redrose64 (Undid revision 845802692 by Dinoguy1000 (talk) absolutely no reason for this undiscussed change) |
||
| Line 1: | Line 1: | ||
| − | # | + | {{documentation/start box |
| + | | preload = {{{preload|}}} <!--Allow custom preloads--> | ||
| + | | heading = {{{heading|¬}}} <!--Empty but defined means no header--> | ||
| + | | heading-style = {{{heading-style|}}} | ||
| + | | content = {{{content|}}} | ||
| + | |||
| + | | docpage = | ||
| + | {{#if: {{{1|}}} | ||
| + | | {{{1|}}} | ||
| + | | {{{docspace|{{NAMESPACE}}}}}:{{{template page|{{PAGENAME}}}}}/doc | ||
| + | }} | ||
| + | |||
| + | | doc exist = | ||
| + | {{#ifexist: | ||
| + | {{#if: {{{1|}}} | ||
| + | | {{{1|}}} <!--Other docname fed--> | ||
| + | | {{{docspace|{{NAMESPACE}}}}}:{{{template page|{{PAGENAME}}}}}/doc | ||
| + | }} | ||
| + | | yes | ||
| + | }} | ||
| + | |||
| + | }}<noinclude> | ||
| + | |||
| + | <!-- Add categories and interwikis to the /doc subpage, not here! --> | ||
| + | </noinclude> | ||