No edit summary
mNo edit summary
 
Line 2: Line 2:
<tr>
<tr>
<th>[[{{{version|{{{1}}}}}}]]</th>
<th>[[{{{version|{{{1}}}}}}]]</th>
<td><span></span>{{{changes|{{{2}}}}}}}</td>
<td><span></span>{{{changes|{{{2}}}}}}</td>
</tr>
</tr>
</includeonly>
</includeonly>

Latest revision as of 14:01, 21 December 2025


[view | edit | history | purge]Documentation

This template represents a row in Template:HistoryTable.

Usage

{{HistoryTable|rows=
{{HistoryRow|version=1.0.0|changes=Added item 1.}}
{{HistoryRow|version=1.1.0|changes=Added item 2.}}
{{HistoryRow|version=1.2.0|changes=
{{-}}
* Removed item 1.
* Removed item 2.
}}

produces:

Version Changes
1.0.0 Added item 1.
1.1.0 Added item 2.
1.2.0
  • Removed item 1.
  • Removed item 2.
[view | edit | history | purge]The above documentation is transcluded from Template:HistoryRow/doc.