Template:ProductCargo: Difference between revisions
Schang1146 (talk | contribs) Fix spacing/whitespace |
+really good docs for visualeditor ngl |
||
| (One intermediate revision by one other user not shown) | |||
| Line 76: | Line 76: | ||
</div> | </div> | ||
</div></includeonly> | </div></includeonly> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"ArticleType": { | |||
"label": "Article type", | |||
"description": "The type of article it is.", | |||
"suggested": true | |||
}, | |||
"Category": {}, | |||
"Company": { | |||
"description": "The company that owns the product.", | |||
"suggested": true | |||
}, | |||
"Description": { | |||
"description": "Describe the product here.", | |||
"suggested": true | |||
}, | |||
"InProduction": { | |||
"label": "In production", | |||
"description": "If it is in production, type ‘yes’. If it isn’t, type ‘no’.", | |||
"example": "Yes", | |||
"type": "boolean", | |||
"suggested": true | |||
}, | |||
"Logo": { | |||
"description": "The logo. You can add already existing logos here.", | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"ProductLine": { | |||
"label": "Product line", | |||
"description": "The line of products it is in.", | |||
"example": "Amazon Echo", | |||
"suggested": true | |||
}, | |||
"ReleaseYear": { | |||
"label": "Release year", | |||
"description": "The year that this product was released.", | |||
"suggested": true | |||
}, | |||
"Website": { | |||
"description": "The website for the product.", | |||
"type": "url", | |||
"suggested": true | |||
} | |||
}, | |||
"paramOrder": [ | |||
"ArticleType", | |||
"Category", | |||
"Company", | |||
"Description", | |||
"InProduction", | |||
"Logo", | |||
"ProductLine", | |||
"ReleaseYear", | |||
"Website" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> | |||