Difference between revisions of "Template:Infobox"
Jump to navigation
Jump to search
| Line 12: | Line 12: | ||
{{#if:{{{shop|}}}| |
{{#if:{{{shop|}}}| |
||
<tr> |
<tr> |
||
<td class="infoboxtd1strow"><b> |
<td class="infoboxtd1strow"><b>Get it:</b></td> |
||
<td>{{{shop}}}</td> |
<td>{{{shop}}}</td> |
||
</tr>}} |
</tr>}} |
||
{{#if:{{{license|}}}| |
{{#if:{{{license|}}}| |
||
<tr> |
<tr> |
||
<td class="infoboxtd1strow"><b>License</b> |
<td class="infoboxtd1strow"><b>License:</b></td> |
||
<td>{{{license}}}</td> |
<td>{{{license}}}</td> |
||
</tr>}} |
</tr>}} |
||
| Line 25: | Line 25: | ||
{{#if:{{{players|}}}| |
{{#if:{{{players|}}}| |
||
<tr> |
<tr> |
||
<td class="infoboxtd1strow"><b># of Players</b> |
<td class="infoboxtd1strow"><b># of Players:</b></td> |
||
<td>{{{players}}}</td> |
<td>{{{players}}}</td> |
||
</tr>}} |
</tr>}} |
||