Template:Card Sheet/Item/Consumable: Difference between revisions
From Unforgotten Realms Wiki
Jump to navigationJump to search
imported>Skydivizer Created page with "<noinclude> == Card Sheet for Items (Consumable) == Maximum rows is 100 due to limitations in the looping parser. </noinclude> <table class="wikitable sortable mw-collapsibl..." |
imported>Pillowkeeper Updated to new wikitable theme. |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 3: | Line 3: | ||
Maximum rows is 100 due to limitations in the looping parser. | Maximum rows is 100 due to limitations in the looping parser. | ||
[[Category:Templates]] | |||
</noinclude> | </noinclude> | ||
<table class=" | <table class="sortable mw-collapsible" > | ||
<tr> | <tr> | ||
<th style="background:#a19e9e; border:1px solid #2a2a2a; padding:1em; margin:auto;">Card Name</th> | <th style="color: black; background:#a19e9e; border:1px solid #2a2a2a; padding:1em; margin:auto;">Card Name</th> | ||
<th style="background:#a19e9e; border:1px solid #2a2a2a; padding:1em; margin:auto;">Description</th> | <th style="color: black; background:#a19e9e; border:1px solid #2a2a2a; padding:1em; margin:auto;">Description</th> | ||
<th style="background:#a19e9e; border:1px solid #2a2a2a; padding:1em; margin:auto;">Cost (Gold)</th> | <th style="color: black; background:#a19e9e; border:1px solid #2a2a2a; padding:1em; margin:auto;">[[File:Limited gem.png|50px]]</th> | ||
<th style="background:#a19e9e; border:1px solid #2a2a2a; padding:1em; margin:auto;">Image</th> | <th style="color: black; background:#a19e9e; border:1px solid #2a2a2a; padding:1em; margin:auto;">Cost (Gold)</th> | ||
<th style="color: black; background:#a19e9e; border:1px solid #2a2a2a; padding:1em; margin:auto;">Image</th> | |||
</tr> | </tr> | ||
<tr style="background:#dbdbdb; border:1px solid #2a2a2a; padding:1em; margin:auto; text-align: center;" id ="{{{name1}}}"> | <tr style="color: black; background:#dbdbdb; border:1px solid #2a2a2a; padding:1em; margin:auto; text-align: center;" id ="{{{name1}}}"> | ||
<td>{{{name1}}}</td> | <td>{{{name1}}}</td> | ||
<td>{{{desc1}}}</td> | <td>{{{desc1}}}</td> | ||
<td>{{{lim1|}}}</td> | |||
<td>{{{cost1}}}</td> | <td>{{{cost1}}}</td> | ||
<td>{{{img1}}}</td> | <td>{{{img1}}}</td> | ||
| Line 24: | Line 28: | ||
| {{{name{{#var: i }} | }}} | | {{{name{{#var: i }} | }}} | ||
| | | | ||
<tr style="background:#dbdbdb; border:1px solid #2a2a2a; padding:1em; margin:auto; text-align: center;" id ="{{{name{{#var: i }}}}}"> | <tr style="color: black; background:#dbdbdb; 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> | ||
<td>{{{lim{{#var: i }}|}}}</td> | |||
<td>{{{cost{{#var: i }}}}}</td> | <td>{{{cost{{#var: i }}}}}</td> | ||
<td>{{{img{{#var: i }}}}}</td> | <td>{{{img{{#var: i }}}}}</td> | ||


