Module:Infobox (Monk)/doc: Difference between revisions

From Saintapedia
Jump to navigation Jump to search
(copy from https://support.wiki.gg/wiki/Module:Infobox/doc)
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
For general help, see [[DRUID infoboxes]]
For general help, see [[Infobox (Monk)]]


== Usage ==
== Usage ==
=== At Template:Infobox item ===
=== At Template:Infobox (Monk) item ===
<pre>
<pre>
<includeonly>{{#invoke:Infobox|main
<includeonly>{{#invoke:Infobox (Monk)|main
|kind=example-1
|kind=example-1
|sep=,
|sep=,
Line 17: Line 17:
=== On an item page ===
=== On an item page ===
<pre>
<pre>
{{Infobox item
{{Infobox (Monk) item
|title= <!-- the title of the infobox -->
|title= <!-- the title of the Infobox (Monk) -->
|Region= <!-- the value in Label1 field -->
|Region= <!-- the value in Label1 field -->
|Element= <!-- the value in Label2 field -->
|Element= <!-- the value in Label2 field -->

Latest revision as of 22:24, 3 October 2024

For general help, see Infobox (Monk)

Usage

At Template:Infobox (Monk) item

<includeonly>{{#invoke:Infobox (Monk)|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 (Monk) item
|title= <!-- the title of the Infobox (Monk) -->
|Region= <!-- the value in Label1 field -->
|Element= <!-- the value in Label2 field -->
|Attack= <!-- the value in Label3 field --> 
}}