Template:WizardInfobox
Function: CargoSQLQuery::run Query: SELECT `cargo__Wizards`.`_pageID` AS `cargo_backlink_page_id_Wizards`,`cargo__Wizards`.`idx` AS `idx`,`cargo__Wizards`.`name` AS `name`,`cargo__Wizards`.`background` AS `background`,`cargo__Wizards`.`head` AS `head`,`cargo__Wizards`.`body` AS `body`,`cargo__Wizards`.`prop` AS `prop`,`cargo__Wizards`.`familiar` AS `familiar`,`cargo__Wizards`.`rune` AS `rune`,CONCAT('https://www.forgottenrunes.com/api/art/wizards/', `cargo__Wizards`.`idx`, '.png') AS `image` FROM `cargo__Wizards` WHERE `cargo__Wizards`.`idx`={{{1}}} ORDER BY `cargo__Wizards`.`_pageID`,`cargo__Wizards`.`idx`,`cargo__Wizards`.`name`,`cargo__Wizards`.`background`,`cargo__Wizards`.`head` LIMIT 100
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>