Template:40kshiplist: Difference between revisions

From AAFNRPWiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
: Template for pretty-printing a list of 40k ships.
<!-- Template for pretty-printing a list of 40k ships.
: Arg 1 is ship name
Arg 1 is ship name
: Arg 2 is ship class
Arg 2 is ship class
: Arg 3 is the ship's brief description.
Arg 3 is the ship's brief description.
<TD style="font-style: italic">FOO {{{1}}}</TD><TD>{{{2}}}</TD><TD style="text-transform: capitalize;">{{{3}}}</TD>
-->
<TR><TD style="font-style: italic">FOO {{{1}}}</TD><TD>{{{2}}}</TD><TD style="text-transform: capitalize;">{{{3}}}</TD></TR>

Revision as of 03:15, 6 February 2010

FOO {{{1}}}{{{2}}}{{{3}}}