Difference between revisions of "User:Gurgum/sandbox/retired"

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
m (fix typo)
(delete)
Tag: Replaced
 
Line 1: Line 1:
<includeonly>
{{delete|just testing}}
{{#vardefine:is-retired|Y}}
{{#set:Is retired content={{#var:is-retired}} }}
<div class="nav" style="width:750px;">
<div class="box">
<div class="heading" style="background-color:#0066AA; font-family: EasonPro, Times New Roman, serif !important; font-size:1.417em; color: #fff !important; text-shadow: rgba(0,0,0,0.75) 0 0 .25em; padding: 10px 0px 10px 0px !important;">Retired Content</div>
<div class="wrapper">
<div class="left">
<ul>
<li>The subject of this {{#switch:{{lc:{{{usesection}}}}}| true = section| #default = article}} was retired or removed from the game{{#if:{{{patch|}}}| &nbsp;in patch <b>[[Patch {{{patch}}}|{{{patch}}}]]</b>}}, and is no longer available to players.</li>{{#if:{{{replaced|}}}||
<li>Retired items may still be kept in inventory but can no longer be renewably obtained. Tradable items may still be obtained from the [[Market Board]] or directly trading with other players.</li>}}
<li>The information in this {{#switch:{{lc:{{{usesection}}}}}| true = section| #default = article}} is kept and maintained for historical purposes.</li>{{#if:{{{description1|}}}|<li>{{{description1}}}</li>}}{{#if:{{{description2|}}}|<li>{{{description2}}}</li>}}
</ul>
</div></div></div></div>
{{#switch:{{lc:{{{nocategory}}}}}
  | true =
  | #default = [[Category:Retired content]]
}}
</includeonly><noinclude>
 
== Description ==
Use this at the top of articles or sections about content that is no longer available to players in game, but was '''not''' part of a special limited time event.  For special limited time events that have ended, use the "Limited Time Event Ended" template instead.
<pre>
{{Retired
| description1
| description2
| patch
| usesection
| nocategory
}}
</pre>
 
== Parameters ==
; description1
: Optional.  Can be used to provide information and context regarding the removed content.
; description2
: Optional.  Can be used to provide more information and context regarding the removed content.  Will appear below line 2.
; patch
: Optional.  The patch number in which the content was removed.
; 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 extra information ===
<pre>{{Retired
| nocategory = true
}}</pre>
 
{{Retired
| nocategory = true
}}
 
=== With explanation ===
<pre>{{Retired
| description1 = Insert additional text for context/explanation here.
| nocategory = true
}}</pre>
 
{{Retired
| description1 = Insert additional text for context/explanation here.
| nocategory = true
}}
 
=== With further explanation ===
<pre>{{Retired
| description1 = Insert additional text for context/explanation here.
| description2 = Extra line for even more text.
| nocategory = true
}}</pre>
 
{{Retired
| description1 = Insert additional text for context/explanation here.
| description2 = Extra line for even more text.
| nocategory = true
}}
 
=== With patch number ===
<pre>{{Retired
| patch = 5.0
| nocategory = true
}}</pre>
 
{{Retired
| patch = 5.0
| nocategory = true
}}
 
=== With further explanation and patch number, for use in a section of an article ===
<pre>{{Retired
| description1 = Insert additional text for context/explanation here.
| description2 = Extra line for even more text.
| patch = 5.0
| usesection = true
| nocategory = true
}}</pre>
 
{{Retired
| description1 = Insert additional text for context/explanation here.
| description2 = Extra line for even more text.
| patch = 5.0
| usesection = true
| nocategory = true
}}
[[Category:Notice templates|Retired content]]</noinclude>

Latest revision as of 16:21, 26 January 2025