Template:ListofCards: Difference between revisions
From Unforgotten Realms Wiki
Jump to navigationJump to search
imported>Pillowkeeper mNo edit summary |
imported>Pillowkeeper mNo edit summary |
||
| Line 7: | Line 7: | ||
|tableback= | |tableback= | ||
|tablebord= | |tablebord= | ||
|titlefont= | |||
|tblfont= | |||
|name1= | |name1= | ||
... | ... | ||
| Line 16: | Line 18: | ||
<table width="250px" border="0" cellspacing="0" class="wikitable sortable mw-collapsible"> | <table width="250px" border="0" cellspacing="0" class="wikitable sortable mw-collapsible"> | ||
<tr> | <tr> | ||
<th style="color: | <th style="color:{{{titlefont}}};background:{{{titleback}}};border:1px solid {{{titlebord}}}; padding:1em; margin:auto;">{{{title}}}</th> | ||
</tr> | </tr> | ||
<tr style="color: | <tr style="color:{{{tblfont}}}; background:{{{tableback}}}; margin:auto; border:1px solid {{{tablebord}}}}; text-align:center" id="{{{name1}}}"> | ||
<td>{{{name1}}}</td> | <td>{{{name1}}}</td> | ||
</tr> | </tr> | ||
| Line 27: | Line 29: | ||
| {{{ name{{#var: i }} | }}} | | {{{ name{{#var: i }} | }}} | ||
| | | | ||
<tr id ="{{{name{{#var: i }}}}}" style="color: | <tr id ="{{{name{{#var: i }}}}}" style="color:{{{tblfont}}}; background:{{{tableback}}}; margin:auto; border:1px solid {{{tableback}}}; text-align:center"> | ||
<td>{{{name{{#var: i }}}}}</td> | <td>{{{name{{#var: i }}}}}</td> | ||
Revision as of 14:13, 6 June 2015
Maximum rows is 100 due to limitations in the looping parser.
{{ListofCards
|title=
|titleback=
|titlebord=
|tableback=
|tablebord=
|titlefont=
|tblfont=
|name1=
...
}}
| {{{title}}} |
|---|
| {{{name1}}} |


