Template:doll name/doc: Difference between revisions
Jump to navigation
Jump to search
m Initial setup |
Some refurbishing |
||
Line 11: | Line 11: | ||
}} | }} | ||
<templatedata> | <templatedata> | ||
{ | { | ||
Line 69: | Line 55: | ||
} | } | ||
</templatedata> | </templatedata> | ||
== Usage == | |||
See the template's [[Template:{{BASEPAGENAME}}/testcases|testcases]]: | |||
{{{{BASEPAGENAME}}/testcases}} | |||
== See also == | |||
* [[Template:fairy_name]] | |||
* [[Template:enemy_name]] | |||
* [[Template:doll_name.dpl]] | |||
* [[Template:T-Doll-Index-Entry.dpl]] | |||
<includeonly> | |||
[[Category:Templates]] | |||
</includeonly> | |||
<noinclude> | |||
[[Category:Template documentation]] | |||
</noinclude> |
Revision as of 23:59, 5 December 2020
This is a documentation subpage for Template:doll name. It contains usage information, categories and other content that is not part of the original template page. |
Inline template for displaying a T-Doll in the proper colours. Adds a fitting class icon for text and a tooltip.
Parameters
Parameter name | Required? | Default value | Description |
---|---|---|---|
Anonymous parameter 1 |
Yes | (n/a) | The name or title of the T-Doll. This should be the Wiki-Page name of the T-Doll. |
Anonymous parameter 2 |
Yes | (n/a) | The classification of the T-Doll (HG, SMG, AR, RF, MG). |
Anonymous parameter 3 |
Yes | (n/a) | The rarity of the T-Doll (2-6 or EXTRA). |
Anonymous parameter 4 |
No | (n/a) | (Optional) The index number of the T-Doll. |
costume |
No | (n/a) | Optional parameter to display the tooltip with a specific costume. Example: costume1
|
Inline template for displaying a T-Doll link. The link will be displayed with the proper classification icon, colour and tooltip.
Parameter | Description | Type | Status | |
---|---|---|---|---|
T-Doll name | 1 | The name of the T-Doll. This has to be the Wiki page name for the Link to work.
| Page name | required |
Classification | 2 | The class of the T-Doll. The following values are valid: AR, SMG, HG, MG, RF
| String | required |
Rarity | 3 | The rarity of the T-Doll. It could either be the number 2-6 or extra.
| String | required |
Index number | 4 | The index number of the T-Doll.
| Number | optional |
Key of costume | 5 costume | The costume parameter to determine the preview image seen in the tooltip.
| String | optional |
Usage
See the template's testcases:
Simple call | |
---|---|
Wiki code | {{doll name|G28|RF|4}} |
Main version | RF G28G28G28 |
Sandbox version | Template:doll name/sandbox |
Different costume in tooltip | |
---|---|
Wiki code | {{doll name|G28|RF|4|costume=costume2}} |
Main version | RF G28G28G28 |
Sandbox version | Template:doll name/sandbox |
With index number | |
---|---|
Wiki code | {{doll name|G28|RF|4|146}} |
Main version | RF G28G28G28146 |
Sandbox version | Template:doll name/sandbox |