Template:Infobox age/doc: Difference between revisions
mNo edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
==Parameters== | ==Parameters== | ||
{ | <templatedata> | ||
{ | |||
"params": { | |||
"name": { | |||
"description": "The name of the Age", | |||
"type": "string", | |||
"autovalue": "{{PAGENAME}}", | |||
"default": "The current page name" | |||
}, | |||
"image": { | |||
"description": "Supply a file name with an image of the Age. Don't provide the full [[File:…]] tag.", | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"imagecaption": { | |||
"description": "Provide a description for the image you supplied in the \"image\" parameter", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"author": { | |||
"description": "If the name of the Age's author is known, provide it here.", | |||
"suggested": true, | |||
"default": "Unknown", | |||
"type": "content" | |||
}, | |||
"date-written": { | |||
"description": "The dates on which the Age's development began and ended", | |||
"type": "date" | |||
}, | |||
"link-ins": { | |||
"type": "content", | |||
"description": "List all link-in points for this Age. If there is an article for a given point, be sure to reference it!" | |||
}, | |||
"connections": { | |||
"description": "List all of the Ages that are linked to from this Age.", | |||
"type": "content" | |||
}, | |||
"restoration-phase": { | |||
"description": "If the Age is being restored by the DRC, list its current restoration phase.", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"restoration-date-added": { | |||
"description": "The date on which this Age was added to the DRC restoration project list.", | |||
"type": "date" | |||
}, | |||
"restoration-phase1": { | |||
"description": "The date when this Age entered restoration phase 1.", | |||
"type": "date" | |||
}, | |||
"restoration-phase2": { | |||
"description": "The date when this Age entered restoration phase 2.", | |||
"type": "date" | |||
}, | |||
"restoration-phase3": { | |||
"description": "The date when this Age entered restoration phase 3.", | |||
"type": "date" | |||
}, | |||
"restoration-phase4": { | |||
"description": "The date when this Age entered restoration phase 4.", | |||
"type": "date" | |||
}, | |||
"restoration-phase5": { | |||
"description": "The date when this Age entered restoration phase 5.", | |||
"type": "date" | |||
}, | |||
"restoration-release-date": { | |||
"description": "The date when this Age was released to the explorer population in the Cavern.", | |||
"type": "date" | |||
} | |||
} | |||
} | |||
</templatedata> |
Revision as of 09:42, 21 February 2016
Usage
Include this template when creating an article about an Age. Below is a list of all parameters and how they should be used.
Parameters
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
name | name | The name of the Age
| String | optional |
image | image | Supply a file name with an image of the Age. Don't provide the full [[File:…]] tag. | File | suggested |
imagecaption | imagecaption | Provide a description for the image you supplied in the "image" parameter | String | suggested |
author | author | If the name of the Age's author is known, provide it here.
| Content | suggested |
date-written | date-written | The dates on which the Age's development began and ended | Date | optional |
link-ins | link-ins | List all link-in points for this Age. If there is an article for a given point, be sure to reference it! | Content | optional |
connections | connections | List all of the Ages that are linked to from this Age. | Content | optional |
restoration-phase | restoration-phase | If the Age is being restored by the DRC, list its current restoration phase. | String | suggested |
restoration-date-added | restoration-date-added | The date on which this Age was added to the DRC restoration project list. | Date | optional |
restoration-phase1 | restoration-phase1 | The date when this Age entered restoration phase 1. | Date | optional |
restoration-phase2 | restoration-phase2 | The date when this Age entered restoration phase 2. | Date | optional |
restoration-phase3 | restoration-phase3 | The date when this Age entered restoration phase 3. | Date | optional |
restoration-phase4 | restoration-phase4 | The date when this Age entered restoration phase 4. | Date | optional |
restoration-phase5 | restoration-phase5 | The date when this Age entered restoration phase 5. | Date | optional |
restoration-release-date | restoration-release-date | The date when this Age was released to the explorer population in the Cavern. | Date | optional |