|
|
Line 21: |
Line 21: |
| "description": "", | | "description": "", |
| "params": { | | "params": { |
| "name": {
| |
| "label": "Name",
| |
| "type": "string",
| |
| "required": false,
| |
| "description": "Name of the Skater. This is a required parameter as it does not accept null.",
| |
| "default": "PAGENAME",
| |
| "aliases": [
| |
| "Name",
| |
| "Title"
| |
| ]
| |
| },
| |
| "logo": {
| |
| "label": "Logo",
| |
| "type": "string",
| |
| "required": false,
| |
| "description": "File name of the logo to be appeared at the top of the infobox"
| |
| },
| |
| "logo_size": {
| |
| "label": "Logo size",
| |
| "type": "string",
| |
| "required": false,
| |
| "description": "Size of the logo. Default is 250px. Must not normally be changed.",
| |
| "default": "250px"
| |
| },
| |
| "logo_alt": {
| |
| "label": "Logo alternative text",
| |
| "type": "string",
| |
| "required": false,
| |
| "description": "Alternative text for the logo, used when the web browser cannot display the image or when a visually-impaired person uses a screen reader."
| |
| },
| |
| "logo caption": {
| |
| "label": "Logo caption",
| |
| "type": "string",
| |
| "required": false,
| |
| "description": "Caption for the logo. Must only be used to provide anything far more important than 'This is the logo of X'."
| |
| },
| |
| "image": {
| |
| "label": "Image",
| |
| "type": "string",
| |
| "required": false,
| |
| "description": "File name of the image of the appliance to be appeared at the top of the infobox.",
| |
| "aliases": [
| |
| "Image",
| |
| "photo",
| |
| "Photo"
| |
| ]
| |
| },
| |
| "caption": {
| |
| "label": "Image caption",
| |
| "type": "string",
| |
| "required": false,
| |
| "description": "Caption for the image of the appliance. "
| |
| },
| |
| "aka": { | | "aka": { |
| "label": "Also known as? (\"AKA\")", | | "label": "Also known as? (\"AKA\")", |