Template:Infobox taser/doc: Difference between revisions
Create page |
mNo edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 11: | Line 11: | ||
|years_active=''years_active'' | |years_active=''years_active'' | ||
|known_for=''known_for'' | |known_for=''known_for'' | ||
|mkwtas=''profile'' | |||
|mkwrs=mkwrs_profile | |mkwrs=mkwrs_profile | ||
|youtube=youtube_profile | |youtube=youtube_profile | ||
Line 18: | Line 19: | ||
<syntaxhighlight lang="wikitext"> | <syntaxhighlight lang="wikitext"> | ||
{{Infobox taser | {{Infobox taser | ||
|player_name= | |player_name= /* If not set, player_name = page name */ | ||
|image= | |image= | ||
|other_names= | |other_names= | ||
Line 24: | Line 25: | ||
|years_active= | |years_active= | ||
|known_for= | |known_for= | ||
|mkwtas= | |||
|mkwrs= | |mkwrs= | ||
|youtube= | |youtube= | ||
Line 29: | Line 31: | ||
|twitter=}} | |twitter=}} | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=== Template Data === | |||
<templatedata> | |||
{ | |||
"params": { | |||
"player_name": { | |||
"label": "Player Name", | |||
"description": "Name of the TASer / Player", | |||
"example": "Malleo, Justin, Jellopuff", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"description": "Image illustrating the TASer / Player (no private image)", | |||
"type": "wiki-file-name" | |||
}, | |||
"other_names": { | |||
"label": "Other names", | |||
"description": "Other names or aliases of the TASer / Player", | |||
"type": "string" | |||
}, | |||
"years_active": { | |||
"label": "Years active", | |||
"description": "Period where the TASer / Player was active", | |||
"example": "2012 - 2015 / 2018 - Present", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"known_for": { | |||
"label": "Known for", | |||
"description": "Major achievements or works done by the TASer / Player", | |||
"type": "string" | |||
}, | |||
"country": { | |||
"label": "Country", | |||
"description": "ISO code of the country of the TASer", | |||
"type": "string", | |||
"suggested": true, | |||
"example": "us, fr, de, jp" | |||
}, | |||
"mkwrs": { | |||
"label": "mkwrs profile", | |||
"description": "Profile's name as shown in mkwrs.com. !! Case sensitive !!", | |||
"example": "Blake, Logan", | |||
"type": "string" | |||
}, | |||
"youtube": { | |||
"label": "Youtube profile", | |||
"description": "Youtube login after the @ in the user's page", | |||
"example": "Malleo, Kierio04", | |||
"type": "string" | |||
}, | |||
"twitch": { | |||
"label": "Twitch profile", | |||
"description": "Twitch username", | |||
"example": "kierio04", | |||
"type": "string" | |||
}, | |||
"twitter": { | |||
"label": "X/Twitter profile", | |||
"description": "X/Twitter username", | |||
"type": "string" | |||
}, | |||
"mkwtas": { | |||
"aliases": [ | |||
"mkwtas.com profile" | |||
], | |||
"description": "mkwtas.com profile (TASer name as displayed in the URL)", | |||
"type": "string" | |||
} | |||
}, | |||
"description": "Template for describing a TASer / Player", | |||
"paramOrder": [ | |||
"player_name", | |||
"image", | |||
"other_names", | |||
"years_active", | |||
"known_for", | |||
"country", | |||
"mkwtas", | |||
"mkwrs", | |||
"youtube", | |||
"twitch", | |||
"twitter" | |||
] | |||
} | |||
</templatedata> |
Latest revision as of 23:39, 29 September 2025
{{Infobox_taser}} should be used to summarize info on TASer pages.
Usage
The infobox may be added by pasting the template as shown below into an article and then filling in the desired fields. Any parameters left blank or omitted will not be displayed.
Other names | aliases | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Country |
![]() |
||||||||||||
Years active | years_active | ||||||||||||
Known for | known_for | ||||||||||||
|
{{Infobox taser |player_name= /* If not set, player_name = page name */ |image= |other_names= |country= |years_active= |known_for= |mkwtas= |mkwrs= |youtube= |twitch= |twitter=}}
Template Data
Template for describing a TASer / Player
Parameter | Description | Type | Status | |
---|---|---|---|---|
Player Name | player_name | Name of the TASer / Player
| String | required |
Image | image | Image illustrating the TASer / Player (no private image) | File | optional |
Other names | other_names | Other names or aliases of the TASer / Player | String | optional |
Years active | years_active | Period where the TASer / Player was active
| String | suggested |
Known for | known_for | Major achievements or works done by the TASer / Player | String | optional |
Country | country | ISO code of the country of the TASer
| String | suggested |
mkwtas | mkwtas mkwtas.com profile | mkwtas.com profile (TASer name as displayed in the URL) | String | optional |
mkwrs profile | mkwrs | Profile's name as shown in mkwrs.com. !! Case sensitive !!
| String | optional |
Youtube profile | youtube | Youtube login after the @ in the user's page
| String | optional |
Twitch profile | twitch | Twitch username
| String | optional |
X/Twitter profile | twitter | X/Twitter username | String | optional |