Template:Spi/doc: Difference between revisions

From Elwiki
(🤔)
Line 51: Line 51:
* AmeTene: <code><nowiki>amethysts</nowiki></code>, <code><nowiki>teneaura</nowiki></code>
* AmeTene: <code><nowiki>amethysts</nowiki></code>, <code><nowiki>teneaura</nowiki></code>
* FusedElixirCube: <code><nowiki>adaptgiantpot</nowiki></code>, <code><nowiki>adaptdenifpot</nowiki></code>, <code><nowiki>adaptventuspot</nowiki></code>
* FusedElixirCube: <code><nowiki>adaptgiantpot</nowiki></code>, <code><nowiki>adaptdenifpot</nowiki></code>, <code><nowiki>adaptventuspot</nowiki></code>
<templatedata>
{
"params": {
"1": {
"label": "Name",
"description": "The name of the item. See list above.",
"example": "EPP",
"type": "string",
"required": true,
"aliases": [
"name"
]
},
"2": {
"aliases": [
"amount"
],
"label": "Amount",
"description": " The amount of the items, which will show up over the icon and on the tooltip. If it's a single item the amount will not show on the tooltip (but will show over the icon, to match the in-game design).",
"example": "250",
"type": "number",
"default": "1",
"suggested": true
},
"3": {
"aliases": [
"category"
],
"label": "Category",
"description": " The category of the item which will show up before the item's name on the tooltip. Available: luriel, ariel, cobo.",
"example": "luriel",
"type": "string"
},
"sdtickets": {
"type": "number"
},
"heroictickets": {
"type": "number"
},
"elrianodetickets": {
"type": "number"
},
"pruinaumtickets": {
"type": "number"
},
"yellowmystics": {
"type": "number"
},
"redmystics": {
"type": "number"
},
"bluemystics": {
"type": "number"
},
"giantmystics": {
"type": "number"
},
"amethysts": {
"type": "number"
},
"teneaura": {
"type": "number"
},
"adaptgiantpot": {
"type": "number"
},
"adaptdenifpot": {
"type": "number"
},
"adaptventuspot": {
"type": "number"
},
"l": {
"label": "Lock",
"description": "Will display a lock over the icon, which will dissapear upon hovering over it. Should be used for Premium items.",
"example": "y",
"type": "string",
"suggested": true
},
"cube": {
"label": "Cube",
"description": "Any option will add a horizontal line under the item's name on the tooltip, and allow for specific cube parameters to be input depending on the item's name. See list below. Available: select, yes",
"example": "select",
"type": "string"
}
},
"description": "'''spi''' (short for Season Pass Item) is meant to be used inside the [[Template:SeasonPass|]] template, to add icons for each item featured in a season.",
"paramOrder": [
"1",
"2",
"3",
"l",
"cube",
"sdtickets",
"heroictickets",
"elrianodetickets",
"pruinaumtickets",
"yellowmystics",
"redmystics",
"bluemystics",
"giantmystics",
"amethysts",
"teneaura",
"adaptgiantpot",
"adaptdenifpot",
"adaptventuspot"
]
}
</templatedata>

Revision as of 04:52, 17 September 2022

Information: This article is currently under development. Please be patient while we're adding the finishing touches!

Usage

{{spi
 | name =
 | amount =
 | category =
 | cube =
    | (specific cube parameters)
 | l =
}}
  • name: The name of the item. See list below.
  • amount: The amount of the items, which will show up over the icon and on the tooltip. If it's a single item the amount will not show on the tooltip (but will show over the icon, to match the in-game design).
  • category: The category of the item which will show up before the item's name on the tooltip. Can select between ariel, luriel or cobo. No category will show by default.
  • cube: Any option will add a horizontal line under the item's name on the tooltip, and allow for specific cube parameters to be input depending on the item's name. See list below.
    • yes references a common cube in which all items will be obtained upon opening. The tooltip will display "Contents:"
    • select references a cube in which you can only choose one item or group of items to obtain upon opening. The tooltip will display "Select:"
  • l (lock): Will display a lock over the icon, which will dissapear upon hovering over it. Should be used for Premium items.
    • y for yes.

