Timeline Item – Template

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "bikitable" to "wikitable")
m (Fix example)
Line 7: Line 7:


== Usage ==
== Usage ==
{{<nowiki/>Timeline_item|'''''type'''''|'''''metadata'''''|'''''year'''''|'''''date'''''|'''''description'''''|'''''bgColor'''''}}
{{<nowiki/>Timeline_Item|'''''type'''''|'''''metadata'''''|'''''year'''''|'''''date'''''|'''''description'''''|'''''bgColor'''''}}
* type: See [[Template:Icon|icon template]]
* type: See [[Template:Icon|icon template]]
* metadata: more information, usually the mentioned person's name (not displayed, hidden by {{Wikipedia|Cascading_Style_Sheets|CSS}})
* metadata: more information, usually the mentioned person's name (not displayed, hidden by {{Wikipedia|Cascading_Style_Sheets|CSS}})
Line 22: Line 22:
! Code
! Code
! Result (put in an additional table)
! Result (put in an additional table)
|-
| <code><nowiki>{{Timeline_Item}}</nowiki></code>
|
{| class="wikitable"
! colspan="3" | Existing table
{{Timeline_Item}}
|}
|-
| <code><nowiki>{{Timeline_Item
|ARMA3|
|2035|08&amp;nbsp;/&amp;nbsp;02|
<h4>Within Reach</h4>
Kerry joins a small team bound for Stratis.
}}</nowiki></code>
|
{| class="wikitable"
! colspan="3" | Existing table
{{Timeline_Item
|ARMA3|
|2035|08&nbsp;/&nbsp;02|
<h4>Within Reach</h4>
Kerry joins a small team bound for Stratis.
}}
|}
|-
|-
| <code><nowiki>{{Timeline_Item
| <code><nowiki>{{Timeline_Item
Line 28: Line 52:
<h4>Within Reach</h4>
<h4>Within Reach</h4>
Kerry joins a small team bound for Stratis.
Kerry joins a small team bound for Stratis.
|start= 10
}}</nowiki></code>
}}</nowiki></code>
|
|
Line 37: Line 62:
<h4>Within Reach</h4>
<h4>Within Reach</h4>
Kerry joins a small team bound for Stratis.
Kerry joins a small team bound for Stratis.
|start= 10
}}
}}
|}
|}

Revision as of 18:39, 1 February 2021

Displays an Armaverse Timeline item - a line in the big table of Time.

Usage

{{Timeline_Item|type|metadata|year|date|description|bgColor}}

  • type: See icon template
  • metadata: more information, usually the mentioned person's name (not displayed, hidden by CSS)
  • year: a number
  • date: a more precise date if available, to format MM&nbsp;/&nbsp;DD ("approx" if no more information)
  • description: text describing the event. Use html <h4></h4> tags to name an event (usually the mission name), <h3></h3> for a title.
  • bgColor: background color - (Optional, default "white") use LightSteelBlue for title
Named parameters
  • start: defines the top border's thickness (in px). e.g: |start=2
Examples
Code Result (put in an additional table)
{{Timeline_Item}}
Existing table
-wrong parameter ("{{{1}}}") defined!-
' / 
{{Timeline_Item |ARMA3| |2035|08&nbsp;/&nbsp;02| <h4>Within Reach</h4> Kerry joins a small team bound for Stratis. }}
Existing table
ARMA3
Arma 3
2035 / 08 / 02

Within Reach

Kerry joins a small team bound for Stratis.

{{Timeline_Item |ARMA3| |2035|08&nbsp;/&nbsp;02| <h4>Within Reach</h4> Kerry joins a small team bound for Stratis. |start= 10 }}
Existing table
ARMA3
Arma 3
2035 / 08 / 02

Within Reach

Kerry joins a small team bound for Stratis.