Difference between revisions of "Template:History table"

From The Twilight Forest Wiki
Jump to navigation Jump to search
(this should hopefully work as a history template for now)
 
m (hell yea)
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<includeonly>{| class="wikitable"
<includeonly>{| class="wikitable sortable mw-collapsible mw-collapsed"
|-
|-
|style="width:200px; text-align:center; background-color: #f2f2f2" |'''Version'''
! style="width:60px" | Version
|style="width:550px; text-align:center; background-color: #f2f2f2" |'''Details'''
! class="unsortable" style="width:550px" | Details
{{{1}}}
{{{1}}}
|}</includeonly><noinclude>
|}
</includeonly><noinclude>
===Usage===
<pre>
{{history table|
{{history|1.0|test}}
{{history|2.0|another test
----
Yet another test}}
{{history|3.0|tester}}
}}
</pre>
 
causes the following to show up:
 
{{history table|
{{history|1.0|test}}
{{history|2.0|another test
----
Yet another test}}
{{history|3.0|tester}}
}}


[[Category:Templates]]
[[Category:Templates]]
</noinclude>
</noinclude>

Latest revision as of 13:04, 17 December 2023

Usage[edit]

{{history table|
{{history|1.0|test}}
{{history|2.0|another test
----
Yet another test}}
{{history|3.0|tester}}
}}

causes the following to show up:

Version Details
1.0 test
2.0 another test

Yet another test

3.0 tester