Template:Infobox enchantment/doc: Difference between revisions

m Use <code> tag instead of {{code}}
Documentation and templatedata
Line 1: Line 1:
{{Documentation header}}
{{Documentation header}}
{{Enchantment}}
This template provides a uniform design for the infobox on the [[Enchanting]] page.
This template provides a uniform design for the infobox on the [[Enchanting]] page.
<pre>
{{Enchantment
| title =
| addedVersion =
| addedDate =
| removedVersion =
| removedDate =
| maxlevel =
| primaryitems =
| secondaryitems =
| weight =
| incompat =
| overleveling =
}}
</pre>
{| class="wikitable"
{| class="wikitable"
! Parameter
! Parameter
Line 11: Line 27:
| {{code|<nowiki>{{BASEPAGENAME}}</nowiki>}}
| {{code|<nowiki>{{BASEPAGENAME}}</nowiki>}}
|-
|-
| <code>maxlevel</code>
| <code>maxlevel</code> || The enchantment's maximum level || —
| The enchantment's maximum level
|-
|
| <code>addedVersion</code> || The version that added this enchantment || ''None''
|-
|-
| <code>primaryitems</code>
| <code>addedDate</code> || The date that removed this enchantment || ''None''
| Items which can be offered the enchantment by an enchantment table
| ''None''
|-
|-
| <code>secondaryitems</code>
| <code>removedVersion</code> || The version that removed the enchantment || ''None''
| Other legitimate items
| ''None''
|-
|-
| <code>weight</code>
| <code>removedDate</code> || The date that removed this enchantment || ''None''
| The enchantment's relative probability of being offered
|
|-
|-
| <code>incompat</code>
| <code>primaryitems</code> || Items which can be offered the enchantment by an enchantment table || ''None''
| Other enchantments incompatible with this one
|
|-
|-
| <code>overleveling</code>
| <code>secondaryitems</code> || Other legitimate items || ''None''
| The behavior the enchantment takes when scaled greater than normal using commands
|-
|
| <code>weight</code> || The enchantment's relative probability of being offered ||
|-
| <code>incompat</code> || Other enchantments incompatible with this one ||
|-
| <code>overleveling</code> || The behavior the enchantment takes when scaled greater than normal using commands ||
|}
|}
<includeonly>
<includeonly>
Line 103: Line 115:
"description": "How the enchantment scales when exceeding the maximum normal level.",
"description": "How the enchantment scales when exceeding the maximum normal level.",
"type": "string"
"type": "string"
},
"versionAdded": {
"aliases": [
"added"
],
"label": "Version added",
"description": "The version the enchantment first appeared.",
"example": "18w47a"
},
"dateAdded": {
"label": "Date added",
"description": "The date the enchantment first appeared.",
"example": "{{Start date|2018|9|25}}",
"type": "date"
},
"versionRemoved": {
"aliases": [
"removed"
],
"label": "Version removed",
"description": "The version that removed this enchantment",
"example": "Beta 1.5"
},
"dateRemoved": {
"label": "Date removed",
"description": "The date that this enchantment was removed.",
"example": "{{End date|2011|12|19}}",
"type": "date"
}
}
}
},
"format": "block",
"description": "Creates an infobox for an enchantment.",
"paramOrder": [
"1",
"versionAdded",
"dateAdded",
"versionRemoved",
"dateRemoved",
"maxlevel",
"primaryitems",
"secondaryitems",
"weight",
"incompat",
"overleveling"
]
}
}
</templatedata>
</templatedata>