There are currently 0 stubs. You can help us by expanding these articles!

Difference between revisions of "Template:Infobox species"

From the Conker Wiki, the Conker encyclopedia
Jump to navigationJump to search
(code cleanup)
(adding more parameters because this was lacking)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="infobox" style="font-family: verdana, sans-serif; background: #fff6e5; border:1px solid #ffae19"
{| class="infobox orange"
! colspan="2" style="background-color:#ffa500;font-size:13px" | {{{name|{{PAGENAME}}}}}
| colspan="2" style="text-align:center;font-size:125%" | '''{{{name|{{PAGENAME}}}}}'''
|-
|-
| colspan="2" style="text-align:center" | {{{image|}}}
| colspan="2" style="text-align:center" | {{{image|}}}
 
|-
|- style="vertical-align: top"
{{#if:{{{species|}}}|
{{#if:{{{species|}}}|{{!}}- style="background:#ffc966"
{{!}} '''Species'''
{{!}} '''Species'''
{{!}} {{{species}}}
{{!}} {{{species}}}
|}}
{{!}}-
|- style="vertical-align: top"
}}
{{#if:{{{games|}}}|{{!}}- style="vertical-align: top;"
{{#if:{{{games|}}}|
{{!}} '''Games'''
{{!}} '''Game appearances'''
{{!}} {{{games}}}
{{!}} {{{games}}}
|}}
{{!}}-
|}
}}
<noinclude>
{{#if:{{{habitats|}}}|
{{!}} '''Habitats'''
{{!}} {{{habitats}}}
{{!}}-
}}
{{#if:{{{attacks|}}}|
{{!}} '''Attacks'''
{{!}} {{{attacks}}}
{{!}}-
}}
{{#if:{{{weakness|}}}|
{{!}} '''Weakness'''
{{!}} {{{weakness}}}
}}
|}<noinclude>
== Usage ==
== Usage ==
<pre>
<pre>
Line 23: Line 36:
|species =
|species =
|games =
|games =
|habitats =
|attacks =
|weakness =
}}</pre>
}}</pre>


[[Category:Infobox templates]]</noinclude><includeonly>[[Category:Species]]</includeonly>
[[Category:Infobox templates]]</noinclude>

Latest revision as of 22:25, December 6, 2023

Infobox species

Usage

{{Infobox species
|name =
|image =
|species =
|games =
|habitats = 
|attacks = 
|weakness = 
}}