Template:Version infobox: Difference between revisions

No edit summary
No edit summary
 
(42 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>
{| class="wikitable" style="float:right; clear:right; margin:0 0 1em 1em; width:32em; font-size:90%;"
{| class="wikitable" style="float:right; clear:right; margin:0 0 1em 1em; width:22em; font-size:90%; margin-top:0;"
|-
|-
! colspan="2" style="text-align:center; font-size:110%;" |
! colspan="2" style="text-align:center; font-size:115%; border-bottom:2px solid #ccc; background:transparent;" | Out of Ore – Version {{{version|}}}
  Out of Ore – Version {{{version|}}}
|-
|-
! Type
! scope="row" style="width:45%; text-align:left;" | Type
| {{{type|}}}
| {{{type|}}}
|-
|-
! Release date
! scope="row" style="width:45%; text-align:left;" | Release date
| {{{date|Unknown}}}
| {{#if:{{{date|}}}
    | {{OOO date|{{{date}}}}}
    | Unknown
  }}
|-
|-
! Steam announcement
! scope="row" style="width:45%; text-align:left; white-space:nowrap;" | Steam announcement
| {{#if:{{{steam|}}}
| {{#if:{{{steam|}}}
     | [{{{steam}}} View on Steam]
     | [{{{steam}}} View on Steam]
     | –
     | –
   }}
   }}
|-
! scope="row" style="width:45%; text-align:left;" | Summary
| {{{summary|}}}
|}
|}
</includeonly>
<includeonly>
 
[[Category:Version History|{{{sort|{{{version|}}}}}}]]
<noinclude>
{{#ifeq: {{{nocategory|0}}}|1||[[Category:Updates{{#if:{{{date|}}}|{{!}}{{{date}}}}}]]}}
Template documentation here...
{{#if:{{{version|}}}|
[[Category:Version {{#dplreplace:{{{version}}}|^([0-9]+\.[0-9]+).*$|\1}}]]
}}
</includeonly><noinclude>
<templatedata>
{
"params": {
"version": {},
"type": {
"type": "string",
"suggestedvalues": [
"Release",
"Major update",
"Update",
"Hotfix",
"Predecessor"
]
},
"date": {},
"steam": {
"type": "url"
},
"summary": {}
}
}
</templatedata>
</noinclude>
</noinclude>