List of Items

Cube names will show in red.

  • EPP: Elrios Pass Potion
  • Sages: Sage's Magic Stone
  • DungeonTickets: Dungeon Entrance Ticket Selective Cube
  • ResStone5: Resurrection Stone Cube (5)
  • TimeSpaceScrolls: Blessed Time & Space Scroll
  • MysticsCube: Shining Mystic Stone Support Cube
  • RaidTickets: Raid Reset Ticket Selective Cube
  • AmeTene: Spectral Amethyst and Tenebrous Aura Selective Cube
  • GiantBossKeyCube: Giant Boss Key Selective Cube
  • Chlorite5: Chlorite Seed (5%)
  • MagicAmulet9: Magic Amulet Lv. 9
  • SynergyTicket7: El Search Party Collection - Synergy Effect Ticket (7 Days)
  • ArtifactStoneCube: Special Artifact Spirit Stone Cube
  • MagicAmulet10: Magic Amulet Lv. 10
  • Chlorite10: Chlorite Seed (10%)
  • FusedElixirCube: Fused Elixir Selective Cube
  • BlazingCrystal: Blazing Crystal
  • SadBertheSticker: Sad Berthe Sticker
  • ReforgeExemptionTicket: Reforge ED Fee Exemption Ticket
  • S2SupportCube: Elrios Pass Season 2 Special Support Cube
  • SoulCrystal: Soul Crystal
  • BertheSummon: Summon Stone: Berthe
  • ReforgeAmulet18: Amethystine Prophecy Reforge Amulet Lv.18

Specific Cube Parameters

Can be left blank if the amount is unknown.

  • DungeonTickets: sdtickets, heroictickets, elrianodetickets, pruinaumtickets
  • MysticsCube: yellowmystics, redmystics, bluemystics, giantmystics
  • AmeTene: amethysts, teneaura
  • FusedElixirCube: adaptgiantpot, adaptdenifpot, adaptventuspot

'''spi''' (short for Season Pass Item) is meant to be used inside the [[Template:SeasonPass|]] template, to add icons for each item featured in a season.

Template parameters

ParameterDescriptionTypeStatus
Name1 name

The name of the item. See list above.

Example
EPP
Stringrequired
Amount2 amount

The amount of the items, which will show up over the icon and on the tooltip. If it's a single item the amount will not show on the tooltip (but will show over the icon, to match the in-game design).

Default
1
Example
250
Numbersuggested
Category3 category

The category of the item which will show up before the item's name on the tooltip. Available: luriel, ariel, cobo.

Example
luriel
Stringoptional
Lockl

Will display a lock over the icon, which will dissapear upon hovering over it. Should be used for Premium items.

Example
y
Stringsuggested
Cubecube

Any option will add a horizontal line under the item's name on the tooltip, and allow for specific cube parameters to be input depending on the item's name. See list below. Available: select, yes

Example
select
Stringoptional
sdticketssdtickets

no description

Numberoptional
heroicticketsheroictickets

no description

Numberoptional
elrianodeticketselrianodetickets

no description

Numberoptional
pruinaumticketspruinaumtickets

no description

Numberoptional
yellowmysticsyellowmystics

no description

Numberoptional
redmysticsredmystics

no description

Numberoptional
bluemysticsbluemystics

no description

Numberoptional
giantmysticsgiantmystics

no description

Numberoptional
amethystsamethysts

no description

Numberoptional
teneaurateneaura

no description

Numberoptional
adaptgiantpotadaptgiantpot

no description

Numberoptional
adaptdenifpotadaptdenifpot

no description

Numberoptional
adaptventuspotadaptventuspot

no description

Numberoptional