Template:Since: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{| class="wikitable" style="margin: auto; background-color: #e4d2f9;" |- !Added |{{{version|}}} |} <noinclude><br/> Usage: <pre> {{Since |version=Version Number }} </pre> </noinclude>") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
<table class="wikitable" style="background-color: #e4d2f9;"><tr><th>Added</th><td>{{{1|}}}</td> | |||
| | {{#if:{{{2|}}}|<tr><th>{{{2|}}}</th><td>{{{3|}}}</td></tr> | ||
}}{{#if:{{{4|}}}|<tr><th>{{{4|}}}</th><td>{{{5|}}}</td></tr> | |||
|{{{ | }}{{#if:{{{6|}}}|<tr><th>{{{6|}}}</th><td>{{{7|}}}</td></tr> | ||
|} | }}{{#if:{{{8|}}}|<tr><th>{{{8|}}}</th><td>{{{9|}}}</td></tr> | ||
}}{{#if:{{{10|}}}|<tr><th>{{{10|}}}</th><td>{{{11|}}}</td></tr> | |||
}}{{#if:{{{12|}}}|<tr><th>{{{12|}}}</th><td>{{{13|}}}</td></tr> | |||
}}{{#if:{{{14|}}}|<tr><th>{{{14|}}}</th><td>{{{15|}}}</td></tr> | |||
}}{{#if:{{{16|}}}|<tr><th>{{{16|}}}</th><td>{{{17|}}}</td></tr> | |||
}}{{#if:{{{18|}}}|<tr><th>{{{18|}}}</th><td>{{{19|}}}</td></tr> | |||
}}{{#if:{{{20|}}}|<tr><th>{{{20|}}}</th><td>{{{21|}}}</td></tr> | |||
}}{{#if:{{{22|}}}|<tr><th>{{{22|}}}</th><td>{{{23|}}}</td></tr> | |||
}}{{#if:{{{24|}}}|<tr><th>{{{24|}}}</th><td>{{{25|}}}</td></tr> | |||
}}{{#if:{{{26|}}}|<tr><th>{{{26|}}}</th><td>{{{27|}}}</td></tr> | |||
}}{{#if:{{{28|}}}|<tr><th>{{{28|}}}</th><td>{{{29|}}}</td></tr> | |||
}}{{#if:{{{30|}}}|<tr><th>{{{30|}}}</th><td>{{{31|}}}</td></tr> | |||
}}{{#if:{{{32|}}}|<tr><th>{{{32|}}}</th><td>{{{33|}}}</td></tr> | |||
}}{{#if:{{{34|}}}|<tr><th>{{{34|}}}</th><td>{{{35|}}}</td></tr> | |||
}}{{#if:{{{36|}}}|<tr><th>{{{36|}}}</th><td>{{{37|}}}</td></tr> | |||
}}{{#if:{{{38|}}}|<tr><th>{{{38|}}}</th><td>{{{39|}}}</td></tr> | |||
}}{{#if:{{{40|}}}|<tr><th>{{{40|}}}</th><td>{{{41|}}}</td></tr> | |||
}}</table> | |||
<noinclude><br/> | <noinclude><br/> | ||
Usage: | Usage: | ||
<pre> | <pre> | ||
{{Since | {{Since | ||
| | |Version Number | ||
|(Optional) Historical Version Number|Historical Change Log | |||
|(Up to 20 times) | |||
}} | }} | ||
</pre> | </pre> | ||
Test: | |||
{{Since|1.2.3 | |||
|1.2.4|ABC | |||
|1.3.0|XYZ | |||
|3|a | |||
|4|b | |||
|5|c | |||
|6|d | |||
|7|e | |||
|8|f | |||
|9|g | |||
|10|h | |||
|11|i | |||
|12|j | |||
|13|k | |||
|14|l | |||
|15|m | |||
|16|n | |||
|17|o | |||
|18|p | |||
|19|q | |||
|20|r | |||
|extra|should not render | |||
}} | |||
</noinclude> | </noinclude> |
Latest revision as of 01:06, 2 February 2025
Added |
---|
Usage:
{{Since |Version Number |(Optional) Historical Version Number|Historical Change Log |(Up to 20 times) }}
Test:
Added | 1.2.3 |
---|---|
1.2.4 | ABC |
1.3.0 | XYZ |
3 | a |
4 | b |
5 | c |
6 | d |
7 | e |
8 | f |
9 | g |
10 | h |
11 | i |
12 | j |
13 | k |
14 | l |
15 | m |
16 | n |
17 | o |
18 | p |
19 | q |
20 | r |