Template:WizardInfobox

From wizzypedia
Revision as of 19:51, 6 July 2022 by Dotta (talk | contribs)
Jump to navigation Jump to search
Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '{{1}}} ORDER BY `cargo__Wizards`.`_pageID`,`cargo__Wizards`.`idx`,`cargo__Wi...' at line 1

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)
1964.png
HeadKobold
BodyAristocrat Green
PropHobgoblin's Flame: the Wayward Spell
FamiliarGolden Toad
RuneRune of Water
[FM] [OS]

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>