Created page with "== Usage == <pre> {{User|Example}} </pre> {{User|Example}} <pre> {{User|Example|Foo foo}} </pre> {{User|Example|Foo foo}} <pre> {{User|Example|disableUserLinkTool=true}} <..." |
No edit summary |
||
Line 1: | Line 1: | ||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "UserName", | |||
"description": "User name (NOT NICKNAME)", | |||
"example": "Example", | |||
"type": "wiki-user-name", | |||
"required": true | |||
}, | |||
"2": { | |||
"label": "LinkText", | |||
"description": "Shows in link that links to the user page", | |||
"example": "Nickname", | |||
"type": "unbalanced-wikitext", | |||
"autovalue": "{{{1|}}}" | |||
}, | |||
"disableUserLinkTool": { | |||
"label": "disableUserLinkTool", | |||
"description": "Use to disable popup style", | |||
"example": "true", | |||
"type": "boolean", | |||
"autovalue": "false" | |||
} | |||
}, | |||
"description": "Show some links related to a user ", | |||
"format": "inline" | |||
} | |||
</templatedata> | |||
== Usage == | == Usage == | ||
<pre> | <pre> |
Show some links related to a user
Parameter | Description | Type | Status | |
---|---|---|---|---|
UserName | 1 | User name (NOT NICKNAME)
| User | required |
LinkText | 2 | Shows in link that links to the user page
| Unbalanced wikitext | optional |
disableUserLinkTool | disableUserLinkTool | Use to disable popup style
| Boolean | optional |
{{User|Example}}
Example[MORE]User's Talk PageUser's ContributionsUser's UploadsBlock this UserDeleted ContributionsPage MovesPatrol LogsComment LogsManage User's RightsAll CommentsCheck this User
{{User|Example|Foo foo}}
Foo foo[MORE]User's Talk PageUser's ContributionsUser's UploadsBlock this UserDeleted ContributionsPage MovesPatrol LogsComment LogsManage User's RightsAll CommentsCheck this User
{{User|Example|disableUserLinkTool=true}}
Example[MORE]User's Talk PageUser's ContributionsUser's UploadsBlock this UserDeleted ContributionsPage MovesPatrol LogsComment LogsManage User's RightsAll CommentsCheck this User