Template:Add role: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 20: | Line 20: | ||
|User = {{PAGENAME}} | |User = {{PAGENAME}} | ||
}}</includeonly> | }}</includeonly> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"Role": { | |||
"description": "The user's role", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"lens", | |||
"scribe", | |||
"engineer", | |||
"designer", | |||
"tester", | |||
"outreach" | |||
], | |||
"required": true | |||
} | |||
}, | |||
"description": "Add a role for the user", | |||
"paramOrder": [ | |||
"Role" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Revision as of 00:10, 3 May 2026
When used on a user page, registers the role for that user. FASSAG roles show the type of work the user has decided to work on.
Usage
Examples
Give yourself the 'lens' role
{{Add role|lens)}}
Template
This template defines the table "MemberRole". View table.
Add a role for the user
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Role | Role | The user's role
| String | required |