Difference between revisions of "Template:NotAvailable"
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <span class="badge badge-danger">{# | + | <includeonly><span class="badge badge-danger">{{#if: {{{1|}}}| {{{1|}}} | Not Available Yet }}</span></includeonly><noinclude> |
+ | __NOTOC__ | ||
+ | <div class="row template-documentation"> | ||
+ | <div class="col-12"> | ||
+ | <h2>Template Documentation</h2> | ||
+ | <p>Adds a small badge notifying users that something is not available or whatever else needs their immediate attention.</p> | ||
+ | </div> | ||
+ | <div class="col-12"> | ||
+ | <h4>Usage</h4> | ||
+ | |||
+ | To be primarily used in situations to display that content is not available for the time being. | ||
+ | |||
+ | Code:<br> | ||
+ | <pre>{{NotAvailable}}</pre> | ||
+ | |||
+ | ===Example=== | ||
+ | Spear Revolsio Potential "Delicate Undertaking" requires Arena Boosters which are an item that is not available (as of yet) to the North American servers. Arena Boosters remain JP server only, as they're part of the PvP component of the game as optional reward items. Because of this, we can use the above template to display a red "Not Available Yet" badge. | ||
+ | |||
+ | {{WpnHeader}} | ||
+ | {{WpnRow|rarity=13|UIItemSpearRevolsio.png|name=Spear Revolsio|req={{icons|MEL}} 730|MEL=936|MMAX=1263|{{pots|Perfect Knockout}}<br>{{pots|Delicate Undertaking}} {{NotAvailable}}<br>{{AugmentFactors|Blind V}}|{{icons|Hunter}}|Advance Directive: Desert (SH)<br>Advance Directive: Floating Continent (SH)<br>Advance Directive: Dragon Altar (SH)<br>Advance Directive: Seabed (SH)<br>Advance Directive: Daybreak Province (SH)}} | ||
+ | </table> | ||
+ | |||
+ | === Customization Options === | ||
+ | |||
+ | If you wish to customize the text within the badge, instead of using the "Not Available Yet" text, you can use it as such: | ||
+ | |||
+ | <pre>{{NotAvailable|Custom text here}}</pre> | ||
+ | |||
+ | This will display your custom message instead of the default text. | ||
+ | |||
+ | {{NotAvailable|Custom text here}} | ||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | [[Category: Templates]] | ||
+ | </noinclude> |
Latest revision as of 15:45, 6 May 2020
Template Documentation
Adds a small badge notifying users that something is not available or whatever else needs their immediate attention.
Usage
To be primarily used in situations to display that content is not available for the time being.
Code:
{{NotAvailable}}
Example
Spear Revolsio Potential "Delicate Undertaking" requires Arena Boosters which are an item that is not available (as of yet) to the North American servers. Arena Boosters remain JP server only, as they're part of the PvP component of the game as optional reward items. Because of this, we can use the above template to display a red "Not Available Yet" badge.
★ | Icon | Name | Req. | Base | MAX | Properties | Class | Drop Info |
---|---|---|---|---|---|---|---|---|
730 |
|
|
Perfect Knockout |
Advance Directive: Desert (SH) |
Customization Options
If you wish to customize the text within the badge, instead of using the "Not Available Yet" text, you can use it as such:
{{NotAvailable|Custom text here}}
This will display your custom message instead of the default text.
Custom text here