Difference between revisions of "Template:User profile/doc"
From Roll20 Wiki
m (235259 moved page Template:Script author/doc to Template:User profile/doc) |
Revision as of 20:09, 7 January 2015
Grants attribution to the author of an API script.
Parameters
Name | Description |
---|---|
d20userid | The user ID of the script author. This template will then link to that user's profile page. |
name | The user's display name. |
The parameters can either be named, or else provided without names (with d20userid first when both are provided).
Usage
Wikitext | Output |
---|---|
{{script author|235259|Brian}}
|
Brian |
{{script author|name=Brian|d20userid=235259}}
|
Brian |
{{script author|235259|name=Brian}}
|
Brian |
{{script author|d20userid=235259|Brian}}
|
Brian |
In order to discover a user's ID, you can visit their profile and grab the number from the URL, or visit their userpage (if they have one) and do the same.