|
|
| Line 37: |
Line 37: |
| </table> | | </table> |
| </div> | | </div> |
|
| |
| <templatedata>
| |
| {
| |
| "description": "An infobox template for displaying structured data.",
| |
| "params": {
| |
| "title": {
| |
| "label": "Title",
| |
| "description": "The title of the infobox",
| |
| "type": "string",
| |
| "required": true
| |
| },
| |
| "image": {
| |
| "label": "Image",
| |
| "description": "The name of the image file",
| |
| "type": "string",
| |
| "required": false
| |
| },
| |
| "description": {
| |
| "label": "Description",
| |
| "description": "A short description",
| |
| "type": "string",
| |
| "required": false
| |
| },
| |
| "date": {
| |
| "label": "Date",
| |
| "description": "A relevant date",
| |
| "type": "string",
| |
| "required": false
| |
| },
| |
| "location": {
| |
| "label": "Location",
| |
| "description": "Location of the event or entity",
| |
| "type": "string",
| |
| "required": false
| |
| },
| |
| "category": {
| |
| "label": "Category",
| |
| "description": "The category of the subject",
| |
| "type": "string",
| |
| "required": false
| |
| },
| |
| "info": {
| |
| "label": "Additional Info",
| |
| "description": "Any extra information",
| |
| "type": "string",
| |
| "required": false
| |
| },
| |
| "website": {
| |
| "label": "Website",
| |
| "description": "A related website link",
| |
| "type": "url",
| |
| "required": false
| |
| }
| |
| }
| |
| }
| |
| </templatedata>
| |