Template:Infobox skater: Difference between revisions
(Created page with "{{documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> === Usage === {{Parameter names example|name|title|aka|logo|image|caption|d...") |
mNo edit summary |
||
Line 3: | Line 3: | ||
=== Usage === | === Usage === | ||
{{Parameter names example|name|title|aka|logo|image|caption| | {{Parameter names example|name|title|aka|logo|image|caption|aka|website|flickr|instagram|twitter|facebook|youtube|google+|pinterest|vimeo|myspace}} | ||
<pre style="overflow: auto;"> | <pre style="overflow: auto;"> | ||
{{Infobox | {{Infobox skater | ||
| name = | | name = | ||
| title = | | title = | ||
Line 88: | Line 88: | ||
"aliases": [ | "aliases": [ | ||
"Website" | "Website" | ||
] | |||
}, | |||
"flickr": { | |||
"label": "Flickr", | |||
"type": "string", | |||
"required": false, | |||
"description": "URL of the Flickr website, in a printer-friendly form. Consider using {{URL}} template.", | |||
"aliases": [ | |||
"Flickr" | |||
] | |||
}, | |||
"instagram": { | |||
"label": "Instagram", | |||
"type": "string", | |||
"required": false, | |||
"description": "URL of the Instagram website, in a printer-friendly form. Consider using {{URL}} template.", | |||
"aliases": [ | |||
"Instagram" | |||
] | |||
}, | |||
"twitter": { | |||
"label": "Twitter", | |||
"type": "string", | |||
"required": false, | |||
"description": "URL of the Twitter website, in a printer-friendly form. Consider using {{URL}} template.", | |||
"aliases": [ | |||
"Twitter" | |||
] | |||
}, | |||
"facebook": { | |||
"label": "Facebook", | |||
"type": "string", | |||
"required": false, | |||
"description": "URL of the Facebook website, in a printer-friendly form. Consider using {{URL}} template.", | |||
"aliases": [ | |||
"Facebook" | |||
] | |||
}, | |||
"youTube": { | |||
"label": "YouTube", | |||
"type": "string", | |||
"required": false, | |||
"description": "URL of the YouTube website, in a printer-friendly form. Consider using {{URL}} template.", | |||
"aliases": [ | |||
"YouTube" | |||
] | |||
}, | |||
"google+": { | |||
"label": "Google+", | |||
"type": "string", | |||
"required": false, | |||
"description": "URL of the Google+ website, in a printer-friendly form. Consider using {{URL}} template.", | |||
"aliases": [ | |||
"Google+" | |||
] | |||
}, | |||
"pinterest": { | |||
"label": "Pinterest", | |||
"type": "string", | |||
"required": false, | |||
"description": "URL of the Pinterest website, in a printer-friendly form. Consider using {{URL}} template.", | |||
"aliases": [ | |||
"Pinterest" | |||
] | |||
}, | |||
"vimeo": { | |||
"label": "Vimeo", | |||
"type": "string", | |||
"required": false, | |||
"description": "URL of the Vimeo website, in a printer-friendly form. Consider using {{URL}} template.", | |||
"aliases": [ | |||
"Vimeo" | |||
] | |||
}, | |||
"myspace": { | |||
"label": "MySpace", | |||
"type": "string", | |||
"required": false, | |||
"description": "URL of the MySpace website, in a printer-friendly form. Consider using {{URL}} template.", | |||
"aliases": [ | |||
"MySpace" | |||
] | ] | ||
} | } |
Revision as of 03:20, 16 January 2016
Usage
Template:Parameter names example
{{Infobox skater | name = | title = | aka = | logo = | image = | caption = | website = {{URL|example.org}} }}
Syntax
TemplateData for Infobox skater
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name Name Title | Name of the appliance. Default it the article name. However it 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'. e.g. used for inserting {{ffdc}} or {{deletable image-caption}}. | 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 | Device nickname | 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