Template:Skill page: Difference between revisions

From Tears of Themis Wiki
imported>Elaeagnifolia
imported>Elaeagnifolia
Line 7: Line 7:
==Cards with {{PAGENAME}}==
==Cards with {{PAGENAME}}==
{{#cargo_query:tables=Card
{{#cargo_query:tables=Card
|fields=CONCAT('<div>[[File:', _pageName, ' icon.png|60px|link=]]<br/>[[', _pageName, ']] (', skill1,')</div>')
|fields=CONCAT('<div>[[File:', _pageName, ' icon.png|80px|link=]]&nbsp;[[', _pageName, ']] (', skill1,')</div>')
|where=skill1 LIKE "{{PAGENAME}}%"
|where=skill1 LIKE "{{PAGENAME}}%"
|delimiter=
|delimiter=
Line 14: Line 14:
}}
}}
{{#cargo_query:tables=Card
{{#cargo_query:tables=Card
|fields=CONCAT('<div>[[File:', _pageName, ' icon.png|60px|link=]]<br/>[[', _pageName, ']] (', skill2,')</div>')
|fields=CONCAT('<div>[[File:', _pageName, ' icon.png|80px|link=]]&nbsp;[[', _pageName, ']] (', skill2,')</div>')
|where=skill2 LIKE "{{PAGENAME}}%"
|where=skill2 LIKE "{{PAGENAME}}%"
|delimiter=
|delimiter=
Line 21: Line 21:
}}
}}
{{#cargo_query:tables=Card
{{#cargo_query:tables=Card
|fields=CONCAT('<div>[[File:', _pageName, ' icon.png|60px|link=]]<br/>[[', _pageName, ']] (', skill3,')</div>')
|fields=CONCAT('<div>[[File:', _pageName, ' icon.png|80px|link=]]&nbsp;[[', _pageName, ']] (', skill3,')</div>')
|where=skill3 LIKE "{{PAGENAME}}%"
|where=skill3 LIKE "{{PAGENAME}}%"
|delimiter=
|delimiter=

Revision as of 03:28, 12 May 2021

Template-info.png Documentation

Description

Template used for skill pages. Can be easily loaded using the Boilerplate.