Zkratky:
h
Creates a history table.
- Parameters
{{{1}}}
– When used by itself: the development phase (dev
,beta
,release
, etc). A custom header can be made using header.{{{1}}}
– When used along with other parameters: the parent version (1.0
,1.1
, etc).{{{link}}}
– What page the version link should point to. Defaults to the development phase + the version. Set tonone
to remove the link.{{{ext}}}
– When used instead of{{{link}}}
, it points to an external website.{{{2}}}
–{{{10}}}
– A description of the entry. Use more parameters to display multiple entries for the same version.
- Example
{{History|dev}} {{History|13 December 2018|ext={{ytl|o77MzDQT1cg}}|Showcased some features in the trailer.}} {{History|beta}} {{History|1.0|Lorem ipsum dolor sit amet, consectetur adipiscing elit.}} {{History|1.0.1|link=none|Suspendisse dignissim non magna at dictum.}} {{History|release}} {{History|1.0|link=none|Etiam hendrerit malesuada mi, sed tempor risus scelerisque non.}} {{History|upcoming}} {{History|1.1|link=none|Etiam vitae ex odio.|Integer pellentesque ex sed mi consectetur viverra quis feugiat tellus.}} {{History|foot}}
- Output
Během vývoje | |
---|---|
13 December 2018 | Showcased some features in the trailer. |
Beta | |
1.0 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. |
1.0.1 | Suspendisse dignissim non magna at dictum. |
Plná verze | |
1.0 | Etiam hendrerit malesuada mi, sed tempor risus scelerisque non. |
Nadcházející Beta | |
1.1 | Etiam vitae ex odio. |
Integer pellentesque ex sed mi consectetur viverra quis feugiat tellus. |