Template:Model-stats: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{{{no_start|<table style=" | {{{no_start|<table style=" | ||
border: 1px solid black; | border: 1px solid black; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
Line 75: | Line 75: | ||
</tr> | </tr> | ||
<tr style="{{{cost|display: none;}}}"> | <tr style="{{{cost|display: none;}}}"> | ||
<td style="padding: 2px; padding-right: 10px; font-size: 80%; font-weight: bold | <td style="padding: 2px; padding-right: 10px; font-size: 80%; font-weight: bold; ">Cost per model</td> | ||
<td style="padding: 2px; padding-right: 10px; font-size: 80% | <td style="padding: 2px; padding-right: 10px; font-size: 80%; ">{{{cost}}}</td> | ||
</tr> | </tr> | ||
Line 102: | Line 102: | ||
| thresh = | | thresh = | ||
| ess = | | ess = | ||
| cost = | |||
}} | }} | ||
</pre> | </pre> | ||
==EXAMPLE== | ==EXAMPLE== | ||
Here's an example | Here's an example | ||
{{Model-stats | <table> | ||
<tr><td> | |||
{{Model-stats | |||
| name = Bob the great | | name = Bob the great | ||
| base = 30mm | | base = 30mm | ||
Line 117: | Line 120: | ||
| arc = 9 | | arc = 9 | ||
| ctrl = 16 | | ctrl = 16 | ||
| cost = 2 | |||
}} | }} | ||
</td> | |||
<td> | |||
<pre style="width: 220px; margin-left: 20px;"> | <pre style="width: 220px; margin-left: 20px;"> | ||
{{Model-stats | {{Model-stats | ||
Line 130: | Line 136: | ||
| arc = 9 | | arc = 9 | ||
| ctrl = 16 | | ctrl = 16 | ||
| cost = 2 | |||
}} | }} | ||
</pre> | </pre></td></tr></table> | ||
</noinclude> | </noinclude> |
Revision as of 06:02, 26 December 2023
Stat block for models. Shamelessly borrowed from LOS Warmachine University.
USAGE
Just paste what's below. Delete the pipes you're not using.
{{Model-stats | name = | base = | spd = | aat = | mat = | rat = | def = | arm = | arc = | ctrl = | fury = | thresh = | ess = | cost = }}
EXAMPLE
Here's an example
|
{{Model-stats | name = Bob the great | base = 30mm | spd = 5 | aat = 6 | mat = 7 | rat = 8 | def = 12 | arm = 14 | arc = 9 | ctrl = 16 | cost = 2 }} |