Difference between revisions of "Template:Unlock reward"
Jump to navigation
Jump to search
Freedom4556 (talk | contribs) m (→Parameters) |
(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)'', | : 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
- Sastasha is produced from
{{Unlock reward|dg|Sastasha}}
- Omega: Deltascape is produced from
{{{Unlock reward|ra|Omega: Deltascape}}
- Shirogane is produced from
{{Unlock reward|lc|Shirogane}}
- Sylph Reputation Up (Bloodsworn) is produced from
{{Unlock reward|r8|Sylph}}
- Kobold Reputation Up is produced from
{{Unlock reward|r|Kobold}}
- Green Eyes is produced from
{{Unlock reward|ach|Green Eyes}}
- Ruin is produced from
{{Unlock reward|ac|Ruin}}
- Aether Current is produced from
{{Unlock reward|cur|Aether Current}}
- Mount Speed Increase is produced from
{{Unlock reward|ms|Mount Speed Increase}}
- 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}}
- A Realm Reborn - Part 2 is produced from
{{Unlock reward|ngp|A Realm Reborn - Part 2}}
See also
- {{Item reward}}
- {{Quest infobox}}