Difference between revisions of "Template:Unlock reward"

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
m
m
Line 4: Line 4:
   | dg = <div style="display:inline-block;margin-left:2px;">[[File:Dungeon.png|24px|{{{2}}}|link={{{2}}}]]</div> [[{{{2}}}]]{{#set:Has system unlock={{#var:unlockrewardcnt}};{{{2}}};Dungeon}}
   | dg = <div style="display:inline-block;margin-left:2px;">[[File:Dungeon.png|24px|{{{2}}}|link={{{2}}}]]</div> [[{{{2}}}]]{{#set:Has system unlock={{#var:unlockrewardcnt}};{{{2}}};Dungeon}}
   | em = <div style="display:inline-block;margin-left:2px;">[[File:{{{2}}}.png|24px|{{{2}}}|link={{{2}}}]]</div> [[{{{2}}}]]{{#set:Has system unlock={{#var:unlockrewardcnt}};{{{2}}};Emote}}
   | em = <div style="display:inline-block;margin-left:2px;">[[File:{{{2}}}.png|24px|{{{2}}}|link={{{2}}}]]</div> [[{{{2}}}]]{{#set:Has system unlock={{#var:unlockrewardcnt}};{{{2}}};Emote}}
   | ot = <div style="display:inline-block;margin-left:2px;">[[File:{{{2}}}.png|24px|{{{2}}}|link={{{2}}}]]</div> [[{{{2}}}]]{{#set:Has system unlock={{#var:unlockrewardcnt}};{{{2}}};Other}}
   | ot = [[{{{2}}}]]{{#set:Has system unlock={{#var:unlockrewardcnt}};{{{2}}};Other}}
  | lc = <div style="display:inline-block;margin-left:2px;">[[File:Location.png|24px|{{{2}}}|link={{{2}}}]]</div> [[{{{2}}}]]{{#set:Has system unlock={{#var:unlockrewardcnt}};{{{2}}};Location}}
   | ra = <div style="display:inline-block;margin-left:2px;">[[File:Raid.png|24px|{{{2}}}|link={{{2}}}]]</div> [[{{{2}}}]]{{#set:Has system unlock={{#var:unlockrewardcnt}};{{{2}}};Raid}}
   | ra = <div style="display:inline-block;margin-left:2px;">[[File:Raid.png|24px|{{{2}}}|link={{{2}}}]]</div> [[{{{2}}}]]{{#set:Has system unlock={{#var:unlockrewardcnt}};{{{2}}};Raid}}
   | tr = <div style="display:inline-block;margin-left:2px;">[[File:Trial.png|24px|{{{2}}}|link={{{2}}}]]</div> [[{{{2}}}]]{{#set:Has system unlock={{#var:unlockrewardcnt}};{{{2}}};Trial}} }}</includeonly><noinclude>
   | tr = <div style="display:inline-block;margin-left:2px;">[[File:Trial.png|24px|{{{2}}}|link={{{2}}}]]</div> [[{{{2}}}]]{{#set:Has system unlock={{#var:unlockrewardcnt}};{{{2}}};Trial}} }}</includeonly><noinclude>
Line 14: Line 15:
=== Parameters ===
=== Parameters ===
; ''unnamed parameter'' 1
; ''unnamed parameter'' 1
: Unlock type. Expects ''ac (Action)'', ''dg (Dungeon)'', ''em (Emote)'', ''ot (Other)'', ''ra (Raid)'', or ''tr (Trial)''.
: Unlock type. Expects ''ac (Action)'', ''dg (Dungeon)'', ''em (Emote)'', ''lc'' (Location), ''ot (Other)'', ''ra (Raid)'', or ''tr (Trial)''.
; ''unnamed parameter'' 2
; ''unnamed parameter'' 2
: Unlock name. The system unlock name.
: Unlock name. The system unlock name.
Line 21: Line 22:
* {{Unlock reward|dg|Sastasha}} is produced from <code><nowiki>{{Unlock reward|dg|Sastasha}}</nowiki></code>
* {{Unlock reward|dg|Sastasha}} is produced from <code><nowiki>{{Unlock reward|dg|Sastasha}}</nowiki></code>
* {{Unlock reward|ra|Omega: Deltascape}} is produced from <code><nowiki>{{{Unlock reward|ra|Omega: Deltascape}}</nowiki></code>
* {{Unlock reward|ra|Omega: Deltascape}} is produced from <code><nowiki>{{{Unlock reward|ra|Omega: Deltascape}}</nowiki></code>
* {{Unlock reward|tr|Akh Afah Amphitheatre (Extreme)}} is produced from <code><nowiki>{{Unlock reward|tr|Akh Afah Amphitheatre (Extreme)}}</nowiki></code>
* {{Unlock reward|lc|Shirogane}} is produced from <code><nowiki>{{Unlock reward|lc|Shirogane}}</nowiki></code>


== See also==
== See also==

Revision as of 03:49, 19 August 2017

Description

{{Unlock reward|<type>|<unlock name>}}

Used by {{Quest infobox}} to define a single quest's unlock reward, be it action, dungeon, raid, trial, etc.

Parameters

unnamed parameter 1
Unlock type. Expects ac (Action), dg (Dungeon), em (Emote), lc (Location), ot (Other), ra (Raid), or tr (Trial).
unnamed parameter 2
Unlock name. The system unlock name.

Examples

  • Sastasha
    Sastasha"Sastasha" is not in the list (Action, Achievement, AetherCurrent, Dungeon, Emote, Location, MountSpeed, Other, Raid, Reputation, ...) of allowed values for the "Has unlock type" property. is produced from {{Unlock reward|dg|Sastasha}}
  • Omega: Deltascape
    Omega: Deltascape"Omega: Deltascape" is not in the list (Action, Achievement, AetherCurrent, Dungeon, Emote, Location, MountSpeed, Other, Raid, Reputation, ...) of allowed values for the "Has unlock type" property. is produced from {{{Unlock reward|ra|Omega: Deltascape}}
  • Shirogane
    Shirogane"Shirogane" is not in the list (Action, Achievement, AetherCurrent, Dungeon, Emote, Location, MountSpeed, Other, Raid, Reputation, ...) of allowed values for the "Has unlock type" property. is produced from {{Unlock reward|lc|Shirogane}}

See also