Template:EmoteNameSort: Difference between revisions
Appearance
Created page with "{{#sub:{{{1}}}|3}}<noinclude> <templatedata> { "params": { "1": { "aliases": [ "name", "emote" ], "label": "Emote Name", "description": "The name of the emote including \"jph\" to get the sort name for.", "example": "jphCog", "type": "string", "required": true } }, "description": "Gets the sorting name for the given emote name (strips \"jph\" off the front)." } </templatedata> </noinclude>" |
No edit summary |
||
Line 1: | Line 1: | ||
{{#sub:{{{1}}}|3}}<noinclude> | {{#sub:{{{1}}}|3}}<noinclude> | ||
E.g: <nowiki>{{EmoteNameSort|jphCog}}</nowiki> | |||
{{EmoteNameSort|jphCog}} | |||
<templatedata> | <templatedata> | ||
{ | { |
Revision as of 22:51, 23 January 2025
1}}} E.g: {{EmoteNameSort|jphCog}} Cog
Gets the sorting name for the given emote name (strips "jph" off the front).
Parameter | Description | Type | Status | |
---|---|---|---|---|
Emote Name | 1 name emote | The name of the emote including "jph" to get the sort name for.
| String | required |