Difference between revisions of "Template:Future content"
Jump to navigation
Jump to search
JohnnySolas (talk | contribs) |
Freedom4556 (talk | contribs) |
||
Line 20: | Line 20: | ||
<pre>{{Future content | <pre>{{Future content | ||
| releasedate | | releasedate | ||
| usesection | |||
| nocategory | |||
}}</pre> | }}</pre> | ||
== Parameters == | == Parameters == | ||
;releasedate | ;releasedate | ||
:Optional. Specify the release date here. It can be a specific date i.e. '''15 November 2021''' or a more general timeframe i.e. '''late 2021'''. | :Optional. Specify the release date here. It can be a specific date i.e. '''15 November 2021''' or a more general timeframe i.e. '''late 2021'''. | ||
; usesection | |||
: Optional. Set to true if the template refers to a section rather than the entire article. | |||
; nocategory | |||
: Optional. Set to true to prevent it from being included in the Retired content category list. | |||
== Examples == | == Examples == | ||
=== No time frame specified === | === No time frame specified === | ||
Line 34: | Line 40: | ||
<pre>{{Future content|releasedate=late 2021}}</pre> | <pre>{{Future content|releasedate=late 2021}}</pre> | ||
{{Future content|releasedate=late 2021}} | {{Future content|releasedate=late 2021}} | ||
=== For use in a section of an article === | |||
<pre>{{Future content | |||
| releasedate=in [[patch 2.1]] | |||
| usesection = true | |||
| nocategory = true | |||
}}</pre> | |||
{{Future content | |||
| releasedate=in [[patch 2.1]] | |||
| usesection = true | |||
| nocategory = true | |||
}} | |||
[[Category:Notice templates|Future content]]</noinclude> | [[Category:Notice templates|Future content]]</noinclude> |
Revision as of 01:36, 11 April 2022
Description
Use this at the top of articles or sections about content that is in development and has yet to be released to players.
{{Future content | releasedate | usesection | nocategory }}
Parameters
- releasedate
- Optional. Specify the release date here. It can be a specific date i.e. 15 November 2021 or a more general timeframe i.e. late 2021.
- usesection
- Optional. Set to true if the template refers to a section rather than the entire article.
- nocategory
- Optional. Set to true to prevent it from being included in the Retired content category list.
Examples
No time frame specified
{{Future content}}
With specific date
{{Future content|releasedate=15 November 2021}}
With general timeframe
{{Future content|releasedate=late 2021}}
For use in a section of an article
{{Future content | releasedate=in [[patch 2.1]] | usesection = true | nocategory = true }}