Template:HorizTable: Difference between revisions
From Hack Forums Wiki
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<table class="layout plainlinks | <table class="layout plainlinks HorizTable"> | ||
<tr> | |||
<td class="HorizTable-img">[[File:{{{Row1IMG}}}|link=]] </td> | |||
<td class="HorizTable-desc"> '''{{{Row1Title}}}''' <br> {{{Row1Desc}}} </td> | |||
<td class="HorizTable-img">{{#if: {{{Row2IMG|}}}|[[File:{{{Row2IMG}}}|link=]]|{{Empty}}}}</td> | |||
<td class="HorizTable-desc"> {{#if:{{{Row2IMG|}}}|'''{{{Row2Title}}}'''<br>{{{Row2Desc}}}|{{Empty}}}}</td> | |||
<td class="HorizTable-img">{{#if: {{{Row3IMG|}}}|[[File:{{{Row3IMG}}}|link=]]|{{Empty}}}}</td> | |||
<td class="HorizTable-desc"> {{#if:{{{Row3IMG|}}}|'''{{{Row3Title}}}'''<br>{{{Row3Desc}}}|{{Empty}}}}</td> | |||
</tr> | |||
<tr> | |||
<td class="HorizTable-img">{{#if: {{{Row4IMG|}}}|[[File:{{{Row4IMG}}}|link=]]|{{Empty}}}}</td> | |||
<td class="HorizTable-desc"> {{#if:{{{Row4IMG|}}}|'''{{{Row4Title}}}'''<br>{{{Row4Desc}}}|{{Empty}}}}</td> | |||
<td class="HorizTable-img">{{#if: {{{Row5IMG|}}}|[[File:{{{Row5IMG}}}|link=]]|{{Empty}}}}</td> | |||
<td class="HorizTable-desc"> {{#if:{{{Row5IMG|}}}|'''{{{Row5Title}}}'''<br>{{{Row5Desc}}}|{{Empty}}}}</td> | |||
<td class="HorizTable-img">{{#if: {{{Row6IMG|}}}|[[File:{{{Row6IMG}}}|link=]]|{{Empty}}}}</td> | |||
<td class="HorizTable-desc"> {{#if:{{{Row6IMG|}}}|'''{{{Row6Title}}}'''<br>{{{Row6Desc}}}|{{Empty}}}}</td> | |||
</tr> | |||
<tr> | |||
<td class="HorizTable-img">{{#if: {{{Row7IMG|}}}|[[File:{{{Row7IMG}}}|link=]]|{{Empty}}}}</td> | |||
<td class="HorizTable-desc"> {{#if:{{{Row7IMG|}}}|'''{{{Row7Title}}}'''<br>{{{Row7Desc}}}|{{Empty}}}}</td> | |||
<td class="HorizTable-img">{{#if: {{{Row8IMG|}}}|[[File:{{{Row8IMG}}}|link=]]|{{Empty}}}}</td> | |||
<td class="HorizTable-desc"> {{#if:{{{Row8IMG|}}}|'''{{{Row8Title}}}'''<br>{{{Row8Desc}}}|{{Empty}}}}</td> | |||
<td class="HorizTable-img">{{#if: {{{Row9IMG|}}}|[[File:{{{Row9IMG}}}|link=]]|{{Empty}}}}</td> | |||
<td class="HorizTable-desc"> {{#if:{{{Row9IMG|}}}|'''{{{Row9Title}}}'''<br>{{{Row9Desc}}}|{{Empty}}}}</td> | |||
</tr> | |||
<tr> | |||
<td class="HorizTable-img">{{#if: {{{Row10IMG|}}}|[[File:{{{Row10IMG}}}|link=]]|{{Empty}}}}</td> | |||
<td class="HorizTable-desc"> {{#if:{{{Row10IMG|}}}|'''{{{Row10Title}}}'''<br>{{{Row10Desc}}}|{{Empty}}}}</td> | |||
<td class="HorizTable-img">{{#if: {{{Row11IMG|}}}|[[File:{{{Row11IMG}}}|link=]]|{{Empty}}}}</td> | |||
<td class="HorizTable-desc"> {{#if:{{{Row11IMG|}}}|'''{{{Row11Title}}}'''<br>{{{Row11Desc}}}|{{Empty}}}}</td> | |||
<td class="HorizTable-img">{{#if: {{{Row12IMG|}}}|[[File:{{{Row12IMG}}}|link=]]|{{Empty}}}}</td> | |||
<td class="HorizTable-desc"> {{#if:{{{Row12IMG|}}}|'''{{{Row12Title}}}'''<br>{{{Row12Desc}}}|{{Empty}}}}</td> | |||
</tr> | |||
</table> | </table> | ||
</includeonly> | </includeonly> | ||
Latest revision as of 21:26, 2 February 2016
Use this template to make nice-looking horizontal tables for content organization. You can have up to twelve rows.
{{HorizTable
| Row1IMG =
| Row1Title =
| Row1Desc =
}}