Template:Infobox Reclamation: Difference between revisions
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 21: | Line 21: | ||
{ | { | ||
"params": { | "params": { | ||
"name": {}, | "name": { | ||
"label": "name", | |||
"required": true | |||
}, | |||
"minimap": { | "minimap": { | ||
"label": "minimap", | "label": "minimap", | ||
| Line 29: | Line 32: | ||
"began": { | "began": { | ||
"label": "began", | "label": "began", | ||
"description": "The date that the reclamation began." | "description": "The date that the reclamation began.", | ||
"type": "date" | |||
}, | }, | ||
"finished": { | "finished": { | ||
"label": "finished", | "label": "finished", | ||
"description": "The date that the reclamation finished." | "description": "The date that the reclamation finished.", | ||
"type": "date" | |||
}, | }, | ||
"reclaimers": { | "reclaimers": { | ||
"label": "reclaimers", | "label": "reclaimers", | ||
"description": "List of reclaimers that collaborated in the project." | "description": "List of reclaimers that collaborated in the project.", | ||
"required": true, | |||
"type": "wiki-user-name" | |||
}, | }, | ||
"world": { | "world": { | ||
"label": "world", | "label": "world", | ||
"description": "World in which the reclamation happened." | "description": "World in which the reclamation happened.", | ||
"required": true, | |||
"type": "string" | |||
} | } | ||
}, | }, | ||