Template:WizardInfobox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{#cargo_query: | {{#cargo_query: | ||
tables=Wizards | tables=Wizards | ||
|fields=Wizards.idx, Wizards.name, Wizards.background, Wizards.head, Wizards.body, Wizards.prop, Wizards.familiar, Wizards.rune | |fields=Wizards.idx, Wizards.name, Wizards.background, Wizards.head, Wizards.body, Wizards.prop, Wizards.familiar, Wizards.rune, CONCAT('https://www.forgottenrunes.com/api/art/wizards/', Wizards.idx, '.png')=image | ||
|where=Wizards.idx=1964 | |where=Wizards.idx=1964 | ||
|limit=1 | |limit=1 |
Revision as of 19:51, 6 July 2022
Pyromancer Duzzle (#1964) | |
---|---|
Head | Kobold |
Body | Aristocrat Green |
Prop | Hobgoblin's Flame: the Wayward Spell |
Familiar | Golden Toad |
Rune | Rune of Water |
[FM] [OS] [Lore] |
Here's an example:
Pyromancer Duzzle (#1964) | |
---|---|
Head | Kobold |
Body | Aristocrat Green |
Prop | Hobgoblin's Flame: the Wayward Spell |
Familiar | Golden Toad |
Rune | Rune of Water |
[FM] [OS] [Lore] |
Used to create documentation for templates
Usage
There are two ways to use this template.
1. Add to the bottom of your template:
<noinclude>{{doc}}<noinclude>
Then click on the "Create" link to get started with your documentation.
2. Include the documentation directly in the template (not preferred method):
<noinclude>{{doc|text= Documentation text ==Usage== How to use the template, etc. }}<noinclude>