Template:Infobox enchantment: Difference between revisions
Not abbreviations |
m convert to portable infobox |
||
| Line 1: | Line 1: | ||
<onlyinclude><infobox> | |||
<title source="title"> | |||
<default>{{BASEPAGENAME}}</default> | |||
</title> | |||
<image source="image" /> | |||
<navigation>{{#if: {{{extratext|}}} | {{{extratext}}} }}</navigation> | |||
<data source="maxlevel"> | |||
<label>Maximum level</label> | |||
</data> | |||
<data source="primaryitems"> | |||
<label><abbr title="The items that can receive the enchantment legitimately in Survival mode by using an enchanting table">Primary items</abbr></label> | |||
<default>''None''</default> | |||
{{ | </data> | ||
<data source="secondaryitems"> | |||
</noinclude> | <label><abbr title="Items which, in Survival mode, cannot receive the enchantment from an enchanting table but can from an enchanted book with an anvil.">Secondary items</abbr></label> | ||
<default>''None''</default> | |||
</data> | |||
<data source="weight"> | |||
<label><abbr title="Relative chance of the enchantment being offered.">Enchantment weight</abbr></label> | |||
</data> | |||
<data source="id"> | |||
<label>[[Resource location|Identifier]]</label> | |||
<format><code>{{{id}}}</code></format> | |||
</data> | |||
<data source="incompat"> | |||
<label>Incompatible with</label> | |||
</data> | |||
<data source="overleveling"> | |||
<label><abbr title="How the enchantment's behavior scales when exceeding the maximum level via commands or other means.">Overleveling behavior</abbr></label> | |||
</data> | |||
</infobox></onlyinclude><noinclude>{{Documentation}}</noinclude> | |||