Template:HistoryRow: Difference between revisions
(Created page with "<includeonly> <tr> <td>[[{{{version}}}]]</td> <td>{{{changes}}}</td> </tr> </includeonly> <noinclude> {{documentation}} </noinclude>") |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<tr> | <tr> | ||
< | <th>[[{{{version}}}]]</th> | ||
<td>{{{ | <td>{{{description}}}</td> | ||
</tr> | </tr> | ||
</includeonly> | </includeonly> | ||
Revision as of 05:40, 20 December 2025
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 | {{{description}}} |
| 1.1.0 | {{{description}}} |
| 1.2.0 | {{{description}}} |
[view | edit | history | purge]The above documentation is transcluded from Template:HistoryRow/doc.