Template:User created/doc: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
== Usage == | == Usage == | ||
This is an interactive userbox. It can be used by placing the following code into your userbox section. | This is an interactive userbox. It can be used by placing the following code into your userbox section. | ||
:<code><nowiki>{{User created|CGTR| | :<code><nowiki>{{User created|name=[[CGTR]]|img=CGTR_Logo.png|universe=yes|the=yes}}</nowiki></code> | ||
{{TemplateDataHeader}} | |||
<templatedata> | |||
{ | |||
"description": "A userbox to indicate that a user created an IIWiki universe.", | |||
"params": { | |||
"name": { | |||
"type": "string", | |||
"description": "The name of your IIWiki universe.", | |||
"label": "Universe Name" | |||
}, | |||
"nocat": { | |||
"description": "This page will not be added to the category \"IIWikians Who Created a Universe\" if this parameter is set to \"true\" (without the quotation marks).", | |||
"type": "string", | |||
"label": "Category Disabled", | |||
"default": "false" | |||
} | |||
} | |||
} | |||
</templatedata> |
Revision as of 14:48, 1 March 2024
This is a documentation subpage for Template:User created. It contains usage information, categories and other content that is not part of the original template page. |
Usage
This is an interactive userbox. It can be used by placing the following code into your userbox section.
{{User created|name=[[CGTR]]|img=CGTR_Logo.png|universe=yes|the=yes}}
This is the TemplateData documentation for this template used by VisualEditor and other tools; see the monthly parameter usage report for this template.
TemplateData for User created
A userbox to indicate that a user created an IIWiki universe.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Universe Name | name | The name of your IIWiki universe. | String | optional |
Category Disabled | nocat | This page will not be added to the category "IIWikians Who Created a Universe" if this parameter is set to "true" (without the quotation marks).
| String | optional |