Difference between revisions of "Template:History"

From ComputerCraft Wiki
Jump to: navigation, search
Line 2: Line 2:
 
| 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:{{{1|}}}{{{2|}}}{{{3|}}}{{{4|}}}{{{5|}}}}}">{{{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>
 +
}}
 
}}</includeonly><noinclude>
 
}}</includeonly><noinclude>
 
{{History|head}}
 
{{History|head}}
 
{{History|1.1|test}}
 
{{History|1.1|test}}
{{History|1.2|test}}
+
{{History|1.2|test|test2|test3}}
 
{{History|foot}}
 
{{History|foot}}
 
</noinclude>
 
</noinclude>

Revision as of 05:49, 2 August 2020

1.1test
1.2test
test2
test3