Template:Infobox taser/doc: Difference between revisions

Add templatedata to doc page
mNo edit summary
 
(3 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 91: Line 93:
"label": "X/Twitter profile",
"label": "X/Twitter profile",
"description": "X/Twitter username",
"description": "X/Twitter username",
"type": "string"
},
"mkwtas": {
"aliases": [
"mkwtas.com profile"
],
"description": "mkwtas.com profile (TASer name as displayed in the URL)",
"type": "string"
"type": "string"
}
}
},
},
"description": "Template for describing a TASer / Player"
"description": "Template for describing a TASer / Player",
"paramOrder": [
"player_name",
"image",
"other_names",
"years_active",
"known_for",
"country",
"mkwtas",
"mkwrs",
"youtube",
"twitch",
"twitter"
]
}
}
</templatedata>
</templatedata>