Difference between revisions of "Template:SkillTableEntry"
Jump to navigation
Jump to search
imported>Elaeagnifolia m |
imported>Elaeagnifolia |
||
| Line 5: | Line 5: | ||
| {{{Lv2|}}} | | {{{Lv2|}}} | ||
| {{#ifeq: {{{Hide|}}} | 1 | {{{Lv3|}}} | N/A }} | | {{#ifeq: {{{Hide|}}} | 1 | {{{Lv3|}}} | N/A }} | ||
| + | | {{#cargo_query:tables=Adventurers|fields=_pageName|where=Skill1Name="{{{Name|{{PAGENAME}}}}}" OR Skill2Name="{{{Name|{{PAGENAME}}}}}"|format=ul|group by=_pageName|default=''There are no adventurers with this skill.''}} | ||
| + | | {{#cargo_query:tables=Weapons|fields=_pageName|where=SkillName="{{{Name|{{PAGENAME}}}}}"|format=ul|group by=_pageName|default=''There are no weapons with this skill.''}} | ||
| + | | {{#cargo_query:tables=Dragons|fields=_pageName|where=SkillName="{{{Name|{{PAGENAME}}}}}"|format=ul|group by=_pageName|default=''There are no dragons with this skill.''}} | ||
|- | |- | ||
</includeonly> | </includeonly> | ||