From WikiChip
Difference between revisions of "Template:Guide"

(+category)
(Trim padding)
 
Line 3: Line 3:
 
| style="width: 220px; text-align: center; font-size: 15px; font-weight: bold; color: #4A98D9;" | {{{header}}}
 
| style="width: 220px; text-align: center; font-size: 15px; font-weight: bold; color: #4A98D9;" | {{{header}}}
 
|-
 
|-
| style="padding-left: 20px;" |  
+
| style="padding-left: 9px;" |  
 
{{{body}}}
 
{{{body}}}
 
|}
 
|}

Latest revision as of 18:00, 12 June 2017

Template documentation


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

Usage[edit]

{{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