Difference between revisions of "Template:History"
From ComputerCraft Wiki
Magiczocker (Talk | contribs) |
Magiczocker (Talk | contribs) m |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <includeonly>{{#switch: {{{1}}} | + | <includeonly>{{#switch: {{lc:{{{1}}}}} |
| head = <table class="wikitable" data-description="History"> | | head = <table class="wikitable" data-description="History"> | ||
| foot = </table> | | foot = </table> | ||
− | | #default = <tr><th>{{{1}}}</th><td>{{{2}}}</td></tr> | + | | #default = <tr><th rowspan="{{#len:{{ |
− | }}</ | + | #if: {{{2|}}} | 1 }}{{ |
− | {{ | + | #if: {{{3|}}} | 1 }}{{ |
− | {{ | + | #if: {{{4|}}} | 1 }}{{ |
− | {{ | + | #if: {{{5|}}} | 1 }}{{ |
− | {{ | + | #if: {{{6|}}} | 1 }}{{ |
− | </noinclude> | + | #if: {{{7|}}} | 1 }}{{ |
+ | #if: {{{8|}}} | 1 }}{{ | ||
+ | #if: {{{9|}}} | 1 }}{{ | ||
+ | #if: {{{10|}}} | 1 }}}}">{{{1}}}</th><td>{{{2}}}</td></tr>{{ | ||
+ | #if: {{{3|}}} | <tr><td>{{{3}}}</td></tr> | ||
+ | }}{{ | ||
+ | #if: {{{4|}}} | <tr><td>{{{4}}}</td></tr> | ||
+ | }}{{ | ||
+ | #if: {{{5|}}} | <tr><td>{{{5}}}</td></tr> | ||
+ | }}{{ | ||
+ | #if: {{{6|}}} | <tr><td>{{{6}}}</td></tr> | ||
+ | }}{{ | ||
+ | #if: {{{7|}}} | <tr><td>{{{7}}}</td></tr> | ||
+ | }}{{ | ||
+ | #if: {{{8|}}} | <tr><td>{{{8}}}</td></tr> | ||
+ | }}{{ | ||
+ | #if: {{{9|}}} | <tr><td>{{{9}}}</td></tr> | ||
+ | }}{{ | ||
+ | #if: {{{10|}}} | <tr><td>{{{10}}}</td></tr> | ||
+ | }} | ||
+ | }}</includeonly><noinclude>{{Documentation}}</noinclude> |