Template:Infobox: Difference between revisions

From MegaMan X: Corrupted Wiki
Jump to navigation Jump to search
No edit summary
(Replaced content with "{| class="infobox" ! colspan=2 class="infobox-name" | {{{Name|}}} |- ! colspan=2 style="padding: 10px |[[File:{{{Image|''' No Image'''}}}|168x168px]] |- ! colspan=2 class="infobox-title" | Info |- ! style="width: 40%"| | style="padding-left: 10px"| |- | {{{Info | '''No Info'''}}} |} </templatedata></noinclude> Category:Infobox templates")
Tag: Replaced
Line 1: Line 1:
<includeonly>{| class="infobox"
{| class="infobox"  
! colspan=2 class="infobox-name" | {{{Name|}}}
! colspan=2 class="infobox-name" | {{{Name|}}}
|-
|-
! colspan=2 style="padding: 10px |[[File:{{{Image}}}|168x168px]]
! colspan=2 style="padding: 10px |[[File:{{{Image|''' No Image'''}}}|168x168px]]
|-
|-
! colspan=2 class="infobox-title" | Stats
! colspan=2 class="infobox-title" | Info
|-
|-
! style="width: 40%"|
! style="width: 40%"|
| style="padding-left: 10px"|
| style="padding-left: 10px"|
{{!}}-<!--
|-
--> {{#if: {{{HeadAbility|}}} | <br>
| {{{Info | '''No Info'''}}}
    {{!}}-
    ! Head Part
    {{!}} style="padding-left: 10px" {{!}} '''{{{HeadAbility|}}}'''
}}<!--
--> {{#if: {{{BodyAbility|}}} | <br>
    {{!}}-
    ! Body Part
    {{!}} style="padding-left: 10px" {{!}} '''{{{BodyAbility|}}}'''
}}<!--
--> {{#if: {{{ArmsAbility|}}} | <br>
    {{!}}-
    ! Arms Part
    {{!}} style="padding-left: 10px" {{!}} '''{{{ArmsAbility|}}}'''
}}<!--
--> {{#if: {{{LegsAbility|}}} | <br>
    {{!}}-
    ! Legs Part
    {{!}} style="padding-left: 10px" {{!}} '''{{{LegsAbility|}}}'''
}}<!--
--> {{#if: {{{FullSetAbility|}}} | <br>
    {{!}}-
    ! Set Bonus
    {{!}} style="padding-left: 10px" {{!}} '''{{{FullSetAbility|}}}'''
}}<!--
--> {{#if: {{{Input|}}} | <br>
    {{!}}-
    ! Input
    {{!}} style="padding-left: 10px" {{!}} '''{{{Input|}}}'''
}}<!--
--> {{#if: {{{EnergyCost|}}} | <br>
    {{!}}-
    ! Cost
    {{!}} style="padding-left: 10px" {{!}} '''{{{EnergyCost|}}}''' Point(s) per Shot
}}<!--
--> {{#if: {{{SaberCost|}}} | <br>
    {{!}}-
    ! Cost
    {{!}} style="padding-left: 10px" {{!}} '''{{{SaberCost|}}}''' Saber Energy
}}<!--
--> {{#if: {{{Effect|}}} | <br>
    {{!}}-
    ! Effect(s)
    {{!}} style="padding-left: 10px" {{!}} '''{{{Effect|}}}'''
}}<!--
--> {{#if: {{{EnemyDamage|}}} | <br>
    {{!}}-
    ! Vs. Enemies
    {{!}} style="padding-left: 10px" {{!}} '''{{{EnemyDamage|}}}''' Damage
}}<!--
--> {{#if: {{{BossDamage|}}} | <br>
    {{!}}-
    ! Vs. Bosses
    {{!}} style="padding-left: 10px" {{!}} '''{{{BossDamage|}}}''' Damage
}}<!--
--> {{#if: {{{FromMaverick|}}} | <br>
    {{!}}-
    ! Received From
    {{!}} style="padding-left: 10px" {{!}} '''[[Bosses/{{{FromMaverick|}}}|{{{FromMaverick|}}}]]'''
}}<!--
--> {{#if: {{{Chassis|}}} | <br>
    {{!}}-
    ! Chassis
    {{!}} style="padding-left: 10px" {{!}} '''{{{Chassis|}}}'''
}}<!--
--> {{#if: {{{Weapon|}}} | <br>
    {{!}}-
    ! Weapon
    {{!}} style="padding-left: 10px" {{!}} '''{{{Weapon|}}}'''
}}<!--
--> {{#if: {{{Legs|}}} | <br>
    {{!}}-
    ! Legs
    {{!}} style="padding-left: 10px" {{!}} '''{{{Legs|}}}'''
}}<!--
--> {{#if: {{{BoostChip|}}} | <br>
    {{!}}-
    ! Chip
    {{!}} style="padding-left: 10px" {{!}} '''{{{BoostChip|}}}'''
}}<!--
--> {{#if: {{{Location|}}} | <br>
    {{!}}-
    ! Location
    {{!}} style="padding-left: 10px" {{!}} '''[[Locations/{{{Location|}}}|{{{Location|}}}]]'''
}}<!--
--> {{#if: {{{FinalFour|}}} | <br>
    {{!}}-
    ! Final Four Effect
    {{!}} style="padding-left: 10px" {{!}} '''{{{FinalFour|}}}'''
}}<!--
--> {{#if: {{{Weakness|}}} | <br>
    {{!}}-
    ! Weakness
    {{!}} style="padding-left: 10px" {{!}} '''{{{Weakness|}}}'''
}}<!--
--> {{#if: {{{Requirements|}}} | <br>
    {{!}}-
    ! Requirements
    {{!}} style="padding-left: 10px" {{!}} '''{{{Requirements|}}}'''
}}<!--
--> {{#if: {{{AreaMini|}}} | <br>
    {{!}}-
    ! Area Miniboss
    {{!}} style="padding-left: 10px" {{!}} '''{{{AreaMini|}}}'''
}}<!--
--> {{#if: {{{AreaMaverick|}}} | <br>
    {{!}}-
    ! Area Maverick
    {{!}} style="padding-left: 10px" {{!}} '''[[Bosses/{{{AreaMaverick|}}}|{{{AreaMaverick|}}}]]'''
}}
|}
|}
<templatedata>
{
"params": {
"Name": {},
"Image": {},
"HeadAbility": {},
"BodyAbility": {},
"ArmsAbility": {},
"LegsAbility": {},
"FullSetAbility": {},
"Input": {},
"EnergyCost": {},
"SaberCost": {},
"Effect": {},
"EnemyDamage": {},
"BossDamage": {},
"FromMaverick": {},
"Chassis": {},
"Weapon": {},
"Legs": {},
"BoostChip": {},
"Location": {},
"FinalFour": {},
"Weakness": {},
"Requirements": {},
"AreaMini": {},
"AreaMaverick": {}
}
}
</templatedata></noinclude>
</templatedata></noinclude>
[[Category:Infobox templates]]
[[Category:Infobox templates]]

Revision as of 07:31, 5 June 2025

File: No Image
Info
No Info

</templatedata>