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>