Template:Documentation/start box2: Difference between revisions

From Vendetta Lua
Jump to navigationJump to search
New page: {{documentation/start box | preload = {{{preload|}}} <!--Allow custom preloads--> | heading = {{{heading|¬}}} <!--Empty but defined means no header--> | heading-style = {{{heading-sty...
 
No edit summary
Line 1: Line 1:
{{documentation/start box
I was hoping to bring over some documentation templates, but there was just a whole lot more to make them work than I realized.  This page should be deleted.
| 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>
 
{{pp-template}}
<!-- Add categories and interwikis to the /doc subpage, not here! -->
</noinclude>

Revision as of 04:53, 31 March 2011

I was hoping to bring over some documentation templates, but there was just a whole lot more to make them work than I realized. This page should be deleted.