Template:Index Mbox
From FORwiki
(Difference between revisions)
(Created page with '<table style="padding:0.3em; float:right; margin-left:15px; border:1px solid #A3B1BF; background:#f5faff; text-align:center; font-size:95%; line-height:1.5em;"> <th align="center...') |
|||
| (One intermediate revision not shown) | |||
| Line 32: | Line 32: | ||
<tr><td>{{{list10}}}</td></tr>}}<!-- | <tr><td>{{{list10}}}</td></tr>}}<!-- | ||
--></table> | --></table> | ||
| + | <noinclude> | ||
| + | {{Documentation}} | ||
| + | [[Category:Templates]] | ||
| + | [[Category:Visual Templates]] | ||
| + | </noinclude> | ||
Current revision as of 22:16, 24 December 2009
| {{{name}}} |
|---|
[edit] []
Template documentation
This template creates a named box with user defined lists on each row.
Usage
{{Index Mbox
| name = Name
| list1 = List(1)
| ...
| listn = List(N)
}}
Example
{{Index Mbox
| name = Name
| list1 = List1
| list2 = List2
| list3 = List3
| list4 = List4
| list5 = List5
}}
produces
| Name |
|---|
| List1 |
| List2 |
| List3 |
| List5 |

