Difference between revisions of "Template:Upcoming/doc"

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

Revision as of 10:19, 23 April 2021

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