Difference between revisions of "Data"
Jump to navigation
Jump to search
old>Realpsojed |
old>Realpsojed |
||
Line 1: | Line 1: | ||
<includeonly>{{#switch: {{{ | <includeonly>{{#switch: {{{1}}} | ||
|Gwynnel's Elixir = {{#switch: {{{ | |Gwynnel's Elixir = {{#switch: {{{2}}} | ||
|ItemType = Medicine | |ItemType = Medicine | ||
|InventoryWidth = 1 | |InventoryWidth = 1 | ||
Line 19: | Line 19: | ||
|Price = 1500 | |Price = 1500 | ||
|#default = }} | |#default = }} | ||
|Ornate Sallet = {{#switch: {{{ | |Ornate Sallet = {{#switch: {{{2}}} | ||
|ArmorType = Headgear | |ArmorType = Headgear | ||
|ArmorClass = Heavy | |ArmorClass = Heavy | ||
Line 54: | Line 54: | ||
|Price = 4000 | |Price = 4000 | ||
|#default = }} | |#default = }} | ||
|Templar Sword = {{#switch: {{{ | |Templar Sword = {{#switch: {{{2}}} | ||
<!-- Updated with Weapon Parser V 1.01 --> | <!-- Updated with Weapon Parser V 1.01 --> | ||
|Unobtainable = 1 | |Unobtainable = 1 | ||
Line 70: | Line 70: | ||
|Price = 7200 | |Price = 7200 | ||
|#default = }} | |#default = }} | ||
|Peasant Hatchet = <nowiki>{{#switch: {{{ | |Peasant Hatchet = <nowiki>{{#switch: {{{2}}} | ||
<!-- Updated with Weapon Parser V 1.01 --> | <!-- Updated with Weapon Parser V 1.01 --> | ||
|WeaponType = Axe | |WeaponType = Axe | ||
Line 83: | Line 83: | ||
|Price = 25 | |Price = 25 | ||
|#default = }}</nowiki> | |#default = }}</nowiki> | ||
|Ceremonial Cuirass test = {{#switch: {{{ | |Ceremonial Cuirass test = {{#switch: {{{2}}} | ||
<!-- Updated with Armor parser v0.26 --> | <!-- Updated with Armor parser v0.26 --> | ||
|Rarity = Unique | |Rarity = Unique |
Revision as of 17:00, 28 May 2021
Test page for all data.
Option 1 - Keeping the Switch, transcluding individual attributes. {{:Data|ArmorType|Ornate Sallet}} produces:
Data does not exist.
Option 2 - Removing the Switch, transcluding all attributes at once as plaintext. {{:Data||Peasant Hatchet}} produces:
Data does not exist.
Option 2 seems like it won't work