Difference between revisions of "Template:Future content"

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
(Created page with "<includeonly><div class="nav" style="width:770px;"> <div class="box"> <div class="heading" style="background-color:#009900; font-family: EasonPro, Times New Roman, serif !impo...")
 
 
(5 intermediate revisions by 4 users not shown)
Line 6: Line 6:
<ul>
<ul>
<li>The subject of this {{#switch:{{lc:{{{usesection}}}}}| true = section| #default = article}} is currently in development, and is not yet available to players.  {{#if:{{{releasedate|}}}|It is expected to be released {{{releasedate}}}}}.</li>
<li>The subject of this {{#switch:{{lc:{{{usesection}}}}}| true = section| #default = article}} is currently in development, and is not yet available to players.  {{#if:{{{releasedate|}}}|It is expected to be released {{{releasedate}}}}}.</li>
<li>All content is subject to change as development progresses.</li>
<li>All content is according to the wiki's [[Final Fantasy XIV Wiki:Style manual#Upcoming content|guidelines on upcoming content]] and subject to change as development progresses.</li>{{#if:{{{description1|}}}|<li>{{{description1}}}</li>}}{{#if:{{{description2|}}}|<li>{{{description2}}}</li>}}
<li>Please publish facts and material only from official or authoritative sources, such as Square-Enix's website, official social media accounts, press releases, live letters, Fan Festivals, developer blogs, media interviews, etc.  Please don't publish rumors or speculation.</li>
<li>'''DO NOT publish leaked, datamined, embargoed, NDA-protected, or otherwise unauthorized material.'''</li>{{#if:{{{description1|}}}|<li>{{{description1}}}</li>}}{{#if:{{{description2|}}}|<li>{{{description2}}}</li>}}
</ul>
</ul>
</div></div></div></div>
</div></div></div></div>
Line 20: Line 18:
<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 Future content category list.
== Examples ==
== Examples ==
=== No time frame specified ===
=== No time frame specified ===
Line 34: Line 38:
<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
}}


<noinclude>
[[Category:Notice templates|Future content]]</noinclude>

Latest revision as of 05:20, 16 January 2024

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 Future 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
}}