Template:Feature/doc: Difference between revisions
No edit summary |
No edit summary |
||
| Line 27: | Line 27: | ||
{ | { | ||
"params": { | "params": { | ||
"image": {}, | "image": { | ||
"imgdesc": {}, | "label": "Feature image", | ||
"collection": {} | "description": "a suitable representation of the feature", | ||
} | "type": "wiki-file-name" | ||
}, | |||
"imgdesc": { | |||
"label": "feature image description", | |||
"description": "describe the image used", | |||
"type": "string" | |||
}, | |||
"collection": { | |||
"label": "Image collection" | |||
}, | |||
"title": { | |||
"label": "Feature Title", | |||
"type": "string" | |||
}, | |||
"description": { | |||
"label": "Feature description", | |||
"type": "string" | |||
}, | |||
"notes": { | |||
"type": "string" | |||
}, | |||
"examples": { | |||
"type": "string" | |||
}, | |||
"tests": { | |||
"type": "string" | |||
} | |||
}, | |||
"description": "A template for creating pages with the content type \"Feature\", making the pages semantically rich, included in the Feature category and displayed on the Feature page." | |||
} | } | ||
</templatedata> | </templatedata> | ||