Template:HistoryTable: Difference between revisions
(Created page with "<includeonly> <table class="wikitable"> <tr> <th>Version</th> <th>Description</th> </tr> {{{rows}}} </table> </includeonly> <noinclude> {{documentation}} </noinclude>") |
No edit summary |
||
| Line 3: | Line 3: | ||
<tr> | <tr> | ||
<th>Version</th> | <th>Version</th> | ||
<th> | <th>Changes</th> | ||
</tr> | </tr> | ||
{{{rows}}} | {{{rows}}} | ||
Latest revision as of 05:32, 20 December 2025
This template represents a table that contains Template:HistoryRow.
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 |
|
[view | edit | history | purge]The above documentation is transcluded from Template:HistoryTable/doc.