Jump to content

Template:Version infobox: Difference between revisions

From Out of Ore Wiki
Created page with "<includeonly> {| class="wikitable" style="float:right; clear:right; margin:0 0 1em 1em; width:22em; font-size:90%;" |- ! colspan="2" style="text-align:center; font-size:110%;" | Out of Ore – Version {{{version|}}} |- ! Type | {{{type|}}} |- ! Release date | {{{date|Unknown}}} |- ! Steam announcement | {{#if:{{{steam|}}} | [{{{steam}}} View on Steam] | – }} |} </includeonly> <noinclude> Template documentation here... </noinclude>"
 
No edit summary
 
(44 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%;"
|-
|-
! 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>

Latest revision as of 22:50, 1 December 2025

Out of Ore – Version
Type
Release date Unknown
Steam announcement
Summary

No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
versionversion

no description

Unknownoptional
typetype

no description

Suggested values
Release Major update Update Hotfix Predecessor
Stringoptional
datedate

no description

Unknownoptional
steamsteam

no description

URLoptional
summarysummary

no description

Unknownoptional