Template:Object infobox: Difference between revisions

From Ukikipedia
Jump to navigation Jump to search
(make interaction type a link)
(Cleanup/slight changes. Broke current image formatting, as well as hitbox info. Did not address adding/removing certain information.)
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:{{{hitbox_type|}}}{{{interaction_type|}}}|{{!}}align="center" colspan="2" bgcolor="#10274c" style="font-size:125%;" {{!}} '''<span style="color:white;">Hitbox Info</span>'''
|}}
|-
|-
|align="center" colspan="2" | {{{image|}}}
{{#if:{{{hitbox_type|}}}|{{!}}-
|- style="vertical-align: top"
{{#if:{{{hitbox_radius|}}}|{{!}}- style="vertical-align: top;"
{{!}} '''[[Hitbox]]'''
{{!}} '''[[Hitbox]]'''
{{!}}
{{!}}
{{#switch: {{{hitbox_radius}}} | N/A = No collision with Mario | surface = Collision involves triangles instead of a cylindrical hitbox | cylinder with radius of {{{hitbox_radius}}} and height of {{{hitbox_height}}}{{#if: {{{hitbox_down|}}}|, offset down {{{hitbox_down}}} units|, not offset down}}
{{#switch: {{{hitbox_type}}}  
| N/A = No collision with Mario  
| surface = Collision involves triangles instead of a cylindrical hitbox  
| cylinder = cylinder with radius of {{{hitbox_radius}}} and height of {{{hitbox_height}}}{{#if: {{{hitbox_down|}}}|, offset down {{{hitbox_down}}} units|, not offset down}}
}}
}}
|}}
|}}
|- style="vertical-align: top"
|-
{{#if:{{{damage|}}}|{{!}}- style="vertical-align:top"
{{#if: {{{damage|}}} |
{{!}} '''[[HP|Damage]]'''
{{!}} '''[[HP|Damage]]''' {{!!}} {{{damage}}}
{{!}} {{{damage}}}
{{!}}-}}
|}}
|-
|- style="vertical-align: top"
{{#if:{{{damage_hatless|}}}|
{{#if:{{{damage_hatless|}}}|{{!}}- style="vertical-align:top"
{{!}} '''[[Hat|Damage without hat]]''' {{!!}} {{{damage_hatless}}}
{{!}} '''[[Hat|Damage without hat]]'''
{{!}}-}}
{{!}} {{{damage_hatless}}}
|-  
|}}
{{#if:{{{speed|}}}|
|- style="vertical-align: top"
{{!}} '''Speed'''{{!!}} {{{speed}}}
{{#if:{{{speed|}}}|{{!}}- style="vertical-align:top"
{{!}}-}}
{{!}} '''Speed'''
|-  
{{!}} style="width:17em" {{!}} {{{speed}}}
{{#if:{{{tangibility_radius|}}}|
|}}
{{!}} '''[[Tangibility Radius|Tangibility radius]]''' {{!!}} {{{tangibility_radius}}}
|- style="vertical-align: top"
{{!}}-}}
{{#if:{{{tangibility_radius|}}}|{{!}}- style="vertical-align:top"
|-
{{!}} '''[[Tangibility Radius|Tangibility radius]]'''
{{#if:{{{interaction_type|}}}|
{{!}} {{{tangibility_radius}}}
{{!}} '''[[Interaction Type|Interaction type]]'''  
|}}
{{!!}} [[Interaction Type#{{{interaction_type}}}|{{{interaction_type}}}]]
|- style="vertical-align: top"
{{!}}-}}
{{#if:{{{interaction_type|}}}|{{!}}- style="vertical-align:top"
|-  
{{!}} '''[[Interaction Type|Interaction type]]'''
{{#if:{{{surfaces|}}}|
{{!}} [[Interaction Type#{{{interaction_type}}}|{{{interaction_type}}}]]
{{!}} '''[[Surface]]s''' {{!!}} {{{surfaces}}}
|}}
{{!}}-}}
|- style="vertical-align: top"
|-
{{#if:{{{surfaces|}}}|{{!}}- style="vertical-align:top"
{{!}} '''[[Surface]]s'''
{{!}} {{{surfaces}}}
|}}
|- style="vertical-align: top"
{{#if:{{{related|}}}|
{{#if:{{{related|}}}|
{{!}} colspan="2" style="padding:0" {{!}}
{{!}} colspan="2" style="padding:0" {{!}}
Line 60: Line 63:
|}{{#ifeq:{{NAMESPACENUMBER}}|0|
|}{{#ifeq:{{NAMESPACENUMBER}}|0|
[[Category:Objects]]}}</includeonly>
[[Category:Objects]]}}</includeonly>
<noinclude><div style="float:right"><pre>{{object_infobox
<noinclude>{{object_infobox
|title= Yellow Coin
|image= Yellow_Coin.gif
|hitbox_type= cylinder
|hitbox_radius= 100
|hitbox_height= 64
|hitbox_down= 0
|speed= Dependent on [[RNG]]. Varies based on how it was spawned.
|tangibility_radius= 1000
|interaction_type= Coin
|surfaces=
|related= [[Red Coin|Red Coins]] <br> [[Blue Coin|Blue Coins]]
|found_in= [[All courses]], [[The Castle]]
|expand=
}}
<div style="float:right"><pre>{{object_infobox
|title=
|title=
|image=
|image=
|hitbox_type=
|hitbox_radius=
|hitbox_radius=
|hitbox_height=
|hitbox_height=
Line 77: Line 96:
*image &ndash; an image. Must use <code><nowiki>{{!}}</nowiki></code> for a <code>|</code> break symbol in image syntax.
*image &ndash; an image. Must use <code><nowiki>{{!}}</nowiki></code> for a <code>|</code> break symbol in image syntax.
*title &ndash; default pagename, just in case can be changed
*title &ndash; default pagename, just in case can be changed
*hitbox_radius, hitbox_height, hitbox_down &ndash; stats like height, radius, and down offset. Set hitbox_radius to N/A to indicate no collision and to surface to indicate that the object uses triangles instead of a cylinder
*hitbox_type &ndash; Set to N/A for no collision, surface for objects with surfaces, or cylinder for cylindrical hitboxes.
*hitbox_radius, hitbox_height, hitbox_down &ndash; stats like height, radius, and down offset.
*damage &ndash; how much damage the object deals on contact with Mario
*damage &ndash; how much damage the object deals on contact with Mario
*damage_hatless &ndash; how much damage the object deals if Mario doesn't have his hat
*damage_hatless &ndash; how much damage the object deals if Mario doesn't have his hat

Revision as of 23:56, 25 February 2019


Yellow Coin
Yellow Coin.gif
Hitbox Info
Hitbox

cylinder with radius of 100 and height of 64, offset down 0 units

Speed Dependent on RNG. Varies based on how it was spawned.
Tangibility radius 1000
Interaction type Coin
Related
Red Coins
Blue Coins
Found In
All courses, The Castle
{{object_infobox
|title=
|image=
|hitbox_type=
|hitbox_radius=
|hitbox_height=
|hitbox_down=
|damage=
|speed=
|tangibility_radius=
|interaction_type=
|surfaces=
|related=
|found_in=
|expand=
}}
  • image – an image. Must use {{!}} for a | break symbol in image syntax.
  • title – default pagename, just in case can be changed
  • hitbox_type – Set to N/A for no collision, surface for objects with surfaces, or cylinder for cylindrical hitboxes.
  • hitbox_radius, hitbox_height, hitbox_down – stats like height, radius, and down offset.
  • damage – how much damage the object deals on contact with Mario
  • damage_hatless – how much damage the object deals if Mario doesn't have his hat
  • tangibility_radius – tangibility radius of the object
  • interaction_type – interaction type of the object
  • surfaces – surfaces type of the object
  • related – similar objects
  • found_in – which course the object is found in.
  • expand – for collapsing the "found in" and "related" lists when they are long. Activate this by writing "expandable" (it is "noexpandable" by default).