Difference between revisions of "Template:Icon"
Jump to navigation
Jump to search
>Eave (allow matching for skills with multiple IDs (agito skills)) |
>Boblers (adding support for afflictions) |
||
| Line 55: | Line 55: | ||
# Ability with Text | # Ability with Text | ||
--> | --> | ||
| − | |Ability={{#cargo_query:tables=Abilities|where=_pageName="{{#titleparts:{{{2}}}}}" OR Name="{{#titleparts:{{{2}}}}}" OR Id="{{{2}}}"|fields=CONCAT('[[File:', AbilityIconName, '.png|{{{size|80px}}}|link=',{{{link|_pageName}}},']] [[',_pageName,'|',Name,']]')|group by=_pageName|limit=1|more results text=|default=[[{{{2}}}]]}} | + | |Ability={{#cargo_query:tables=Abilities|where=_pageName="{{#titleparts:{{{2}}}}}" OR Name="{{#titleparts:{{{2}}}}}" OR Id="{{{2}}}"|fields=CONCAT('[[File:', AbilityIconName, '.png|{{{size|80px}}}|link=',{{{link|_pageName}}},']] [[',_pageName,'|',Name,']]')|group by=_pageName|limit=1|more results text=|default=[[{{{2}}}]]}}<!-- |
| + | |||
| + | # Affliction with Text | ||
| + | --> | ||
| + | |Affliction=[[File:Affliction {{lc:{{{2|}}}}} large icon.png|{{{size|80px}}}|link={{{2|}}}]] [[{{{2|}}}]] | ||
}} | }} | ||
|{{#switch:{{{1|}}}<!-- | |{{#switch:{{{1|}}}<!-- | ||
| Line 113: | Line 117: | ||
# Ability without Text | # Ability without Text | ||
--> | --> | ||
| − | |Ability={{#cargo_query:tables=Abilities|where=_pageName="{{#titleparts:{{{2}}}}}" OR Name="{{#titleparts:{{{2}}}}}" OR Id="{{{2}}}"|fields=CONCAT('[[File:', AbilityIconName, '.png|{{{size|80px}}}|link=',{{{link|_pageName}}},']]')|group by=_pageName|limit=1|more results text=|default=}} | + | |Ability={{#cargo_query:tables=Abilities|where=_pageName="{{#titleparts:{{{2}}}}}" OR Name="{{#titleparts:{{{2}}}}}" OR Id="{{{2}}}"|fields=CONCAT('[[File:', AbilityIconName, '.png|{{{size|80px}}}|link=',{{{link|_pageName}}},']]')|group by=_pageName|limit=1|more results text=|default=}}<!-- |
| + | |||
| + | # Affliction without Text | ||
| + | --> | ||
| + | |Affliction=[[File:Affliction {{lc:{{{2|}}}}} large icon.png|30px|link={{{2|}}}]] | ||
}} | }} | ||
}}</span></includeonly> | }}</span></includeonly> | ||
Revision as of 05:45, 6 July 2020
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
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 Error: Table ChainCoAbilities not found.
- Ability Error: Table Abilities not found.
- Afflictions
Poison - 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.