Template:Card Sheet/Companion: Difference between revisions
From Unforgotten Realms Wiki
Jump to navigationJump to search
imported>B333 Created page with "<noinclude> ==Card Sheet for Companion== Maximum rows is 100 due to limitations in the looping parser. Category:Templates </noinclude> <table class="sortable mw-collapsi..." |
m Add uncategorized template subcategory |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
==Card Sheet for Companion== | ==Card Sheet for Companion== | ||
<pre>{{Card Sheet/Companion | |||
|name1 | |||
|desc1 | |||
|abi1 | |||
|sta1 | |||
|type1 | |||
... | |||
}} | |||
</pre> | |||
Maximum rows is 100 due to limitations in the looping parser. | Maximum rows is 100 due to limitations in the looping parser. | ||
| Line 27: | Line 40: | ||
| {{{name{{#var: i }} | }}} | | {{{name{{#var: i }} | }}} | ||
| | | | ||
<tr style="color: black; background:# | <tr style="color: black; background:#bcecfc; border:1px solid #2a2a2a; padding:1em; margin:auto; text-align: center;" id ="{{{name{{#var: i }}}}}"> | ||
<td>{{{name{{#var: i }}}}}</td> | <td>{{{name{{#var: i }}}}}</td> | ||
<td>{{{desc{{#var: i }}}}}</td> | <td>{{{desc{{#var: i }}}}}</td> | ||
| Line 37: | Line 50: | ||
}} | }} | ||
</table> | </table> | ||
<noinclude> | |||
[[Category:Uncategorized Templates]] | |||
</noinclude> | |||
Latest revision as of 16:13, 28 April 2026
Card Sheet for Companion
{{Card Sheet/Companion
|name1
|desc1
|abi1
|sta1
|type1
...
}}
Maximum rows is 100 due to limitations in the looping parser.
| Companion Name | Description | Abilities | Stamina | Type |
|---|---|---|---|---|
| {{{name1}}} | {{{desc1}}} | {{{abi1}}} | {{{sta1}}} | {{{type1}}} |


