Module:Infobox (Monk)/doc

From Saintapedia
< Module:Infobox (Monk)
Revision as of 20:46, 3 October 2024 by Tom (talk | contribs) (copy from https://support.wiki.gg/wiki/Module:Infobox/doc)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is the documentation page for Module:Infobox (Monk)

For general help, see DRUID infoboxes

Usage

At Template:Infobox item

<includeonly>{{#invoke:Infobox|main
|kind=example-1
|sep=,
|image={{#if:{{{image|}}}|[[File:{{{image}}}{{!}}300px]]}}
|sections=General Info, Stats
|General Info=Region,Element
|Stats=Attack, HP, Armor, Attack Speed
|Attack Speed={{#if:{{{Attack Speed|}}}|{{{Attack Speed}}}%}}
}}</includeonly><noinclude>{{documentation}}</noinclude>

On an item page

{{Infobox item
|title= <!-- the title of the infobox -->
|Region= <!-- the value in Label1 field -->
|Element= <!-- the value in Label2 field -->
|Attack= <!-- the value in Label3 field --> 
}}