Template:Infobox Reclamation: Difference between revisions

No edit summary
No edit summary
 
Line 32: 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
"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
"required": true,
"type": "string"
}
}
},
},