Template:WizardInfobox: Difference between revisions

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

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>