Template:Infobox enchantment/doc: Difference between revisions
Documentation and templatedata |
Namespaced ID |
||
| Line 13: | Line 13: | ||
| secondaryitems = | | secondaryitems = | ||
| weight = | | weight = | ||
| id = | |||
| incompat = | | incompat = | ||
| overleveling = | | overleveling = | ||
| Line 42: | Line 43: | ||
|- | |- | ||
| <code>weight</code> || The enchantment's relative probability of being offered || | | <code>weight</code> || The enchantment's relative probability of being offered || | ||
|- | |||
| <code>id</code>, <code>namespace</code, <code>namespacedid</code> || The namespaced ID of the enchantment || | |||
|- | |- | ||
| <code>incompat</code> || Other enchantments incompatible with this one || | | <code>incompat</code> || Other enchantments incompatible with this one || | ||
| Line 143: | Line 146: | ||
"example": "{{End date|2011|12|19}}", | "example": "{{End date|2011|12|19}}", | ||
"type": "date" | "type": "date" | ||
}, | |||
"id": { | |||
"aliases": [ | |||
"namespace", | |||
"namespacedid" | |||
], | |||
"label": "Namespaced ID", | |||
"description": "The namespaced ID to of the enchantment.", | |||
"example": "strength", | |||
"type": "string", | |||
"suggested": true | |||
} | } | ||
}, | }, | ||
| Line 157: | Line 171: | ||
"secondaryitems", | "secondaryitems", | ||
"weight", | "weight", | ||
"id", | |||
"incompat", | "incompat", | ||
"overleveling" | "overleveling" | ||