Template:Action infobox: Difference between revisions
Jump to navigation
Jump to search
m (fix dumb) |
(add image) |
||
Line 1: | Line 1: | ||
<includeonly>{| class="infobox" cellpadding=2 cellspacing=2 align=right width=280px style="font-family: verdana, sans-serif; padding: 4px; margin: 0 0 1em 1em; font-size: 10px; background-color: ghostwhite; border:1px solid #8a8; color:black" | <includeonly>{| class="infobox" cellpadding=2 cellspacing=2 align=right width=280px style="font-family: verdana, sans-serif; padding: 4px; margin: 0 0 1em 1em; font-size: 10px; background-color: ghostwhite; border:1px solid #8a8; color:black" | ||
| align="center" colspan="2" bgcolor="#10274c" style="font-size:145%;" | '''<span style="color:white;">{{{title|{{PAGENAME}}}}}</span>''' | | align="center" colspan="2" bgcolor="#10274c" style="font-size:145%;" | '''<span style="color:white;">{{{title|{{PAGENAME}}}}}</span>''' | ||
|- | |||
{{#if: {{{image|}}} | | |||
{{!}}- | |||
{{!}} colspan=2 style="text-align:center;" {{!}} [[File:{{{image}}}]] | |||
}} | |||
|- | |- | ||
{{#if:{{{flags|}}}{{{group|}}}{{{id|}}}{{{hex|}}}|{{!}}align="center" colspan="2" bgcolor="#10274c" style="font-size:125%;" {{!}} '''<span style="color:white;">Properties</span>''' | {{#if:{{{flags|}}}{{{group|}}}{{{id|}}}{{{hex|}}}|{{!}}align="center" colspan="2" bgcolor="#10274c" style="font-size:125%;" {{!}} '''<span style="color:white;">Properties</span>''' | ||
Line 61: | Line 66: | ||
<div style="float:right"><pre>{{Action_infobox | <div style="float:right"><pre>{{Action_infobox | ||
|title= | |title= | ||
|image= | |||
|hex= | |hex= | ||
|flags= | |flags= | ||
Line 71: | Line 77: | ||
}}</pre></div> | }}</pre></div> | ||
title- the title of the action (defaults to pagename) | title- the title of the action (defaults to pagename) | ||
image- the image for the action | |||
hex- the hex code of the action. The ID OR'd by the flags. Unique for every action. | hex- the hex code of the action. The ID OR'd by the flags. Unique for every action. |
Revision as of 20:59, 2 April 2019
{{Action_infobox |title= |image= |hex= |flags= |group= |id= |into= |out of= |animation= |related= }}
title- the title of the action (defaults to pagename)
image- the image for the action
hex- the hex code of the action. The ID OR'd by the flags. Unique for every action.
flags-the Action Flags of the action.
group- the Action Group of the action.
id- the unique ID of the action that also encodes its action group.
into- the actions that Mario can be in immediately after this one
out of- the actions that Mario can be in immediately before this one
animation- the animation(s) that usually play during this action, if any
related- similar actions