Template:MC/Alternative account/doc
More actions
Usage
A template to help mark an alternative account due to rule 10.
The Template:Param parameter is the username of the other account. The Template:Param is an optional parameter for any additional info.
Additionally, Template:Param can be used as the Template:Param parameter, and Template:Param can be used as the Template:Param parameter.
Examples
<syntaxhighlight inline lang="wikitext">Template:Alt account</syntaxhighlight> produces: Template:Alt account
<syntaxhighlight inline lang="wikitext">Template:Alt account</syntaxhighlight> produces: Template:Alt account
TemplateData
<templatedata> { "description": "A template used to mark alternative accounts", "format": "inline", "params": { "alt": { "label": "Main account", "description": "The username of the other (presumably main) account", "type": "wiki-user-name", "aliases": [ "1" ], "example": "Example", "required": true }, "info": { "label": "Additional info", "description": "Any additional information about the alternative account", "type": "line", "aliases": [ "2" ], "example": "Person" } } } </templatedata>