Difference between revisions of "Template:Unlock reward"

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
m
(Adding PvP mode)
Line 22: Line 22:
   | cur = <div style="display:inline-block;margin-left:2px;">[[File:Aether_current_icon1.png|24px|{{{2}}}|link={{{2}}}]]</div> [[{{{2}}}]]{{#if:{{{no-smw|}}}||{{#set:Has system unlock={{#var:unlockrewardcnt}};AetherCurrent;{{{2}}}}}}}
   | cur = <div style="display:inline-block;margin-left:2px;">[[File:Aether_current_icon1.png|24px|{{{2}}}|link={{{2}}}]]</div> [[{{{2}}}]]{{#if:{{{no-smw|}}}||{{#set:Has system unlock={{#var:unlockrewardcnt}};AetherCurrent;{{{2}}}}}}}
   | ms = <div style="display:inline-block;margin-left:2px;">[[File:Mount_speed_increase_icon1.png|24px|{{{2}}}|link={{{2}}}]]</div> [[{{{2}}}]]{{#if:{{{no-smw|}}}||{{#set:Has system unlock={{#var:unlockrewardcnt}};MountSpeed;{{{2}}}}}}}
   | ms = <div style="display:inline-block;margin-left:2px;">[[File:Mount_speed_increase_icon1.png|24px|{{{2}}}|link={{{2}}}]]</div> [[{{{2}}}]]{{#if:{{{no-smw|}}}||{{#set:Has system unlock={{#var:unlockrewardcnt}};MountSpeed;{{{2}}}}}}}
  | pvp = <div style="display:inline-block;margin-left:2px;">[[File:PvP icon1.png|24px|{{{2}}}|link={{{2}}}]]</div> [[{{{2}}}]]{{#if:{{{no-smw|}}}||{{#set:Has system unlock={{#var:unlockrewardcnt}};PvP mode;{{{2}}}}}}}
   | tr = <div style="display:inline-block;margin-left:2px;">[[File:Trial.png|24px|{{{2}}}|link={{{2}}}]]</div> [[{{{2}}}]]{{#if:{{{no-smw|}}}||{{#set:Has system unlock={{#var:unlockrewardcnt}};Trial;{{{2}}}}}}} }}</includeonly><noinclude>
   | tr = <div style="display:inline-block;margin-left:2px;">[[File:Trial.png|24px|{{{2}}}|link={{{2}}}]]</div> [[{{{2}}}]]{{#if:{{{no-smw|}}}||{{#set:Has system unlock={{#var:unlockrewardcnt}};Trial;{{{2}}}}}}} }}</includeonly><noinclude>
== Description ==
== Description ==
Line 46: Line 47:
* {{Unlock reward|cur|Aether Current}} is produced from <code><nowiki>{{Unlock reward|cur|Aether Current}}</nowiki></code>
* {{Unlock reward|cur|Aether Current}} is produced from <code><nowiki>{{Unlock reward|cur|Aether Current}}</nowiki></code>
* {{Unlock reward|ms|Mount Speed Increase}} is produced from <code><nowiki>{{Unlock reward|ms|Mount Speed Increase}}</nowiki></code>
* {{Unlock reward|ms|Mount Speed Increase}} is produced from <code><nowiki>{{Unlock reward|ms|Mount Speed Increase}}</nowiki></code>
* {{Unlock reward|pvp|Frontlines}} is produced from <code><nowiki>{{Unlock reward|pvp|Frontlines}}</nowiki></code>


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

Revision as of 21:53, 2 November 2021

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), tt (Trait), dg (Dungeon), em (Emote), lc (Location), ot (Other), ra (Raid), or tr (Trial), cur (Aether Current), ms (Mount Speed), or r<1-9> (Reputation rank up).
unnamed parameter 2
Unlock name. The system unlock name.
no-smw
Set anything to prevent annotating data to SMW.

Examples

  • Sastasha
    Sastasha is produced from {{Unlock reward|dg|Sastasha}}
  • Omega: Deltascape
    Omega: Deltascape is produced from {{{Unlock reward|ra|Omega: Deltascape}}
  • Shirogane
    Shirogane is produced from {{Unlock reward|lc|Shirogane}}
  • Reputation up
    Sylph Reputation Up (Bloodsworn) is produced from {{Unlock reward|r8|Sylph}}
  • Reputation up
    Kobold Reputation Up is produced from {{Unlock reward|r|Kobold}}
  • Achievement.png
    Green Eyes is produced from {{Unlock reward|ach|Green Eyes}}
  • Ruin.png  Ruin is produced from {{Unlock reward|ac|Ruin}}
  • Aether Current
    Aether Current is produced from {{Unlock reward|cur|Aether Current}}
  • Mount Speed Increase
    Mount Speed Increase is produced from {{Unlock reward|ms|Mount Speed Increase}}
  • Frontlines
    Frontlines"PvP mode" 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|pvp|Frontlines}}

See also