From WikiChip
Difference between revisions of "Template:Guide"

(Created page with "<includeonly><div class="noprint" style="float:right; box-shadow: 0 0 4px #BDBDBD inset; background-color: #FFFFFF; border-radius: 5px; width:220px; padding:10px; margin-left:...")
 
(+category)
Line 8: Line 8:
 
{{Navbar|{{{name}}}|text=|mini=1|style=float:right;}}
 
{{Navbar|{{{name}}}|text=|mini=1|style=float:right;}}
 
</div></includeonly><noinclude>{{Guide/Doc}}
 
</div></includeonly><noinclude>{{Guide/Doc}}
</noinclude>
+
</noinclude><noinclude>[[Category:Guide templates]]</noinclude>

Revision as of 00:59, 13 May 2014

Template documentation


This template should be used for all guide-like templates.

Usage

{{Guide
|name         = template name
|header       = header name
|body         = navigation content
}}

Example

{{Guide
|name         = example guide
|header       = Foo Programming Language
|body         = 
{{guide header|Intro}}
:* [[Main Page|Intro to Foo]]
:* [[Main Page|Foo's structure]]
{{guide header|Basics}}
:* [[Main Page|Variables]]
:* [[Main Page|Fooby things]]
{{guide header|Advanced}}
:* [[Main Page|Fooby things 2]]
:* [[Main Page|Fooby things 3]]
}}
Foo Programming Language

Intro

Basics

Advanced

v · d · e