Template:Infobox taser/doc: Difference between revisions

From MKWii TAS Wiki
Jump to navigation Jump to search
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.

name

Other names aliases
Country
Years active years_active
Known for known_for
Social Medias
mkwtas profile profile
mkwrs mkwrs_profile
Youtube youtube_profile
Twitch twitch_profile
X/Twitter twitter/X_profile


{{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

Template parameters

ParameterDescriptionTypeStatus
Player Nameplayer_name

Name of the TASer / Player

Example
Malleo, Justin, Jellopuff
Stringrequired
Imageimage

Image illustrating the TASer / Player (no private image)

Fileoptional
Other namesother_names

Other names or aliases of the TASer / Player

Stringoptional
Years activeyears_active

Period where the TASer / Player was active

Example
2012 - 2015 / 2018 - Present
Stringsuggested
Known forknown_for

Major achievements or works done by the TASer / Player

Stringoptional
Countrycountry

ISO code of the country of the TASer

Example
us, fr, de, jp
Stringsuggested
mkwtasmkwtas mkwtas.com profile

mkwtas.com profile (TASer name as displayed in the URL)

Stringoptional
mkwrs profilemkwrs

Profile's name as shown in mkwrs.com. !! Case sensitive !!

Example
Blake, Logan
Stringoptional
Youtube profileyoutube

Youtube login after the @ in the user's page

Example
Malleo, Kierio04
Stringoptional
Twitch profiletwitch

Twitch username

Example
kierio04
Stringoptional
X/Twitter profiletwitter

X/Twitter username

Stringoptional