Difference between revisions of "Template:MinionListEntry"
Jump to navigation
Jump to search
(displayname field) |
(purpose and cleanup) |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
|- | |- | ||
| [[{{{name|}}}|{{{displayname|{{{name|}}}}}}]] || [[File:{{{file|none.png}}}|40px]] || {{{obtaintype|}}} ||align = "left" | {{{obtainby|}}} || {{#ifeq:{{{available|no}}}|yes|{{Yes|blue|tooltip=This minion is currently obtainable}}|{{No|red|tooltip=This minion is NOT currently obtainable}}}} || {{#ifeq:{{{cash|no}}}|yes|{{Yes|blue|tooltip=This minion is for sale.}}|{{No|red|tooltip=This minion is not for sale.}}}} || [[Patch {{{patch|X.Y}}}|{{{patch|X.Y}}}]]</includeonly><noinclude> | | [[{{{name|}}}|{{{displayname|{{{name|}}}}}}]] || [[File:{{{file|none.png}}}|40px]] || {{{obtaintype|}}} ||align = "left" | {{{obtainby|}}} || {{#ifeq:{{{available|no}}}|yes|{{Yes|blue|tooltip=This minion is currently obtainable}}|{{No|red|tooltip=This minion is NOT currently obtainable}}}} || {{#ifeq:{{{cash|no}}}|yes|{{Yes|blue|tooltip=This minion is for sale.}}|{{No|red|tooltip=This minion is not for sale.}}}} || [[Patch {{{patch|X.Y}}}|{{{patch|X.Y}}}]]</includeonly><noinclude> | ||
This template generates a list entry for the [[Minions]] page. | |||
==Template fields== | ==Template fields== | ||
Line 29: | Line 30: | ||
! Cash Shop? | ! Cash Shop? | ||
! Added in patch | ! Added in patch | ||
{{ | {{MinionListEntry|name=2B Automaton|file=2b automaton icon2.png|obtaintype=[[Alliance Raids]]|obtainby=Level 80 [[Alliance Raid]] {{questlink|allianceraid|The Puppets' Bunker}}|available=yes|cash=no|patch=5.3}} | ||
{{ | {{MinionListEntry|name=2P Automaton|file=2p automaton icon2.png|obtaintype=[[Alliance Raids]]|obtainby=Level 80 [[Alliance Raid]] {{questlink|allianceraid|The Puppets' Bunker}}|available=yes|cash=no|patch=5.3}} | ||
{{ | {{MinionListEntry|name=9S Automaton|file=9s automaton icon2.png|obtaintype=[[Alliance Raids]]|obtainby=Dropped in level 80 [[Alliance Raid]] {{questlink|allianceraid|The Tower at Paradigm's Breach}}|available=yes|cash=no|patch=5.3}} | ||
{{ | {{MinionListEntry|name=Baby Behemoth|file=baby behemoth1.png|obtaintype=Collector's Edition|obtainby=Purchase [[Final Fantasy XIV: A Realm Reborn Collector's Edition]]|available=yes|cash=yes|patch=2.0}} | ||
{{ | {{MinionListEntry|name=Baby Gremlin|file=Baby gremlin icon2.png|obtaintype=Preorder|obtainby=Preorder [[Shadowbringers]] (5.0) <span style="color:red">(Expired on December 31, 2019)</span>|available=no|cash=no|patch=4.45}} | ||
{{ | {{MinionListEntry|name=Cait Sith Doll|file=cait sith doll1.png|obtaintype=Preorder|obtainby=Preorder [[A Realm Reborn]] (2.0) <span style="color:red">(Expired on August 31, 2014)</span>|available=no|cash=no|patch=2.0}} | ||
|} | |} | ||
</pre> | </pre> | ||
Line 46: | Line 47: | ||
! Cash Shop? | ! Cash Shop? | ||
! Added in patch | ! Added in patch | ||
{{ | {{MinionListEntry|name=2B Automaton|file=2b automaton icon2.png|obtaintype=[[Alliance Raids]]|obtainby=Level 80 [[Alliance Raid]] {{questlink|allianceraid|The Puppets' Bunker}}|available=yes|cash=no|patch=5.3}} | ||
{{ | {{MinionListEntry|name=2P Automaton|file=2p automaton icon2.png|obtaintype=[[Alliance Raids]]|obtainby=Level 80 [[Alliance Raid]] {{questlink|allianceraid|The Puppets' Bunker}}|available=yes|cash=no|patch=5.3}} | ||
{{ | {{MinionListEntry|name=9S Automaton|file=9s automaton icon2.png|obtaintype=[[Alliance Raids]]|obtainby=Dropped in level 80 [[Alliance Raid]] {{questlink|allianceraid|The Tower at Paradigm's Breach}}|available=yes|cash=no|patch=5.3}} | ||
{{ | {{MinionListEntry|name=Baby Behemoth|file=baby behemoth1.png|obtaintype=Collector's Edition|obtainby=Purchase [[Final Fantasy XIV: A Realm Reborn Collector's Edition]]|available=yes|cash=yes|patch=2.0}} | ||
{{ | {{MinionListEntry|name=Baby Gremlin|file=Baby gremlin icon2.png|obtaintype=Preorder|obtainby=Preorder [[Shadowbringers]] (5.0) <span style="color:red">(Expired on December 31, 2019)</span>|available=no|cash=no|patch=4.45}} | ||
{{ | {{MinionListEntry|name=Cait Sith Doll|file=cait sith doll1.png|obtaintype=Preorder|obtainby=Preorder [[A Realm Reborn]] (2.0) <span style="color:red">(Expired on August 31, 2014)</span>|available=no|cash=no|patch=2.0}} | ||
|} | |} | ||
[[Category:Templates]] | |||
</noinclude> | </noinclude> |
Latest revision as of 21:44, 20 June 2024
This template generates a list entry for the Minions page.
Template fields
- name - The name of the minion. This will be used to make a link, so make sure it matches the minion's page name.
- displayname (optional) - The name to be displayed, if the page name is not desired. For example, display "Anima" instead of the page name "Anima (Minion)"
- file - The name of the minion's icon file. Do not include
File:
at the start, but do include file extensions like.png
at the end. - obtaintype - A couple of words that group the obtain method.
- obtainby - A sentence or two going into more detail about how to obtain the minion.
- available - Has two valid values:
- "yes" - The minion can currently be obtained. Displays a blue check mark.
- "no" (default) - The minion cannot currently be obtained. Displays a red X.
- cash - Has two valid values:
- "yes" - The minion can currently be bought from the cash shop. Displays a blue check mark.
- "no" (default) - The minion cannot currently be bought. Displays a red X.
- patch - The patch number that the minion was introduced in. Just the number, not a link - this template will generate the link automatically.
Examples
{| {{STDT|sortable item align-left}} |- ! Name ! Icon ! Acquisition Type ! Acquired By ! Obtainable? ! Cash Shop? ! Added in patch {{MinionListEntry|name=2B Automaton|file=2b automaton icon2.png|obtaintype=[[Alliance Raids]]|obtainby=Level 80 [[Alliance Raid]] {{questlink|allianceraid|The Puppets' Bunker}}|available=yes|cash=no|patch=5.3}} {{MinionListEntry|name=2P Automaton|file=2p automaton icon2.png|obtaintype=[[Alliance Raids]]|obtainby=Level 80 [[Alliance Raid]] {{questlink|allianceraid|The Puppets' Bunker}}|available=yes|cash=no|patch=5.3}} {{MinionListEntry|name=9S Automaton|file=9s automaton icon2.png|obtaintype=[[Alliance Raids]]|obtainby=Dropped in level 80 [[Alliance Raid]] {{questlink|allianceraid|The Tower at Paradigm's Breach}}|available=yes|cash=no|patch=5.3}} {{MinionListEntry|name=Baby Behemoth|file=baby behemoth1.png|obtaintype=Collector's Edition|obtainby=Purchase [[Final Fantasy XIV: A Realm Reborn Collector's Edition]]|available=yes|cash=yes|patch=2.0}} {{MinionListEntry|name=Baby Gremlin|file=Baby gremlin icon2.png|obtaintype=Preorder|obtainby=Preorder [[Shadowbringers]] (5.0) <span style="color:red">(Expired on December 31, 2019)</span>|available=no|cash=no|patch=4.45}} {{MinionListEntry|name=Cait Sith Doll|file=cait sith doll1.png|obtaintype=Preorder|obtainby=Preorder [[A Realm Reborn]] (2.0) <span style="color:red">(Expired on August 31, 2014)</span>|available=no|cash=no|patch=2.0}} |}
Name | Icon | Acquisition Type | Acquired By | Obtainable? | Cash Shop? | Added in patch |
---|---|---|---|---|---|---|
2B Automaton | Alliance Raids | Level 80 Alliance Raid The Puppets' Bunker | 1 | 0 | 5.3 | |
2P Automaton | Alliance Raids | Level 80 Alliance Raid The Puppets' Bunker | 1 | 0 | 5.3 | |
9S Automaton | Alliance Raids | Dropped in level 80 Alliance Raid The Tower at Paradigm's Breach | 1 | 0 | 5.3 | |
Baby Behemoth | Collector's Edition | Purchase Final Fantasy XIV: A Realm Reborn Collector's Edition | 1 | 1 | 2.0 | |
Baby Gremlin | Preorder | Preorder Shadowbringers (5.0) (Expired on December 31, 2019) | 0 | 0 | 4.45 | |
Cait Sith Doll | Preorder | Preorder A Realm Reborn (2.0) (Expired on August 31, 2014) | 0 | 0 | 2.0 |