The wiki is lacking in content. You can help by creating a new article. See the to do list for more ways you can help.

Difference between revisions of "Template:Infobox Species"

From Final Fantasy Wiki
Jump to navigationJump to search
(trying to fix again)
(one side)
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| style="font-family: verdana, sans-serif; border-radius: 10px; font-size: 10px; margin-left: 2px; margin-bottom:3px; background-color: #fff; border:1px solid black; float:right;width:300px;padding:2px;"
{| class="infobox" style="width:300px"
|- style="background:silver"
|- style="background:{{#if:{{{color|}}}|{{{{{color}}}darkcolor}}|{{{{{color|character}}}darkcolor}}}}"
!colspan="2"|<font size="2">{{{name|{{PAGENAME}}}}}</font>
!colspan="2" style="font-size:13px"|{{{name|{{PAGENAME}}}}}
|-
|-
|colspan="2" style="text-align:center"|{{{image|}}}
|colspan="2" style="text-align:center"|{{{image|}}}
|-{{#if:{{{jname|
|-{{#if:{{{jname|
{{!}}colspan="2" style="text-align:center; background:#eee; color:black"{{!}}{{{jname|}}}<br>{{#if:{{{romaji|}}}|''{{{romaji}}}''}}
{{!}}colspan="2" style="text-align:center; background:{{#if:{{{color|}}}|{{{{{color}}}color}}|{{{{{color|character}}}color}}}}"{{!}}{{{jname|}}}<br>{{#if:{{{romaji|}}}|''{{{romaji}}}''}}
|-
|-
{{#if: {{{games|}}} | {{!}}-style="background-color:#eee"
{{#if: {{{games|}}} | {{!}}-
{{!}} style="white-space:nowrap" {{!}} '''Main game<br>appearance(s)'''
{{!}} style="background:{{#if:{{{color|}}}|{{{{{color}}}color}}|{{{{{color|character}}}color}}}}" {{!}} '''Main game appearance(s)'''
{{!}} {{{games}}} | {{!}}- }}
{{!}} {{{games}}} | {{!}}- }}
{{#if: {{{home|}}} | {{!}}-style="background-color:#eee;font-size:9px;"
{{#if: {{{home|}}} | {{!}}-
{{!}} style="white-space:nowrap" {{!}} '''Home'''
{{!}} style="background:{{#if:{{{color|}}}|{{{{{color}}}color}}|{{{{{color|character}}}color}}}}" {{!}} '''Home'''
{{!}} {{{home}}} | {{!}}- }}
{{!}} {{{home}}} | {{!}}- }}
{{#ifeq:{{{species}}}|yes|
{{!}}-
{{!}}colspan="2" style="text-align:center; background:silver"{{!}}'''Members and related species''''}}
{{!}} colspan="2" style="text-align:center;background:{{#if:{{{color|}}}|{{{{{color}}}darkcolor}}|{{{{{color|character}}}darkcolor}}}}"{{!}}'''Members and related species'''
{{#if: {{{notable|}}} | {{!}}-style="background-color:#eee;font-size:9px;"
{{#if: {{{notable|}}} | {{!}}-
{{!}} style="white-space:nowrap" {{!}} '''Notable'''
{{!}} style="background:{{#if:{{{color|}}}|{{{{{color}}}color}}|{{{{{color|character}}}color}}}}" {{!}} '''Notable'''
{{!}} {{{notable}}} | {{!}}- }}
{{!}} {{{notable}}} | {{!}}- }}
{{#if: {{{variant_of|}}} | {{!}}-style="background-color:#eee;font-size:9px;"
{{#if: {{{variant_of|}}} | {{!}}-
{{!}} style="white-space:nowrap" {{!}} '''Variant of'''
{{!}} style="background:{{#if:{{{color|}}}|{{{{{color}}}color}}|{{{{{color|character}}}color}}}}" {{!}} '''Variant of'''
{{!}} {{{variant_of}}} | {{!}}- }}
{{!}} {{{variant_of}}} | {{!}}- }}
{{#if: {{{variants|}}} | {{!}}-style="background-color:#eee;font-size:9px;"
{{#if: {{{variants|}}} | {{!}}-
{{!}} style="white-space:nowrap" {{!}} '''Variants'''
{{!}} style="background:{{#if:{{{color|}}}|{{{{{color}}}color}}|{{{{{color|character}}}color}}}}" {{!}} '''Variants'''
{{!}} {{{variants}}} | {{!}}- }}
{{!}} {{{variants}}} | {{!}}- }}
{{#if: {{{relatives|}}} | {{!}}-style="background-color:#eee;font-size:9px;"
{{#if: {{{relatives|}}} | {{!}}-
{{!}} style="white-space:nowrap" {{!}} '''Relatives'''
{{!}} style="background:{{#if:{{{color|}}}|{{{{{color}}}color}}|{{{{{color|character}}}color}}}}" {{!}} '''Relatives'''
{{!}} {{{relatives}}} | {{!}}- }}
{{!}} {{{relatives}}} | {{!}}- }}
{{#if: {{{comparable|}}} | {{!}}-style="background-color:#eee;font-size:9px;"
{{#if: {{{comparable|}}} | {{!}}-
{{!}} style="white-space:nowrap" {{!}} '''Comparable'''
{{!}} style="background:{{#if:{{{color|}}}|{{{{{color}}}color}}|{{{{{color|character}}}color}}}}" {{!}} '''Comparable'''
{{!}} {{{comparable}}} | {{!}}- }}
{{!}} {{{comparable}}} | {{!}}- }}
|}<noinclude>
|}<noinclude>
==Usage==
==Usage==
Note: remember to define <code>|species=yes</code> if members or comparable species are listed within the infobox.
{| style="float: bottom;"
|
<pre>
<pre>
{{Infobox Species
{{Infobox Species
Line 43: Line 41:
|games=
|games=
|home=
|home=
|species=yes
|notable=
|notable=
|variant_of=
|variant_of=
Line 51: Line 48:
}}
}}
</pre>
</pre>
|}
 
[[Category:Infoboxes|Species]]
[[Category:Infoboxes|Species]]
</noinclude>
</noinclude>

Latest revision as of 12:43, October 28, 2021

Infobox Species

Members and related species

Usage[edit]

{{Infobox Species
|name=
|image=
|jname=
|romaji=
|games=
|home=
|notable=
|variant_of=
|variants=
|relatives=
|comparable=
}}