Editing Template talk:SSB64HitboxTableHeader
From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
== Adding the reflectable and absorbable | == Adding the reflectable and absorbable tables == | ||
This hitbox table doesn't have reflectable and absorbable proprites in it for certain moves such as Fireball and Blaster Shot. Is there any way to enable them? [[User:Juju1995|Juju1995]] ([[User talk:Juju1995|talk]]) 14:13, June 3, 2022 (EDT) | This hitbox table doesn't have reflectable and absorbable proprites in it for certain moves such as Fireball and Blaster Shot. Is there any way to enable them? [[User:Juju1995|Juju1995]] ([[User talk:Juju1995|talk]]) 14:13, June 3, 2022 (EDT) | ||
:I assume you want to have the option to enable or disable it by setting a parameter. If so, doing <code><nowiki>!!Sound{{#if:{{{special|}}}|!!Reflectable!!Absorbable}}</nowiki></code> should work for the header. As for the row, a similar thing could be done though the other games use a separate row template which may also need to be done in this case. --[[User:CanvasK|CanvasK]] ([[User talk:CanvasK|talk]]) 15:59, June 3, 2022 (EDT) | :I assume you want to have the option to enable or disable it by setting a parameter. If so, doing <code><nowiki>!!Sound{{#if:{{{special|}}}|!!Reflectable!!Absorbable}}</nowiki></code> should work for the header. As for the row, a similar thing could be done though the other games use a separate row template which may also need to be done in this case. --[[User:CanvasK|CanvasK]] ([[User talk:CanvasK|talk]]) 15:59, June 3, 2022 (EDT) | ||