Template:Navbox: Difference between revisions

From WonderWiki
Jump to navigation Jump to search
(Created page with '<table width="90%" class="navbox"> <tr><th colspan="2" class="navboxhead">{{{1}}}</th></tr> <noinclude><tr><td colspan="2" align="center"></noinclude>{{{2}}}<noinclude></td></tr>…')
 
(experimenting)
Line 3: Line 3:
<noinclude><tr><td colspan="2" align="center"></noinclude>{{{2}}}<noinclude></td></tr></noinclude>
<noinclude><tr><td colspan="2" align="center"></noinclude>{{{2}}}<noinclude></td></tr></noinclude>
</table><noinclude>
</table><noinclude>
==Usage==
See this table for a wholesome serving of usage examples.
<center>
{|class=wikitable
!Example Wiki syntax
!Product
|-
|<pre>
{{navbox
|title of the box|
{{navboxrow
  |list = no section title here
}}
{{navboxrow
  |title= section title
  |list = section content... yep
}}
{{navboxrow
  |title=
  |list =
}}
{{navboxrow
  |title=
  |list =
}}
}}
</pre>
|{{navbox
|title of the box|
{{navboxrow
  |list = no section title here
}}
{{navboxrow
  |title= section title
  |list = section content... yep
}}
{{navboxrow
  |title=
  |list =
}}
{{navboxrow
  |title=
  |list =
}}
}}
|-
|<pre>{{navbox
|lol another one|
{{navboxrow
  |title=
  |list =
}}
{{navboxrow
  |title=
  |list =
}}
{{navboxrow
  |title= something
  |list = no idea
}}
}}</pre>
|{{navbox
|lol another one|
{{navboxrow
  |title= ?
  |list = no
}}
{{navboxrow
  |title= whatever
  |list = fgh
}}
{{navboxrow
  |title= :P
  |list = heh
}}
}}
|-
|<pre>{{navbox
|one more, with ''FEELING!''|
{{navboxrow
  |list = ?
}}
}}</pre>
|{{navbox
|one more, with ''FEELING!''|
{{navboxrow
  |list = ?
}}
}}
|}</center>
[[category: Templates]]
</noinclude>

Revision as of 14:13, 13 April 2011


Usage

See this table for a wholesome serving of usage examples.

Example Wiki syntax Product
{{navbox
|title of the box|
 {{navboxrow
  |list = no section title here
 }}
 {{navboxrow
  |title= section title
  |list = section content... yep
 }}
 {{navboxrow
  |title= 
  |list = 
 }}
 {{navboxrow
  |title= 
  |list = 
 }}
}}


{{navbox
|lol another one|
 {{navboxrow
  |title= 
  |list = 
 }}
 {{navboxrow
  |title= 
  |list = 
 }}
 {{navboxrow
  |title= something
  |list = no idea
 }}
}}


{{navbox
|one more, with ''FEELING!''|
 {{navboxrow
  |list = ?
 }}
}}