Template:EmoteNameSort: Difference between revisions
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 |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#sub:{{{1}}}|3}}<noinclude> | <includeonly>{{#sub:{{{1}}}|3}}</includeonly><noinclude> | ||
E.g: <code><nowiki>{{EmoteNameSort|jphCog}}</nowiki></code> | |||
{{EmoteNameSort|jphCog}} | |||
<templatedata> | <templatedata> | ||
{ | { | ||
"params": { | "params": { | ||
"1": { | "1": { | ||
"label": "Emote Name", | "label": "Emote Name", | ||
"description": "The name of the emote including \"jph\" to get the sort name for.", | "description": "The name of the emote including \"jph\" to get the sort name for.", |