Template:Development/doc: Difference between revisions

From Vintage Story Wiki
(draft of details using template's template)
 
(Documentation made cleaner)
Line 1: Line 1:
<noinclude><languages /></noinclude>
<languages /><onlyinclude>


== Description ==
This template is used to mark '''pages''' that are known to be in flux due to recent devlog announcements. Until a stable version of the game is released, existing wiki pages should not be edited to reflect the latest changes.  But to reduce confusion among players looking for details about pre-release versions of the game, this template may be added to pages about topics that have been significantly changed, pointing out that the wiki content will not be up-to-date for pre-release versions.
This template is used to mark '''pages''' that are known to be in flux due to recent devlog announcements. Until a stable version of the game is released, existing wiki pages should not be edited to reflect the latest changes.  But to reduce confusion among players looking for details about pre-release versions of the game, this template may be added to pages about topics that have been significantly changed, pointing out that the wiki content will not be up-to-date for pre-release versions.
<templatedata>
{
"params": {
"bgcol": {
"description": "background color",
"type": "string",
"required": false,
"example": "rgba(120,90,60,0.4)"
},
"line col": {
"description": "line color",
"example": "black",
"type": "string",
"required": false
},
"image": {
"description": "image",
"example": "Gear-temporal.png",
"type": "string",
"required": false
},
"imagesize": {
"description": "imagesize",
"example": "64px",
"type": "string",
"required": false
},
"title": {
"description": "Text you may customize",
"example": "Does not contain pre-stable content",
"type": "string",
"required": false
},
"text": {
"description": "Text you may customize",
"example": "The content on this page does not reflect changes in the most recent pre-release version of the game.",
"type": "string",
"required": false
}
},
"description": "Introduction goes here - summary of what the template does"
}
</templatedata>


== Usage ==
== Usage ==


Add the template to the top of an article, underneath the <code><nowiki><languages /></nowiki></code> tag if it's there.
Add the template to the top of an article, underneath the <code><nowiki><languages /></nowiki></code> tag if it's there.
<pre>
{{Messagebox
|bgcol = rgba(120,90,60,0.4)
|line col = black
|image = Gear-rusty.png
|imagesize = 64px
|title = Does not contain pre-stable content
|text = {{#if:{{{1|}}} | '''Reason:''' ''{{{1}}}''<br/>}}The content on this page does not reflect changes in the most recent pre-release version of the game. It will not be updated until a new '''stable''' version of the game is released.
}}</pre>


=== Examples ===
=== Examples ===

Revision as of 08:48, 18 October 2024

Other languages:
  • English

Description

This template is used to mark pages that are known to be in flux due to recent devlog announcements. Until a stable version of the game is released, existing wiki pages should not be edited to reflect the latest changes. But to reduce confusion among players looking for details about pre-release versions of the game, this template may be added to pages about topics that have been significantly changed, pointing out that the wiki content will not be up-to-date for pre-release versions.

Usage

Add the template to the top of an article, underneath the <languages /> tag if it's there.

Examples

{{Development}} produces...

Gear-temporal.png

Feature changed in latest development version.
The content on this page does not reflect changes in the most recent pre-release version of the game. It will not be updated until a new stable version of the game is released.


{{Development|custom reason for this}} produces...

Gear-temporal.png

Feature changed in latest development version.
Reason: custom reason for this
The content on this page does not reflect changes in the most recent pre-release version of the game. It will not be updated until a new stable version of the game is released.