Difference between revisions of "Template:Unlock reward"

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
(Added New Game Plus)
Line 23: Line 23:
   | 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}}}}}}}
   | 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}}}}}}}
  | ngp = <div style="display:inline-block;margin-left:2px;">[[File:NewGamePlusIcon.png|24px|{{{2}}}|link={{{2}}}]]</div> [[{{{2}}}]]{{#if:{{{no-smw|}}}||{{#set:Has system unlock={{#var:unlockrewardcnt}};NewGamePlus;{{{2}}}}}}} }}</includeonly><noinclude>
== Description ==
== Description ==
<pre>{{Unlock reward|<type>|<unlock name>}}</pre>
<pre>{{Unlock reward|<type>|<unlock name>}}</pre>
Line 31: Line 32:
=== Parameters ===
=== Parameters ===
; ''unnamed parameter'' 1
; ''unnamed parameter'' 1
: Unlock type. Expects ''ac (Action)'', ''tt (Trait)'', ''dg (Dungeon)'', ''em (Emote)'', ''lc'' (Location), ''ot (Other)'', ''ra (Raid)'', or ''tr (Trial)'', ''pvp (PvP mode)'',''cur (Aether Current)'', ''ms (Mount Speed)'', or ''r<1-9> (Reputation rank up)''.
: Unlock type. Expects ''ac (Action)'', ''tt (Trait)'', ''dg (Dungeon)'', ''em (Emote)'', ''lc'' (Location), ''ot (Other)'', ''ra (Raid)'', or ''tr (Trial)'', ''pvp (PvP mode)'',''cur (Aether Current)'', ''ms (Mount Speed)'', ''r<1-9> (Reputation rank up)'', or ''ngp (New Game +)''.
; ''unnamed parameter'' 2
; ''unnamed parameter'' 2
: Unlock name. The system unlock name.
: Unlock name. The system unlock name.
Line 48: Line 49:
* {{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>
* {{Unlock reward|pvp|Frontlines}} is produced from <code><nowiki>{{Unlock reward|pvp|Frontlines}}</nowiki></code>
* {{Unlock reward|ngp|A Realm Reborn - Part 2}} is produced from <code><nowiki>{{Unlock reward|ngp|A Realm Reborn - Part 2}}</nowiki></code>


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

Revision as of 06:11, 27 December 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), pvp (PvP mode),cur (Aether Current), ms (Mount Speed), r<1-9> (Reputation rank up), or ngp (New Game +).
unnamed parameter 2
Unlock name. The system unlock name.
no-smw
Set anything to prevent annotating data to SMW.

Examples

See also