Template:Infobox Weapon: Difference between revisions

From MB Wiki
Jump to navigation Jump to search
mNo edit summary
m (Replaced content with "<includeonly>{{#invoke:InfoboxWeapon|infobox}}</includeonly> <noinclude> {{Documentation|Template:Infobox_Weapon/doc}} </noinclude>")
Tag: Replaced
 
Line 1: Line 1:
<includeonly>
<includeonly>{{#invoke:InfoboxWeapon|infobox}}</includeonly>
<infobox>
    <title source="title">
        <default>{{PAGENAME}}</default>
    </title>
    <image source="image">
        <default>{{Exists|File:{{#titleparts:{{PAGENAME}}}}.png|{{#titleparts:{{PAGENAME}}}}.png|}}</default>
        <caption source="description" />
    </image>
    <group>
        <header>Weapon Information</header>
        <data source="type">
            <label>Type</label>
            <format><!--
                -->{{#switch:{{{type}}}<!--
                    -->|Claymore|Sword|Pole|Catalyst|Range|Special|Dagger|Gloves = [[{{{type}}} weapons|{{{type}}}]]<!--
                    -->|#default = {{{type|}}}<!--
                -->}}
            </format>
        </data>
        <data source="handedness">
            <label>Hands</label>
            <format>{{{handedness|?}}}-hand</format>
        </data>
        <data source="allocation">
            <label>Char Allocation</label>
            <format>{{{allocation|?}}} slots</format>
        </data>
        <data source="class1">
            <label>Primary Class</label>
        </data>
        <data source="class2">
            <label>Secondary Class</label>
        </data>
        <data source="class3">
            <label>Tertiary Class</label>
        </data>
        <data source="attack">
            <label>Attack</label>
        </data>
        <data source="defense">
            <label>Defense</label>
        </data>
        <data source="magic">
            <label>Magic</label>
        </data>
        <data source="rarity">
            <label>Rarity</label>
        </data>
        <data source="value">
            <label>Value</label>
            <format>{{{value|?}}} gold</format>
        </data>
        <data source="drop1">
            <label>Drops From</label>
        </data>
        <data source="drop2">
            <label>Also Drops From</label>
        </data>
        <data source="notes">
            <label>Special Notes</label>
        </data>
    </group>
    <group layout="horizontal">
        <header>Requirements</header>
        <data source="level">
            <label>Level</label>
        </data>
        <data source="str">
            <label>STR</label>
        </data>
        <data source="dex">
            <label>DEX</label>
        </data>
        <data source="int">
            <label>INT</label>
        </data>
    </group>
</infobox>
 
<!-- Categories -->
[[Category:{{{type}}} weapons]]
[[Category:{{{handedness}}}-hand weapons]]
[[Category:{{{rarity}}} weapons]]
{{#if:{{{class1|}}}|[[Category:{{{class1}}} weapons]]}}
{{#if:{{{class2|}}}|[[Category:{{{class2}}} weapons]]}}
{{#if:{{{class3|}}}|[[Category:{{{class3}}} weapons]]}}
{{#if:{{{drop1|}}}|[[Category:Dropped by {{{drop1}}}]]}}
{{#if:{{{drop2|}}}|[[Category:Dropped by {{{drop2}}}]]}}
</includeonly>
<noinclude>
<noinclude>
{{Documentation|Type=Infobox}}
{{Documentation|Template:Infobox_Weapon/doc}}
</noinclude>
</noinclude>

Latest revision as of 08:13, 6 January 2026


Documentation icon Template documentation
Note: parts of or the entire template might not be visible without values provided.

The documentation for this template is missing. Click here to create it.