Template:Emote: Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
m (The columns should now display info more clearly)
m (testing gold color for music)
 
Line 4: Line 4:
||{{{aliases|<span style="visibility:hidden">zzzzz</span>}}}
||{{{aliases|<span style="visibility:hidden">zzzzz</span>}}}
{{#ifeq: {{{flying|}}}|yes|{{!}} style="background-color:#afa;text-align: center"{{!}}Flying|{{#ifeq: {{{flying|}}}|no|{{!}} style="background-color:#faa;text-align: center"{{!}}No|{{!}} style="text-align: center"{{!}}{{Placeholder Text|text=Standing|desc=This emote plays the standing animation while flying}}}}}}
{{#ifeq: {{{flying|}}}|yes|{{!}} style="background-color:#afa;text-align: center"{{!}}Flying|{{#ifeq: {{{flying|}}}|no|{{!}} style="background-color:#faa;text-align: center"{{!}}No|{{!}} style="text-align: center"{{!}}{{Placeholder Text|text=Standing|desc=This emote plays the standing animation while flying}}}}}}
{{#ifeq: {{{sound|}}}|yes|{{!}} style="background-color:#aaf;text-align: center"{{!}}{{Placeholder Text|text=Sound|desc=This emote will play a sound effect}}|{{#ifeq: {{{sound|}}}|music|{{!}} style="background-color:#aac;text-align: center"{{!}}Music|{{!}} style="text-align: center"{{!}}No sound}}}}
{{#ifeq: {{{sound|}}}|yes|{{!}} style="background-color:#aaf;text-align: center"{{!}}{{Placeholder Text|text=Sound|desc=This emote will play a sound effect}}|{{#ifeq: {{{sound|}}}|music|{{!}} style="background-color:#fa3;text-align: center"{{!}}{{Placeholder Text|text=Music|desc=This emote will play looping music}}|{{!}} style="text-align: center"{{!}}silent}}}}
{{#ifeq: {{{loops|}}}|yes|{{!}} style="background-color:#aff;text-align: center"{{!}}{{Placeholder Text|text=Loops|desc=This emote will loop endlessly when activated}}|{{!}}{{!}}}}
{{#ifeq: {{{loops|}}}|yes|{{!}} style="background-color:#aff;text-align: center"{{!}}{{Placeholder Text|text=Loops|desc=This emote will loop endlessly when activated}}|{{!}}{{!}}}}
||{{{description}}}
||{{{description}}}
Line 17: Line 17:
* "yes" if the emote includes a sound effect
* "yes" if the emote includes a sound effect
* "music" if the emote includes looping music (eg: boombox)
* "music" if the emote includes looping music (eg: boombox)
* Anything (or unspecified) if there is no sound
* anything else (or leave it unspecified) if the emote plays silently


For the '''Loops''' column, specify the '''loops''' parameter:
For the '''Loops''' column, specify the '''loops''' parameter:

Latest revision as of 22:16, 12 December 2024

Emote Aliases Flying? Sound? Loops? Description Issue Release
[[Emote {{{emote}}}|{{{emote}}}]] zzzzz Standing silent {{{description}}} zzzzz

Row for an emote table. Use with Template:Emote Header and Template:Emote Footer. For the Flying column, specify the flying parameter:

  • If the emote has an alternate animation for flying, set it to "yes"
  • If the emote does not play while flying, set it to "no"
  • If the emote plays the standing animation while flying, do not set the flying parameter, or set it to something other than yes/no

For the Sound column, specify the sound parameter:

  • "yes" if the emote includes a sound effect
  • "music" if the emote includes looping music (eg: boombox)
  • anything else (or leave it unspecified) if the emote plays silently

For the Loops column, specify the loops parameter:

  • "yes" if the emote repeats endlessly
  • Anything (or unspecified) if it only plays once