Difference between revisions of "Template:Icon"

From Dragalia Lost Wiki
Jump to navigation Jump to search
>Yvsdrop
m (removing unnecessary commas around currency and resource links)
>Eave
(add optional rarity param for adventurer icons)
Line 3: Line 3:
 
Adventurer with Text
 
Adventurer with Text
 
-->
 
-->
|Adventurer={{#cargo_query:tables=Adventurers|where=_pageName="{{#titleparts:{{{2}}}}}" OR FullName="{{#titleparts:{{{2}}}}}"|fields=CONCAT('[[File:', Id, ' 0', VariationId, ' r0', Rarity, '.png|{{{size|80px}}}|link=',{{{link|_pageName}}},']] [[',_pageName,'|',FullName,']]')|group by=_pageName|limit=1|more results text=|default=[[{{{2}}}]]}}<!--
+
|Adventurer={{#cargo_query:tables=Adventurers|where=_pageName="{{#titleparts:{{{2}}}}}" OR FullName="{{#titleparts:{{{2}}}}}"|fields=CONCAT('[[File:', Id, ' 0', VariationId, ' r0', {{{rarity|Rarity}}}, '.png|{{{size|80px}}}|link=',{{{link|_pageName}}},']] [[',_pageName,'|',FullName,']]')|group by=_pageName|limit=1|more results text=|default=[[{{{2}}}]]}}<!--
  
 
# Wyrmprint with Text
 
# Wyrmprint with Text
Line 57: Line 57:
 
# Adventurer without Text
 
# Adventurer without Text
 
-->
 
-->
|Adventurer={{#cargo_query:tables=Adventurers|where=_pageName="{{#titleparts:{{{2}}}}}" OR FullName="{{#titleparts:{{{2}}}}}"|fields=CONCAT('[[File:', Id, ' 0', VariationId, ' r0', Rarity, '.png|{{{size|80px}}}|link=',{{{link|_pageName}}},']]')|group by=_pageName|limit=1|more results text=|default=}}<!--
+
|Adventurer={{#cargo_query:tables=Adventurers|where=_pageName="{{#titleparts:{{{2}}}}}" OR FullName="{{#titleparts:{{{2}}}}}"|fields=CONCAT('[[File:', Id, ' 0', VariationId, ' r0', {{{rarity|Rarity}}}, '.png|{{{size|80px}}}|link=',{{{link|_pageName}}},']]')|group by=_pageName|limit=1|more results text=|default=}}<!--
  
 
# Wyrmprint without Text
 
# Wyrmprint without Text

Revision as of 07:52, 15 March 2020

50px Documentation

Current Items Icon Template Works With

  • Adventurer
    Error: Table Adventurers not found.
  • Wyrmprint Lua error: Error: Table Wyrmprints not found..
  • Dragon
    Error: Table Dragons not found.
  • Weapon
    Error: Table Weapons not found.
  • Material
    Error: Table Materials not found.
  • Gift
    Error: Table Gifts not found.
  • Resource Icon Resource Mana.png Mana
  • Consumable
    Error: Table Consumables not found.
  • Facility
    • Error: Table Facilities not found.
    • Error: Table Facilities not found.
    • Error: Table Facilities not found.
  • Skill
    Error: Table Skills not found.
  • CoAbility
    Error: Table CoAbilities not found.
  • Chain CoAbility
  • Ability
    Error: Table Abilities not found.
  • Afflictions
  • Condition

Examples

{{Icon|Adventurer|Lily}}
Error: Table Adventurers not found.
{{Icon|Adventurer|Lily|text=1}}, {{Icon|Adventurer|Lily|text=1}}, {{Icon|Adventurer|Pipple|text=1|rarity=5}}
Error: Table Adventurers not found.
,
Error: Table Adventurers not found.
,
Error: Table Adventurers not found.
{{Icon|Adventurer|Lily|size=42px}}
Error: Table Adventurers not found.

With and without custom Link

{{Icon|Ability|Dragon's Claws I|size=32px|text=1}}
{{Icon|Ability|Dragon's Claws I|size=32px|text=1|link="Dragon's Claws"}}
{{Icon|Ability|Dragon's Claws I|size=32px|text=1|link=Dragon's Claws}} <-- no quotes: errors out
Error: Table Abilities not found.
Error: Table Abilities not found.
Error: unclosed string literal.