Difference between revisions of "Template:Upcoming/doc"

From Stardew Valley Wiki
Jump to navigation Jump to search
(create page)
 
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
==Description==
+
== Description ==
This template wraps features available in a future version of SMAPI to avoid confusion.
+
This template wraps features available in a future version of Stardew Valley or SMAPI to avoid confusion.
  
==Usage==
+
== Usage ==
<pre>{{SMAPI upcoming
+
=== As a Header ===
  |version = 2.0
+
<pre>{{Upcoming|1.3 beta}}</pre>
  |content = feature documentation goes here
+
{{Upcoming|1.3 beta}}
 +
 
 +
=== As a Content Block ===
 +
<pre>{{Upcoming
 +
|version = 1.3 beta
 +
|content = Feature documentation goes here.
 +
}}</pre>
 +
{{Upcoming
 +
|version = 1.3 beta
 +
|content = Feature documentation goes here.
 +
}}
 +
 
 +
=== As an Inline Phrase ===
 +
<pre>{{upcoming|1.3 beta|Feature description goes here.|inline=1}}</pre>
 +
{{upcoming|1.3 beta|Feature description goes here.|inline=1}}
 +
 
 +
=== For non-Stardew Valley Releases ===
 +
By default the template will say 'Stardew Valley'. For something else, specify the name argument:
 +
<pre>{{Upcoming
 +
|name    = SMAPI
 +
  |version = 3.0
 +
  |content = Feature documentation goes here.
 
}}</pre>
 
}}</pre>
 +
{{Upcoming
 +
|name    = SMAPI
 +
|version = 3.0
 +
|content = Feature documentation goes here.
 +
}}
  
<includeonly>[[Category:Formatting templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude>
+
== See Also ==
 +
* [[Template:SMAPI upcoming]]
 +
<includeonly>{{Addlanglinks}}[[Category:Modding templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude>

Latest revision as of 22:22, 8 January 2023

Description

This template wraps features available in a future version of Stardew Valley or SMAPI to avoid confusion.

Usage

As a Header

{{Upcoming|1.3 beta}}
The following describes the upcoming Stardew Valley 1.3 beta, and may change before release.

As a Content Block

{{Upcoming
 |version = 1.3 beta
 |content = Feature documentation goes here.
}}
The following describes the upcoming Stardew Valley 1.3 beta, and may change before release.
Feature documentation goes here.

As an Inline Phrase

{{upcoming|1.3 beta|Feature description goes here.|inline=1}}

As of the upcoming Stardew Valley 1.3 beta: Feature description goes here.

For non-Stardew Valley Releases

By default the template will say 'Stardew Valley'. For something else, specify the name argument:

{{Upcoming
 |name    = SMAPI
 |version = 3.0
 |content = Feature documentation goes here.
}}
The following describes the upcoming SMAPI 3.0, and may change before release.
Feature documentation goes here.

See Also