Template:Infobox skater: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 25: | Line 25: | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
"description": "Name of the | "description": "Name of the Skater. This is a required parameter as it does not accept null.", | ||
"default": "PAGENAME", | "default": "PAGENAME", | ||
"aliases": [ | "aliases": [ | ||
Line 55: | Line 55: | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
"description": "Caption for the logo. Must only be used to provide anything far more important than 'This is the logo of X' | "description": "Caption for the logo. Must only be used to provide anything far more important than 'This is the logo of X'." | ||
}, | }, | ||
"image": { | "image": { | ||
Line 78: | Line 78: | ||
"type": "string", | "type": "string", | ||
"required": false, | "required": false, | ||
"description": " | "description": "Nickname" | ||
}, | }, | ||
"country": { | "country": { | ||
Line 143: | Line 143: | ||
] | ] | ||
}, | }, | ||
" | "youtube": { | ||
"label": "YouTube", | "label": "YouTube", | ||
"type": "string", | "type": "string", |
Revision as of 04:06, 16 January 2016
Usage
{{Infobox skater | name = | title = | aka = | logo = | image = | caption = | website = {{URL|example.org}} }}
Syntax
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name Name Title | Name of the Skater. This is a required parameter as it does not accept null.
| String | optional |
Logo | logo | File name of the logo to be appeared at the top of the infobox | String | optional |
Logo size | logo_size | Size of the logo. Default is 250px. Must not normally be changed.
| String | optional |
Logo alternative text | logo_alt | Alternative text for the logo, used when the web browser cannot display the image or when a visually-impaired person uses a screen reader. | String | optional |
Logo caption | logo caption | Caption for the logo. Must only be used to provide anything far more important than 'This is the logo of X'. | String | optional |
Image | image Image photo Photo | File name of the image of the appliance to be appeared at the top of the infobox. | String | optional |
Image caption | caption | Caption for the image of the appliance. | String | optional |
Also known as? ("AKA") | aka | Nickname | String | optional |
Country | country | Country | String | optional |
[[Stance]] | stance | Stance | String | optional |
[[Pushing Method]] | pushingmethod | Pushing Method (Regular or Mongo) | String | optional |
Website | website Website | URL of the official website, in a printer-friendly form. Consider using {{URL}} template. | String | optional |
Flickr | flickr Flickr | URL of the Flickr website, in a printer-friendly form. Consider using {{URL}} template. | String | optional |
instagram Instagram | URL of the Instagram website, in a printer-friendly form. Consider using {{URL}} template. | String | optional | |
twitter Twitter | URL of the Twitter website, in a printer-friendly form. Consider using {{URL}} template. | String | optional | |
facebook Facebook | URL of the Facebook website, in a printer-friendly form. Consider using {{URL}} template. | String | optional | |
YouTube | youtube YouTube | URL of the YouTube website, in a printer-friendly form. Consider using {{URL}} template. | String | optional |
Google+ | google+ Google+ | URL of the Google+ website, in a printer-friendly form. Consider using {{URL}} template. | String | optional |
pinterest Pinterest | URL of the Pinterest website, in a printer-friendly form. Consider using {{URL}} template. | String | optional | |
Vimeo | vimeo Vimeo | URL of the Vimeo website, in a printer-friendly form. Consider using {{URL}} template. | String | optional |
MySpace | myspace MySpace | URL of the MySpace website, in a printer-friendly form. Consider using {{URL}} template. | String | optional |
Important notes
None