Template:Infobox skater: Difference between revisions

From The Freestyle Knowledge Base
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
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\")",

Revision as of 04:12, 16 January 2016

Usage

{{Infobox skater
| name         = 
| title        = 
| aka          = 
| logo         = 
| image        = 
| caption      = 
| website      = {{URL|example.org}}
}}

Syntax

Template parameters

ParameterDescriptionTypeStatus
Also known as? ("AKA")aka

Nickname

Stringoptional
Countrycountry

Country

Stringoptional
[[Stance]]stance

Stance

Stringoptional
[[Pushing Method]]pushingmethod

Pushing Method (Regular or Mongo)

Stringoptional
Websitewebsite Website

URL of the official website, in a printer-friendly form. Consider using {{URL}} template.

Stringoptional
Flickrflickr Flickr

URL of the Flickr website, in a printer-friendly form. Consider using {{URL}} template.

Stringoptional
Instagraminstagram Instagram

URL of the Instagram website, in a printer-friendly form. Consider using {{URL}} template.

Stringoptional
Twittertwitter Twitter

URL of the Twitter website, in a printer-friendly form. Consider using {{URL}} template.

Stringoptional
Facebookfacebook Facebook

URL of the Facebook website, in a printer-friendly form. Consider using {{URL}} template.

Stringoptional
YouTubeyoutube YouTube

URL of the YouTube website, in a printer-friendly form. Consider using {{URL}} template.

Stringoptional
Google+google+ Google+

URL of the Google+ website, in a printer-friendly form. Consider using {{URL}} template.

Stringoptional
Pinterestpinterest Pinterest

URL of the Pinterest website, in a printer-friendly form. Consider using {{URL}} template.

Stringoptional
Vimeovimeo Vimeo

URL of the Vimeo website, in a printer-friendly form. Consider using {{URL}} template.

Stringoptional
MySpacemyspace MySpace

URL of the MySpace website, in a printer-friendly form. Consider using {{URL}} template.

Stringoptional

Important notes

None