Difference between revisions of "Template:Mount infobox"
Jump to navigation
Jump to search
(Deprecated the two-seater parameter and added the seats parameter for number of seats, since some mounts have more than 2 seats.) |
(all mounts can fly) |
||
(8 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{#set:Has context=mount}}{{#switch:{{lc:{{{release|}}}}}|heavensward = {{Heavensward expansion content}}|stormblood = {{Stormblood expansion content}}|shadowbringers = {{Shadowbringers expansion content}}|endwalker = {{Endwalker expansion content}}|#default=}} | <includeonly>{{#set:Has context=mount}}{{#switch:{{lc:{{{release|}}}}}|heavensward = {{Heavensward expansion content}}|stormblood = {{Stormblood expansion content}}|shadowbringers = {{Shadowbringers expansion content}}|endwalker = {{Endwalker expansion content}}|dawntrail = {{Dawntrail expansion content}}|#default=}}{{#if:{{{release|}}}||{{#switch:{{{patch|}}}|1.0|1.20b|2.0|2.05|2.1|2.15|2.16|2.2|2.21|2.25|2.28|2.3|2.35|2.38|2.4|2.41|2.45|2.5|2.51|2.55|2.56|2.57=|#default=[[Category:Missing release]]}}}} | ||
<div class="infobox-n mount"> | <div class="infobox-n mount"> | ||
<div class="icon mount-infobox-icon">{{STFI|icon={{{icon|{{#titleparts:{{PAGENAMEE}}}}.png}}}|link=File:{{{icon|{{PAGENAMEE}}.png}}}}}{{#set:Has game icon=File:{{{icon|{{#titleparts:{{PAGENAME}}}}.png}}}}}</div> | <div class="icon mount-infobox-icon">{{STFI|icon={{{icon|{{#titleparts:{{PAGENAMEE}}}}.png}}}|link=File:{{{icon|{{PAGENAMEE}}.png}}}}}{{#set:Has game icon=File:{{{icon|{{#titleparts:{{PAGENAME}}}}.png}}}}}</div> | ||
<p class="heading">[[Has canonical name::{{{name|{{#titleparts:{{PAGENAME}}}}}}}]]</p> | <p class="heading">[[Has canonical name::{{{name|{{#titleparts:{{PAGENAME}}}}}}}]]</p> | ||
<div class="details mount {{#if:{{{flying|}}}{{{two-seater|}}}||empty}}"><!-- | <div class="details mount {{#if:{{{flying|}}}{{{two-seater|}}}||empty}}"><!-- | ||
--><!--{{#if:{{{two-seater|}}}|{{#set:Is two-seater mount=Y}}<span class="characteristic two-seater" title="This mount can be ridden by two players at once.">TWO-SEATER</span> }}--><!-- | --><!--{{#if:{{{two-seater|}}}|{{#set:Is two-seater mount=Y}}<span class="characteristic two-seater" title="This mount can be ridden by two players at once.">TWO-SEATER</span> }}--><!-- | ||
--> | --> | ||
Line 41: | Line 40: | ||
: [[Patch {{{patch}}}|{{{patch}}}]] | : [[Patch {{{patch}}}|{{{patch}}}]] | ||
}} | }} | ||
{{clear}} | |||
</div></div><!-- | </div></div><!-- | ||
-->{{#if:{{{description|}}}| | -->{{#if:{{{description|}}}| | ||
{{Quotation|In-game description|{{{description}}}}} }} | {{Quotation|In-game description|{{{description}}}}} }} | ||
<!-- AUTOCATEGORIZATION --> | <!-- AUTOCATEGORIZATION --> | ||
[[Category:Mounts]] | [[Category:Mounts]] | ||
{{#ifeq: {{{seats|}}} | 2 | [[Category:Two-seater mounts]] |}} | |||
{{#ifeq: {{{seats|}}} | 4 | [[Category:Four-seater mounts]] |}} | |||
{{#if: {{NAMESPACE}}<!-- no categories if outside of article namespace --> | {{#if: {{NAMESPACE}}<!-- no categories if outside of article namespace --> | ||
| <!-- Do not categorize --> | | | <!-- Do not categorize --> | | ||
Line 68: | Line 68: | ||
| movement = | | movement = | ||
| action = | | action = | ||
| | | seats = | ||
| music = | | music = | ||
| orchestrion = | | orchestrion = | ||
Line 82: | Line 81: | ||
; image: Optional. Mount image. | ; image: Optional. Mount image. | ||
; description: Optional. Verbatim from the game's Mount Guide. Include the flavor quote after two line breaks. | ; description: Optional. Verbatim from the game's Mount Guide. Include the flavor quote after two line breaks. | ||
; tooltip: Optional. Verbatim from the tooltip of the button you click to summon the mount, NOT TO BE CONFUSED WITH the tooltip of the horn, fife, key, etc you use to add the mount to your collection - that goes in the page for said | ; tooltip: Optional. Verbatim from the tooltip of the button you click to summon the mount, NOT TO BE CONFUSED WITH the tooltip of the item (horn, fife, key, etc) you use to add the mount to your collection - that goes in the page for said item. | ||
; summon: Optional. The name of the item that summons the mount (i.e. horn, fife). | ; summon: Optional. The name of the item that summons the mount (i.e. horn, fife). | ||
; movement: Optional. Accepts ''terrestrial'' or ''airborne''. | ; movement: Optional. Accepts ''terrestrial'' or ''airborne''. | ||
; action: Optional. The mount action usable while riding the mount. | ; action: Optional. The mount action usable while riding the mount. | ||
; <strike>two-seater</strike>: <strike>Optional. Whether the mount can hold two players. Defaults to ''no''.</strike> Deprecated. Please use the '''seats''' parameter instead. | ; <strike>two-seater</strike>: <strike>Optional. Whether the mount can hold two players. Defaults to ''no''.</strike> Deprecated. Please use the '''seats''' parameter instead. | ||
; seats: Optional. Number of players the mount can seat at a time. Defaults to ''1''. | ; seats: Optional. Number of players the mount can seat at a time. Defaults to ''1''. | ||
Line 92: | Line 90: | ||
; orchestrion: Optional. Set anything to convert the music to its respective orchestrion roll. | ; orchestrion: Optional. Set anything to convert the music to its respective orchestrion roll. | ||
; patch: Optional. Patch this mount was released in. | ; patch: Optional. Patch this mount was released in. | ||
; release: Optional. Expansion this mount belongs to. Accepts ''heavensward'' or ''stormblood'' or ''shadowbringers'' or ''endwalker''. | ; release: Optional. Expansion this mount belongs to. Accepts ''heavensward'' or ''stormblood'' or ''shadowbringers'' or ''endwalker'' or ''dawntrail''. | ||
== Examples == | == Examples == | ||
Line 103: | Line 101: | ||
| summon = Blissful Kamuy Fife | | summon = Blissful Kamuy Fife | ||
| movement = Terrestrial | | movement = Terrestrial | ||
| seats = 1 | | seats = 1 | ||
| music = Beauty's Wicked Wiles | | music = Beauty's Wicked Wiles | ||
Line 119: | Line 115: | ||
| summon = Blissful Kamuy Fife | | summon = Blissful Kamuy Fife | ||
| movement = terrestrial | | movement = terrestrial | ||
| seats = 1 | | seats = 1 | ||
| music = Beauty's Wicked Wiles | | music = Beauty's Wicked Wiles | ||
Line 126: | Line 120: | ||
| patch = 4.0 | | patch = 4.0 | ||
| release = stormblood | | release = stormblood | ||
}} | }} | ||
{{clear}} | {{clear}} |
Latest revision as of 22:55, 13 April 2024
Usage
Use this infobox for defining mounts within the game.
{{Mount infobox | name = | icon = | image = | description = | tooltip = | summon = | movement = | action = | seats = | music = | orchestrion = | patch = | release = }}
Parameters
- name
- Optional. Name of the article. Defaults to
{{PAGENAME}}
. - icon
- Optional. Mount icon. Defaults to File:
{{PAGENAME}}
.png - image
- Optional. Mount image.
- description
- Optional. Verbatim from the game's Mount Guide. Include the flavor quote after two line breaks.
- tooltip
- Optional. Verbatim from the tooltip of the button you click to summon the mount, NOT TO BE CONFUSED WITH the tooltip of the item (horn, fife, key, etc) you use to add the mount to your collection - that goes in the page for said item.
- summon
- Optional. The name of the item that summons the mount (i.e. horn, fife).
- movement
- Optional. Accepts terrestrial or airborne.
- action
- Optional. The mount action usable while riding the mount.
two-seaterOptional. Whether the mount can hold two players. Defaults to no.Deprecated. Please use the seats parameter instead.- seats
- Optional. Number of players the mount can seat at a time. Defaults to 1.
- music
- Optional. The music that plays when riding the mount.
- orchestrion
- Optional. Set anything to convert the music to its respective orchestrion roll.
- patch
- Optional. Patch this mount was released in.
- release
- Optional. Expansion this mount belongs to. Accepts heavensward or stormblood or shadowbringers or endwalker or dawntrail.
Examples
{{Mount infobox | name = Blissful Kamuy | icon = Blissful kamuy icon1.png | image = Blissful_Kamuy_Image.png | description = Believe it or not, this monstrous canine did not always glow, only achieving its heavenly effulgence upon receiving the blessing of Lakshmi after being offered to the Lady of Bliss by her loyal Ananta dreamers.<br/><br/>"This is no lone coywolf you'll be facing." - [[Hetzkin]] | tooltip = Summon forth your blissful kamuy, blessed wolf who shall not be bound by such corporeal laws as gravity or aerodynamics. | summon = Blissful Kamuy Fife | movement = Terrestrial | seats = 1 | music = Beauty's Wicked Wiles | orchestrion = y | patch = 4.0 | release = stormblood }}
Blissful Kamuy
1-SEATER
- Movement
- Terrestrial
- Summon
- Blissful Kamuy Fife
- Music
- Beauty's Wicked Wiles
- Tooltip
- Summon forth your blissful kamuy, blessed wolf who shall not be bound by such corporeal laws as gravity or aerodynamics.
- Patch
- 4.0
“Believe it or not, this monstrous canine did not always glow, only achieving its heavenly effulgence upon receiving the blessing of Lakshmi after being offered to the Lady of Bliss by her loyal Ananta dreamers.
"This is no lone coywolf you'll be facing." - Hetzkin— In-game description