Welcome to the Lylat Wiki, all about the Star Fox series! If you'd like to help out, please take a look at our community portal.

Difference between revisions of "User:Alex95/Sandbox"

From Lylat Wiki, your source on Star Fox information. By Fans, for Fans.
Jump to navigationJump to search
m
 
(34 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>
==Templates that should be integrated/removed==
==Templates within Templates that could just be one Template==
*{{t|tablebegin}} - Just <tt>{|</tt> in "includeonly" tags. Outdated. Only works if templates are in pieces, which is something that should be avoided.
*{{t|Infobox Begin}}
*{{t|Infobox Begin}} - Used to define infobox type, color, picture, etc.
*{{t|Infobox Table}}
*{{t|Infobox Table}} - Used to define details of the subject. Parameters are not fully fleshed out and have a limit scope. Any additional parameters (like Chronology) need to be hand-coded in. Starts expanded, but tables added within it start collapsed. The tables are inconsistent. It is possible to hide only optional parameters.
*{{t|Infobox-External}}
*{{t|Infobox-External}} - Used to define external links. Boarder is not set up properly, resulting in an oddity with the rest of the template. Starts collapsed, but should just be hidden parameters that show when defined.
*{{t|Infobox End}}
*{{t|Infobox End}} - Just <tt>|}</tt> in "includeonly" tags. Outdated. Only works if templates are in pieces, which is something that should be avoided.
*{{t|Game color border}}
*{{t|Game color border}}, {{t|Character color border}}, etc. - Templates that are never used outside of their intended infobox, and are never defined outside of the template itself. It's easier to just type out the color.
*{{t|Game color 1}}
*{{t|Game color 1}}, {{t|Character color 1}}, etc. - "
*{{t|Game color 2}}
*{{t|Game color 2}}, {{t|Character color 2}}, etc. - "
</noinclude>
 
===Parameters that should be integrated/removed===
*class - There's no default to parameters like templates have, so this should just be written out anyway. Sometimes isn't even properly defined.
*boarder - Changed by {{t|Game color border}}, etc. Should just be written out.
*style1 - Changed by {{t|Game color 1}}, etc. Should just be written out.
*style2 - Changed by {{t|Game color 2}}, etc. Should just be written out.
*subject - Irrelevant parameter. Subject is the infobox template type. Parameter is largely ignored.
*style - Repetitive parameter. Could be defined by a unified parameter.
*colors - Repetitive parameter. Could be defined by a unified parameter.
*Info1name, Info1details, and such - Parameters that are specifically meant to call other parameters. Just use the intended parameter.
Ignoring these will not cause the template to break, but will result in leftover code.
 
=Templates=
{{Infobox Begin
| class = {{{class|}}} game infobox
| border = {{Game color border}}
| style1 = {{Game color 1}}
| style2 = {{Game color 2}}
| title = ''{{{title|{{PAGENAME}}}}}''
| image = {{{image|}}}
| image_size = {{{image_size|}}}
| caption = {{{caption|}}}
| subject = game
| style= {{{style|}}}
| colors = game
}}
{{Infobox Table
| class = infobox
| border = {{Game color border}}
| style1 = {{Game color 1}}
| style2 = {{Game color 2}}
| title = Details
| Info1name = Developer
| Info1details = {{{developer|}}}
| Info2name = Publisher
| Info2details = {{{publisher|}}}
| Info3name = Console(s)
| Info3details = {{{console|}}}
| Info4name = Release date(s)
| Info4details = {{{release|}}}
| Info5name = Genre
| Info5details = {{{genre|}}}
| Info6name = Rating(s)
| Info6details = {{{ratings|}}}
| Info7name = Other information
| Info7details = {{{other_info|}}}
}}
{{!-}}
{{!}} {{tablebegin}} class="mw-collapsible {{{state|mw-collapsed}}}" style="width:100%;{{Game color border}}"
{{!-}} 
! colspan=4 style="{{Game color 2}}" {{!}} Chronology
{{!-}}
{{!}} {{#if: {{{prev-release|}}} | | rowspan="2" }}  {{!}} {{#if: {{{prev-release|}}} | ← ''{{{prev-release|}}}'' | ← N/A }}
{{!}} '''''{{BASEPAGENAME}}'''''
{{!}} {{#if: {{{next-release|}}} | | rowspan="2" }}  {{!}} {{#if: {{{next-release|}}} |  ''{{{next-release|}}}'' → | N/A → }}
{{!-}}
{{tableend}}
{{!-}}
{{Infobox-External
| colors = game
| switcher = {{{switcher|}}}
| sw-pagename = {{{sw-pagename|}}}
| smashwiki-pagename = {{{smashwiki-pagename|}}}
| mariowiki-pagename = {{{mariowiki-pagename|}}}
| zeldawiki-pagename = {{{zeldawiki-pagename|}}}
| bulbapedia-pagename = {{{bulbapedia-pagename|}}}
| wikirby-pagename = {{{wikirby-pagename|}}}
| warswiki-pagename = {{{warswiki-pagename|}}}
| wikibound-pagename = {{{wikibound-pagename|}}}
| fzerowiki-pagename = {{{fzerowiki-pagename|}}}
| fireemblem-pagename = {{{fireemblem-pagename|}}}
| starfywiki-pagename = {{{starfywiki-pagename|}}}
| icaruspedia-pagename = {{{icaruspedia-pagename|}}}
| nookipedia-pagename = {{{nookipedia-pagename|}}}
}}
{{Infobox End
| class = color4
| border = {{Game color border}}
| style1 = {{Game color 1}}
| style2 = {{Game color 2}}
| name = Infobox game
| colors = game
}}


=[[Template:Infobox game]]=
=[[Template:Infobox game]]=
{| class="game infobox infobox" cellpadding=2 cellspacing=2 float-{{{align|right}}} width=280px style="border:1px solid green; border-radius: 11px; background-color:#CCFF00; padding: 2px;"
{| class="game infobox infobox" cellpadding=2 cellspacing=2 float-{{{align|right}}} width=280px style="border:1px solid green; border-radius: 11px; background-color:#CCFF00; padding: 2px;"
|-
|-
! style="border:1px solid green; background-color:#32CD32; border-top-left-radius: 11px; border-top-right-radius: 11px;" width="100%"| {{{title|{{PAGENAME}}}}}
|
{| style="border:1px solid green; background-color:#CCFF00; margin:0; border-top-left-radius: 11px; border-top-right-radius: 11px;" width="100%" 
! colspan="2" style="border:1px solid green; background-color:#32CD32; border-top-left-radius: 11px; border-top-right-radius: 11px;" width="100%" | {{{title|{{PAGENAME}}}}}
|-
|-
! colspan="2" | {{#if:{{{image|}}} |[[File:{{{image}}}|{{{image_size}}}]]|[[File:Needed.png]]<br>''No image yet''<includeonly>[[Category:Infoboxes lacking images]]</includeonly>}} {{#if:{{{caption|}}} | <br>''{{{caption}}}'' }}
! colspan="2" | {{#if:{{{image|}}} |[[File:{{{image}}}|{{{image_size}}}]]|[[File:Needed.png]]<br>''No image yet''<includeonly>[[Category:Infoboxes lacking images]]</includeonly>}} {{#if:{{{caption|}}} | <br>''{{{caption}}}'' }}
|-style="vertical-align: top"
|}
|-
|
|
{| class="mw-collapsible mw-collapsed" style="border:1px solid green; background-color:#32CD32; margin:0;" width="100%"
{| style="border:1px solid green; background-color:#CCFF00; margin:0; width:100%"
! colspan="2"| Details
! colspan="2" style="background-color:#32CD32;"| Details
|-style="text-align:center;"
|-style="text-align:center;"
{{#if:{{{developer|}}} |
!style="background-color:#32CD32;" | Developer
!style="background-color:#CCFF00;" {{!}}Developer
|style="background-color:#FFFFFF; text-align:left;" | {{{developer}}}
{{!}}style="background-color:#CCFF00; text-align:left;" {{!}}{{{developer}}}|}}
|-
{{#if:{{{publisher|}}} |
!style="background-color:#32CD32;" | Publisher
{{!-}}
|style="background-color:#FFFFFF;" | {{{publisher}}}
!style="background-color:#CCFF00;" {{!}}Publisher
|-
{{!}}style="background-color:#CCFF00;" {{!}}{{{publisher}}}|}}
!style="background-color:#32CD32;" | Console(s)
{{#if:{{{console|}}} |
|style="background-color:#FFFFFF;" |{{{console}}}
{{!-}}
|-
!style="background-color:#CCFF00;" {{!}}Console(s)
!style="background-color:#32CD32;" | Release date(s)
{{!}}style="background-color:#CCFF00;" {{!}}{{{console}}}|}}
|style="background-color:#FFFFFF;" |{{{release}}}
{{#if:{{{release|}}} |
|-
{{!-}}
!style="background-color:#32CD32;" |Genre
!style="background-color:#CCFF00;" {{!}}Release date(s)
|style="background-color:#FFFFFF;" |{{{genre}}}
{{!}}style="background-color:#CCFF00;" {{!}}{{{release}}}|}}
|-
{{#if:{{{genre|}}} |
!style="background-color:#32CD32;" |Rating(s)
{{!-}}
|style="background-color:#FFFFFF;" |{{{ratings}}}
!style="background-color:#CCFF00;" {{!}}Genre
{{!}}style="background-color:#CCFF00;" {{!}}{{{genre}}}|}}
{{#if:{{{ratings|}}} |
{{!-}}
!style="background-color:#CCFF00" {{!}}Rating(s)
{{!}}style="background-color:#CCFF00;" {{!}}{{{ratings}}}|}}
{{#if:{{{other_info|}}} |
{{#if:{{{other_info|}}} |
{{!-}}
{{!-}}
!style="background-color:#CCFF00;" {{!}}Other information
!style="background-color:#32CD32;" {{!}}Other information
{{!}}style="background-color:#CCFF00;" {{!}}{{{other_info}}}|}}
{{!}}style="background-color:#FFFFFF;" {{!}}{{{other_info}}}|}}
|}
|}
{| class="mw-collapsible mw-collapsed" style="border:1px solid green; background-color:#32CD32; margin:0;" width="100%"
{| style="border:1px solid green; background-color:#CCFF00; margin:0;" width="100%"
! colspan="3" bgcolor="#32CD32"| Chronology
! colspan="3" bgcolor="#32CD32"| Chronology
|-
|-style="text-align:center;"
{{!-}}
|style="background-color:#FFFFFF;" rowspan="2" | ← ''{{{prev-release|N/A}}}''
{{!}}style="background-color:#CCFF00;" {{#if: {{{prev-release|}}} | | rowspan="2" }}  {{!}} {{#if: {{{prev-release|}}} | ← ''{{{prev-release|}}}'' | ← N/A }}
|style="background-color:#FFFFFF;" | '''''{{{title|{{PAGENAME}}}}}'''''
{{!}}style="background-color:#CCFF00;" {{!}} '''''{{BASEPAGENAME}}'''''
|style="background-color:#FFFFFF;" rowspan="2" |  ''{{{next-release|N/A}}}'' →
{{!}}style="background-color:#CCFF00;" {{#if: {{{next-release|}}} | | rowspan="2" }}  {{!}} {{#if: {{{next-release|}}} |  ''{{{next-release|}}}'' → | N/A → }}
{{!-}}
|}
|}
{| class="mw-collapsible mw-collapsed" style="border:1px solid green; background-color:#32CD32; margin:0; border-bottom-left-radius: 11px; border-bottom-right-radius: 11px;" width="100%"
{| style="border:1px solid green; background-color:#CCFF00; margin:0;" width="100%"
! colspan="2" bgcolor="#32CD32"| On partnered sites
! colspan="2" bgcolor="#32CD32"| On partnered sites
|-
|-
{{#if: {{{armswiki-pagename|}}}
{{#if: {{{armswiki-pagename|}}}
|
|
{{!}} style="width:50%; background-color:#CCFF00; text-align:center;" {{!}} ARMS Institute
{{!}} style="width:50%; background-color:#32CD32; text-align:center;" {{!}} ARMS Institute
{{!}} style="background-color:#CCFF00;" {{!}} [[armswiki:{{{armswiki-pagename}}}|{{{armswiki-pagename}}}]]
{{!}} style="background-color:#FFFFFF;" {{!}} [[armswiki:{{{armswiki-pagename}}}|{{{armswiki-pagename}}}]]
|
|
}}
}}
Line 70: Line 147:
{{#if: {{{bulbapedia-pagename|}}}
{{#if: {{{bulbapedia-pagename|}}}
|
|
{{!}} style="width:50%; background-color:#CCFF00; text-align:center;" {{!}} [[File:BP_Banner.png]]
{{!}} style="width:50%; background-color:#32CD32; text-align:center;" {{!}} Bulbapedia
{{!}} style="background-color:#CCFF00;" {{!}} [[bulbapedia:{{{bulbapedia-pagename}}}|{{{bulbapedia-pagename}}}]]
{{!}} style="background-color:#FFFFFF;" {{!}} [[bulbapedia:{{{bulbapedia-pagename}}}|{{{bulbapedia-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{dragaliawiki-pagename|}}}
|
{{!}} style="width:50%; background-color:#32CD32; text-align:center;" {{!}} Dragalia Lost Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[dragaliawiki:{{{dragaliawiki-pagename}}}|{{{dragaliawiki-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{dqwiki-pagename|}}}
|
{{!}} style="width:50%; background-color:#32CD32; text-align:center;" {{!}} Dragon Quest Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[dqwiki:{{{dqwiki-pagename}}}|{{{dqwiki-pagename}}}]]
|
|
}}
}}
{{!-}}
{{!-}}
{{#if: {{{dragonquest-pagename|}}}
{{#if: {{{drawntolife-pagename|}}}
|
|
{{!}} style="width:50%; background-color:#CCFF00; text-align:center;" {{!}} Dragon Quest Wiki
{{!}} style="width:50%; background-color:#32CD32; text-align:center;" {{!}} Drawn to Life Wapopedia
{{!}} style="background-color:#CCFF00;" {{!}} [[dragonquest:{{{dragonquest-pagename}}}|{{{dragonquest-pagename}}}]]
{{!}} style="background-color:#FFFFFF;" {{!}} [[drawntolife:{{{drawntolife-pagename}}}|{{{drawntolife-pagename}}}]]
|
|
}}
}}
Line 84: Line 175:
{{#if: {{{fireemblem-pagename|}}}
{{#if: {{{fireemblem-pagename|}}}
|
|
{{!}} style="width:50%; background-color:#CCFF00; text-align:center;" {{!}} [[File:FeW_Banner.png]]
{{!}} style="width:50%; background-color:#32CD32; text-align:center;" {{!}} Fire Emblem Wiki
{{!}} style="background-color:#CCFF00;" {{!}} [[fireemblem:{{{fireemblem-pagename}}}|{{{fireemblem-pagename}}}]]
{{!}} style="background-color:#FFFFFF;" {{!}} [[fireemblem:{{{fireemblem-pagename}}}|{{{fireemblem-pagename}}}]]
|
|
}}
}}
Line 91: Line 182:
{{#if: {{{fzerowiki-pagename|}}}
{{#if: {{{fzerowiki-pagename|}}}
|
|
{{!}} style="width:50%; background-color:#CCFF00; text-align:center;" {{!}} [[File:FZW_Banner.png]]
{{!}} style="width:50%; background-color:#32CD32; text-align:center;" {{!}} F-Zero Wiki
{{!}} style="background-color:#CCFF00;" {{!}} [[fzerowiki:{{{fzerowiki-pagename}}}|{{{fzerowiki-pagename}}}]]
{{!}} style="background-color:#FFFFFF;" {{!}} [[fzerowiki:{{{fzerowiki-pagename}}}|{{{fzerowiki-pagename}}}]]
|
|
}}
}}
Line 98: Line 189:
{{#if: {{{goldensun-pagename|}}}
{{#if: {{{goldensun-pagename|}}}
|
|
{{!}} style="width:50%; background-color:#CCFF00; text-align:center;" {{!}} Golden Sun Universe
{{!}} style="width:50%; background-color:#32CD32; text-align:center;" {{!}} Golden Sun Universe
{{!}} style="background-color:#CCFF00;" {{!}} [[goldensun:{{{goldensun-pagename}}}|{{{goldensun-pagename}}}]]
{{!}} style="background-color:#FFFFFF;" {{!}} [[goldensun:{{{goldensun-pagename}}}|{{{goldensun-pagename}}}]]
|
|
}}
}}
Line 105: Line 196:
{{#if: {{{harddrop-pagename|}}}
{{#if: {{{harddrop-pagename|}}}
|
|
{{!}} style="width:50%; background-color:#CCFF00; text-align:center;" {{!}} Hard Drop Tetris Wiki
{{!}} style="width:50%; background-color:#32CD32; text-align:center;" {{!}} Hard Drop Tetris Wiki
{{!}} style="background-color:#CCFF00;" {{!}} [[harddrop:{{{harddrop-pagename}}}|{{{harddrop-pagename}}}]]
{{!}} style="background-color:#FFFFFF;" {{!}} [[harddrop:{{{harddrop-pagename}}}|{{{harddrop-pagename}}}]]
|
|
}}
}}
Line 112: Line 203:
{{#if: {{{icaruspedia-pagename|}}}
{{#if: {{{icaruspedia-pagename|}}}
|
|
{{!}} style="width:50%; background-color:#CCFF00; text-align:center;" {{!}} [[File:BannerIcaruspedia.png]]
{{!}} style="width:50%; background-color:#32CD32; text-align:center;" {{!}} Icaruspedia
{{!}} style="background-color:#CCFF00;" {{!}} [[icaruspedia:{{{icaruspedia-pagename}}}|{{{icaruspedia-pagename}}}]]
{{!}} style="background-color:#FFFFFF;" {{!}} [[icaruspedia:{{{icaruspedia-pagename}}}|{{{icaruspedia-pagename}}}]]
|
|
}}
}}
Line 119: Line 210:
{{#if: {{{inkipedia-pagename|}}}
{{#if: {{{inkipedia-pagename|}}}
|
|
{{!}} style="width:50%; background-color:#CCFF00; text-align:center;" {{!}} Inkipedia
{{!}} style="width:50%; background-color:#32CD32; text-align:center;" {{!}} Inkipedia
{{!}} style="background-color:#CCFF00;" {{!}} [[inkipedia:{{{inkipedia-pagename}}}|{{{inkipedia-pagename}}}]]
{{!}} style="background-color:#FFFFFF;" {{!}} [[inkipedia:{{{inkipedia-pagename}}}|{{{inkipedia-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{khwiki-pagename|}}}
|
{{!}} style="width:50%; background-color:#32CD32; text-align:center;" {{!}} Kingdom Hearts Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[khwiki:{{{khwiki-pagename}}}|{{{khwiki-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{kovopedia-pagename|}}}
|
{{!}} style="width:50%; background-color:#32CD32; text-align:center;" {{!}} Kovopedia
{{!}} style="background-color:#FFFFFF;" {{!}} [[kovopedia:{{{kovopedia-pagename}}}|{{{kovopedia-pagename}}}]]
|
|
}}
}}
Line 126: Line 231:
{{#if: {{{metroidwiki-pagename|}}}
{{#if: {{{metroidwiki-pagename|}}}
|
|
{{!}} style="width:50%; background-color:#CCFF00; text-align:center;" {{!}} [[File:MW_Banner.png]]
{{!}} style="width:50%; background-color:#32CD32; text-align:center;" {{!}} Metroid Wiki
{{!}} style="background-color:#CCFF00;" {{!}} [[metroidwiki:{{{metroidwiki-pagename}}}|{{{metroidwiki-pagename}}}]]
{{!}} style="background-color:#FFFFFF;" {{!}} [[metroidwiki:{{{metroidwiki-pagename}}}|{{{metroidwiki-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{mdfw-pagename|}}}
|
{{!}} style="width:50%; background-color:#32CD32; text-align:center;" {{!}} Mystery Dungeon Franchise Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[mdfw:{{{mdfw-pagename}}}|{{{mdfw-pagename}}}]]
|
|
}}
}}
Line 133: Line 245:
{{#if: {{{nwiki-pagename|}}}
{{#if: {{{nwiki-pagename|}}}
|
|
{{!}} style="width:50%; background-color:#CCFF00; text-align:center;" {{!}} Nintendo Wiki
{{!}} style="width:50%; background-color:#32CD32; text-align:center;" {{!}} Nintendo Wiki
{{!}} style="background-color:#CCFF00;" {{!}} [[nwiki:{{{nwiki-pagename}}}|{{{nwiki-pagename}}}]]
{{!}} style="background-color:#FFFFFF;" {{!}} [[nwiki:{{{nwiki-pagename}}}|{{{nwiki-pagename}}}]]
|
|
}}
}}
Line 140: Line 252:
{{#if: {{{nookipedia-pagename|}}}
{{#if: {{{nookipedia-pagename|}}}
|
|
{{!}} style="width:50%; background-color:#CCFF00; text-align:center;" {{!}} Nookipedia
{{!}} style="width:50%; background-color:#32CD32; text-align:center;" {{!}} Nookipedia
{{!}} style="background-color:#CCFF00;" {{!}} [[nookipedia:{{{nookipedia-pagename}}}|{{{nookipedia-pagename}}}]]
{{!}} style="background-color:#FFFFFF;" {{!}} [[nookipedia:{{{nookipedia-pagename}}}|{{{nookipedia-pagename}}}]]
|
|
}}
}}
Line 147: Line 259:
{{#if: {{{pikipedia-pagename|}}}
{{#if: {{{pikipedia-pagename|}}}
|
|
{{!}} style="width:50%; background-color:#CCFF00; text-align:center;" {{!}} Pikipedia
{{!}} style="width:50%; background-color:#32CD32; text-align:center;" {{!}} Pikipedia
{{!}} style="background-color:#CCFF00;" {{!}} [[pikipedia:{{{pikipedia-pagename}}}|{{{pikipedia-pagename}}}]]
{{!}} style="background-color:#FFFFFF;" {{!}} [[pikipedia:{{{pikipedia-pagename}}}|{{{pikipedia-pagename}}}]]
|
|
}}
}}
Line 154: Line 266:
{{#if: {{{smashwiki-pagename|}}}
{{#if: {{{smashwiki-pagename|}}}
|
|
{{!}} style="width:50%; background-color:#CCFF00; text-align:center;" {{!}} [[File:SW_Banner.png]]
{{!}} style="width:50%; background-color:#32CD32; text-align:center;" {{!}} Smash Wiki
{{!}} style="background-color:#CCFF00;" {{!}} [[smashwiki:{{{smashwiki-pagename}}}|{{{smashwiki-pagename}}}]]
{{!}} style="background-color:#FFFFFF;" {{!}} [[smashwiki:{{{smashwiki-pagename}}}|{{{smashwiki-pagename}}}]]
|
|
}}
}}
Line 161: Line 273:
{{#if: {{{starfywiki-pagename|}}}
{{#if: {{{starfywiki-pagename|}}}
|
|
{{!}} style="width:50%; background-color:#CCFF00; text-align:center;" {{!}} [[File:StarfyWiki_Banner.png]]
{{!}} style="width:50%; background-color:#32CD32; text-align:center;" {{!}} Starfy Wiki
{{!}} style="background-color:#CCFF00;" {{!}} [[starfywiki:{{{starfywiki-pagename}}}|{{{starfywiki-pagename}}}]]
{{!}} style="background-color:#FFFFFF;" {{!}} [[starfywiki:{{{starfywiki-pagename}}}|{{{starfywiki-pagename}}}]]
|
|
}}
}}
Line 168: Line 280:
{{#if: {{{mariowiki-pagename|}}}
{{#if: {{{mariowiki-pagename|}}}
|
|
{{!}} style="width:50%; background-color:#CCFF00; text-align:center;" {{!}} [[File:SMW_Banner.png]]
{{!}} style="width:50%; background-color:#32CD32; text-align:center;" {{!}} Super Mario Wiki
{{!}} style="background-color:#CCFF00;" {{!}} [[mariowiki:{{{mariowiki-pagename}}}|{{{mariowiki-pagename}}}]]
{{!}} style="background-color:#FFFFFF;" {{!}} [[mariowiki:{{{mariowiki-pagename}}}|{{{mariowiki-pagename}}}]]
|
|
}}
}}
Line 175: Line 287:
{{#if: {{{switcher|}}}
{{#if: {{{switcher|}}}
|
|
{{!}} style="width:50%; background-color:#CCFF00; text-align:center;" {{!}} Switcher.gg  
{{!}} style="width:50%; background-color:#32CD32; text-align:center;" {{!}} Switcher.gg  
{{!}} style="background-color:#CCFF00;" {{!}} [[switcher:{{{switcher}}}|Find {{PAGENAME}} friends online]]
{{!}} style="background-color:#FFFFFF;" {{!}} [[switcher:{{{switcher}}}|Find {{PAGENAME}} friends online]]
|
|
}}
}}
Line 182: Line 294:
{{#if: {{{sw-pagename|}}}
{{#if: {{{sw-pagename|}}}
|  
|  
{{!}} style="width:50%; background-color:#CCFF00; text-align:center;" {{!}} [[File:StrategyWikilogo.png|150px]]
{{!}} style="width:50%; background-color:#32CD32; text-align:center;" {{!}} StrategyWiki
{{!}} style="background-color:#CCFF00;" {{!}} [[strategywiki:{{{sw-pagename}}}|{{{sw-pagename}}}]]
{{!}} style="background-color:#FFFFFF;" {{!}} [[strategywiki:{{{sw-pagename}}}|{{{sw-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{ukikipedia-pagename|}}}
|
{{!}} style="width:50%; background-color:#32CD32; text-align:center;" {{!}} Ukikipedia
{{!}} style="background-color:#FFFFFF;" {{!}} [[ukikipedia:{{{ukikipedia-pagename}}}|{{{ukikipedia-pagename}}}]]
|
|
}}
}}
Line 189: Line 308:
{{#if: {{{warswiki-pagename|}}}
{{#if: {{{warswiki-pagename|}}}
|
|
{{!}} style="width:50%; background-color:#CCFF00; text-align:center;" {{!}} [[File:WW_Banner.png]]
{{!}} style="width:50%; background-color:#32CD32; text-align:center;" {{!}} Wars Wiki
{{!}} style="background-color:#CCFF00;" {{!}} [[warswiki:{{{warswiki-pagename}}}|{{{warswiki-pagename}}}]]
{{!}} style="background-color:#FFFFFF;" {{!}} [[warswiki:{{{warswiki-pagename}}}|{{{warswiki-pagename}}}]]
|
|
}}
}}
Line 196: Line 315:
{{#if: {{{wikibound-pagename|}}}
{{#if: {{{wikibound-pagename|}}}
|
|
{{!}} style="width:50%; background-color:#CCFF00; text-align:center;" {{!}} [[File:EB_Banner.png]]
{{!}} style="width:50%; background-color:#32CD32; text-align:center;" {{!}} WikiBound
{{!}} style="background-color:#CCFF00;" {{!}} [[wikibound:{{{wikibound-pagename}}}|{{{wikibound-pagename}}}]]
{{!}} style="background-color:#FFFFFF;" {{!}} [[wikibound:{{{wikibound-pagename}}}|{{{wikibound-pagename}}}]]
|
|
}}
}}
Line 203: Line 322:
{{#if: {{{wikirby-pagename|}}}
{{#if: {{{wikirby-pagename|}}}
|
|
{{!}} style="width:50%; background-color:#CCFF00; text-align:center;" {{!}} [[File:WK_Banner.png]]
{{!}} style="width:50%; background-color:#32CD32; text-align:center;" {{!}} WiKirby
{{!}} style="background-color:#CCFF00;" {{!}} [[wikirby:{{{wikirby-pagename}}}|{{{wikirby-pagename}}}]]
{{!}} style="background-color:#FFFFFF;" {{!}} [[wikirby:{{{wikirby-pagename}}}|{{{wikirby-pagename}}}]]
|
|
}}
}}
Line 210: Line 329:
{{#if: {{{zeldawiki-pagename|}}}
{{#if: {{{zeldawiki-pagename|}}}
|
|
{{!}} style="width:50%; background-color:#CCFF00; text-align:center;" {{!}} [[File:ZW_Banner.png]]
{{!}} style="width:50%; background-color:#32CD32; text-align:center;" {{!}} Zelda Wiki
{{!}} style="background-color:#CCFF00;" {{!}} [[zeldawiki:{{{zeldawiki-pagename}}}|{{{zeldawiki-pagename}}}]]
{{!}} style="background-color:#FFFFFF;" {{!}} [[zeldawiki:{{{zeldawiki-pagename}}}|{{{zeldawiki-pagename}}}]]
|
|
}}
}}
|}
{| style="border:1px solid green; background-color:#CCFF00; margin:0; border-bottom-left-radius:11px; border-bottom-right-radius:11px;" width="100%"
|colspan="2" style="background-color:#32CD32; text-align:center; border-bottom-left-radius:11px; border-bottom-right-radius:11px;"|{{Navbar|Infobox game}}
|}
|}
|}
|}
Line 223: Line 345:
{{Infobox game
{{Infobox game
|align                = Changes the alignment of the template, if necessary. Default is set to "right".
|align                = Changes the alignment of the template, if necessary. Default is set to "right".
|title                = Changes the title of the infobox if it is different from the game. Otherwise, it uses the article's full title.
|title                = Changes the title of the infobox and the title in Chronology if it is different from the page name. Otherwise, it uses the article's full title.
|image                = Provide the file name without "File:" to display an image. If no image is specified, an image asking for one to be uploaded is displayed.
|image                = Provide the file name without "File:" to display an image. If no image is specified, an image asking for one to be uploaded is displayed.
|image_size          = Changes the image size.
|image_size          = Changes the image size.
Line 233: Line 355:
|genre                = The game's genre.
|genre                = The game's genre.
|rating              = The game's rating(s) in all regions.
|rating              = The game's rating(s) in all regions.
|other_information    = Any other information that you think is useful and doesn't fit in another parameter.
|other_information    = Any other information that you think is useful and doesn't fit in another parameter. Will appear on template if filled out.
|prev_release        = The previous game released before the subject, if any.
|prev_release        = The previous game released before the subject, if any.
|next_release        = The next game released after the subject, if any.
|next_release        = The next game released after the subject, if any.
|armswiki-pagename    = The following are interwiki links to their respective site.
|armswiki-pagename    = The following are interwiki links to their respective site. Will appear on template if filled out.
|bulbapedia-pagename  =  
|bulbapedia-pagename  =  
|dragonquest-pagename =  
|dragaliawiki-pagename =
|dqwiki-pagename      =
|drawntolife-pagename =  
|fireemblem-pagename  =  
|fireemblem-pagename  =  
|fzero-pagename      =  
|fzero-pagename      =  
Line 245: Line 369:
|icaruspedia-pagename =  
|icaruspedia-pagename =  
|inkipedia-pagename  =  
|inkipedia-pagename  =  
|khwiki-pagename      =
|kovopedia-pagename  =
|metroidwiki-pagename =  
|metroidwiki-pagename =  
|mdfw-pagename        =
|nookipedia-pagename  =  
|nookipedia-pagename  =  
|nwiki-pagename      =  
|nwiki-pagename      =  
Line 254: Line 381:
|switcher            =  
|switcher            =  
|sw-pagename          =  
|sw-pagename          =  
|ukikipedia          =
|warswiki-pagename    =  
|warswiki-pagename    =  
|wikibound-pagename  =  
|wikibound-pagename  =  
Line 280: Line 408:
|armswiki-pagename    =  
|armswiki-pagename    =  
|bulbapedia-pagename  =  
|bulbapedia-pagename  =  
|dragonquest-pagename =  
|dragaliawiki-pagename =
|dqwiki-pagename      =
|drawntolife-pagename =
|fireemblem-pagename  =
|fzero-pagename      =
|goldensun-pagename  =
|harddrop-pagename    =
|icaruspedia-pagename =
|inkipedia-pagename  =
|khwiki-pagename      =
|kovopedia-pagename  =
|metroidwiki-pagename =
|mdfw-pagename        =
|nookipedia-pagename  =
|nwiki-pagename      =
|pikipedia-pagename  =
|smashwiki-pagename  =
|starfywiki-pagename  =
|mariowiki-pagename  =
|switcher            =
|sw-pagename          =
|ukikipedia          =
|warswiki-pagename    =
|wikibound-pagename  =
|wikirby-pagename    =
|zeldawiki-pagename  =
}}
</pre>
 
=[[Template:Infobox boss]]=
{| class="boss infobox infobox" cellpadding=2 cellspacing=2 float-{{{align|right}}} width=280px style="border:1px solid black; border-radius: 11px; background-color:#FF9DFF; padding: 2px;"
|-
|
{| style="border:1px solid black; background-color:#FF9DFF; margin:0; border-top-left-radius: 11px; border-top-right-radius: 11px;" width="100%" 
! style="border:1px solid black; background-color:#A951D4; border-top-left-radius: 11px; border-top-right-radius: 11px;" width="100%"|  {{{title|{{PAGENAME}}}}}
|-
! colspan="2" | {{#if:{{{image|}}} |[[File:{{{image}}}|{{{image_size}}}]]|[[File:Needed.png]]<br>''No image yet''<includeonly>[[Category:Infoboxes lacking images]]</includeonly>}} {{#if:{{{caption|}}} | <br>''{{{caption}}}'' }}
|}
|-
|
{| style="border:1px solid black; background-color:#FF9DFF; margin:0; width:100%"
! colspan="2" style="background-color:#A951D4;"| Details
|-style="text-align:center;"
!style="background-color:#A951D4;" | Game(s)
|style="background-color:#FFFFFF; text-align:left;" | {{{games}}}
|-
!style="background-color:#A951D4;" | Location(s)
|style="background-color:#FFFFFF;" | {{{location}}}
|-
!style="background-color:#A951D4;" | Affiliation(s)
|style="background-color:#FFFFFF;" | {{{affiliation}}}
|-
!style="background-color:#A951D4;" | Weakness
|style="background-color:#FFFFFF;" | {{{weakness}}}
{{#if:{{{other_info|}}} |
{{!-}}
!style="background-color:#A951D4;" {{!}}Other information
{{!}}style="background-color:#FFFFFF;" {{!}}{{{other_info}}}|}}
|}
{| style="border:1px solid black; background-color:#FF9DFF; margin:0;" width="100%"
! colspan="2" style="background-color:#A951D4;"| On partnered sites
|-
{{#if: {{{armswiki-pagename|}}}
|
{{!}} style="width:50%; background-color:#A951D4; text-align:center;" {{!}} ARMS Institute
{{!}} style="background-color:#FFFFFF;" {{!}} [[armswiki:{{{armswiki-pagename}}}|{{{armswiki-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{bulbapedia-pagename|}}}
|
{{!}} style="width:50%; background-color:#A951D4; text-align:center;" {{!}} Bulbapedia
{{!}} style="background-color:#FFFFFF;" {{!}} [[bulbapedia:{{{bulbapedia-pagename}}}|{{{bulbapedia-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{dragaliawiki-pagename|}}}
|
{{!}} style="width:50%; background-color:#A951D4; text-align:center;" {{!}} Dragalia Lost Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[dragaliawiki:{{{dragaliawiki-pagename}}}|{{{dragaliawiki-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{dqwiki-pagename|}}}
|
{{!}} style="width:50%; background-color:#A951D4; text-align:center;" {{!}} Dragon Quest Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[dqwiki:{{{dqwiki-pagename}}}|{{{dqwiki-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{drawntolife-pagename|}}}
|
{{!}} style="width:50%; background-color:#A951D4; text-align:center;" {{!}} Drawn to Life Wapopedia
{{!}} style="background-color:#FFFFFF;" {{!}} [[drawntolife:{{{drawntolife-pagename}}}|{{{drawntolife-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{fireemblem-pagename|}}}
|
{{!}} style="width:50%; background-color:#A951D4; text-align:center;" {{!}} Fire Emblem Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[fireemblem:{{{fireemblem-pagename}}}|{{{fireemblem-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{fzerowiki-pagename|}}}
|
{{!}} style="width:50%; background-color:#A951D4; text-align:center;" {{!}} F-Zero Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[fzerowiki:{{{fzerowiki-pagename}}}|{{{fzerowiki-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{goldensun-pagename|}}}
|
{{!}} style="width:50%; background-color:#A951D4; text-align:center;" {{!}} Golden Sun Universe
{{!}} style="background-color:#FFFFFF;" {{!}} [[goldensun:{{{goldensun-pagename}}}|{{{goldensun-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{harddrop-pagename|}}}
|
{{!}} style="width:50%; background-color:#A951D4; text-align:center;" {{!}} Hard Drop Tetris Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[harddrop:{{{harddrop-pagename}}}|{{{harddrop-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{icaruspedia-pagename|}}}
|
{{!}} style="width:50%; background-color:#A951D4; text-align:center;" {{!}} Icaruspedia
{{!}} style="background-color:#FFFFFF;" {{!}} [[icaruspedia:{{{icaruspedia-pagename}}}|{{{icaruspedia-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{inkipedia-pagename|}}}
|
{{!}} style="width:50%; background-color:#A951D4; text-align:center;" {{!}} Inkipedia
{{!}} style="background-color:#FFFFFF;" {{!}} [[inkipedia:{{{inkipedia-pagename}}}|{{{inkipedia-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{khwiki-pagename|}}}
|
{{!}} style="width:50%; background-color:#A951D4; text-align:center;" {{!}} Kingdom Hearts Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[khwiki:{{{khwiki-pagename}}}|{{{khwiki-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{kovopedia-pagename|}}}
|
{{!}} style="width:50%; background-color:#A951D4; text-align:center;" {{!}} Kovopedia
{{!}} style="background-color:#FFFFFF;" {{!}} [[kovopedia:{{{kovopedia-pagename}}}|{{{kovopedia-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{metroidwiki-pagename|}}}
|
{{!}} style="width:50%; background-color:#A951D4; text-align:center;" {{!}} Metroid Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[metroidwiki:{{{metroidwiki-pagename}}}|{{{metroidwiki-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{mdfw-pagename|}}}
|
{{!}} style="width:50%; background-color:#A951D4; text-align:center;" {{!}} Mystery Dungeon Franchise Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[mdfw:{{{mdfw-pagename}}}|{{{mdfw-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{nwiki-pagename|}}}
|
{{!}} style="width:50%; background-color:#A951D4; text-align:center;" {{!}} Nintendo Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[nwiki:{{{nwiki-pagename}}}|{{{nwiki-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{nookipedia-pagename|}}}
|
{{!}} style="width:50%; background-color:#A951D4; text-align:center;" {{!}} Nookipedia
{{!}} style="background-color:#FFFFFF;" {{!}} [[nookipedia:{{{nookipedia-pagename}}}|{{{nookipedia-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{pikipedia-pagename|}}}
|
{{!}} style="width:50%; background-color:#A951D4; text-align:center;" {{!}} Pikipedia
{{!}} style="background-color:#FFFFFF;" {{!}} [[pikipedia:{{{pikipedia-pagename}}}|{{{pikipedia-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{smashwiki-pagename|}}}
|
{{!}} style="width:50%; background-color:#A951D4; text-align:center;" {{!}} Smash Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[smashwiki:{{{smashwiki-pagename}}}|{{{smashwiki-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{starfywiki-pagename|}}}
|
{{!}} style="width:50%; background-color:#A951D4; text-align:center;" {{!}} Starfy Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[starfywiki:{{{starfywiki-pagename}}}|{{{starfywiki-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{mariowiki-pagename|}}}
|
{{!}} style="width:50%; background-color:#A951D4; text-align:center;" {{!}} Super Mario Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[mariowiki:{{{mariowiki-pagename}}}|{{{mariowiki-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{switcher|}}}
|
{{!}} style="width:50%; background-color:#A951D4; text-align:center;" {{!}} Switcher.gg
{{!}} style="background-color:#FFFFFF;" {{!}} [[switcher:{{{switcher}}}|Find {{PAGENAME}} friends online]]
|
}}
{{!-}}
{{#if: {{{sw-pagename|}}}
|
{{!}} style="width:50%; background-color:#A951D4; text-align:center;" {{!}} StrategyWiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[strategywiki:{{{sw-pagename}}}|{{{sw-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{ukikipedia-pagename|}}}
|
{{!}} style="width:50%; background-color:#A951D4; text-align:center;" {{!}} Ukikipedia
{{!}} style="background-color:#FFFFFF;" {{!}} [[ukikipedia:{{{ukikipedia-pagename}}}|{{{ukikipedia-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{warswiki-pagename|}}}
|
{{!}} style="width:50%; background-color:#A951D4; text-align:center;" {{!}} Wars Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[warswiki:{{{warswiki-pagename}}}|{{{warswiki-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{wikibound-pagename|}}}
|
{{!}} style="width:50%; background-color:#A951D4; text-align:center;" {{!}} WikiBound
{{!}} style="background-color:#FFFFFF;" {{!}} [[wikibound:{{{wikibound-pagename}}}|{{{wikibound-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{wikirby-pagename|}}}
|
{{!}} style="width:50%; background-color:#A951D4; text-align:center;" {{!}} WiKirby
{{!}} style="background-color:#FFFFFF;" {{!}} [[wikirby:{{{wikirby-pagename}}}|{{{wikirby-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{zeldawiki-pagename|}}}
|
{{!}} style="width:50%; background-color:#A951D4; text-align:center;" {{!}} Zelda Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[zeldawiki:{{{zeldawiki-pagename}}}|{{{zeldawiki-pagename}}}]]
|
}}
|}
{| style="border:1px solid black; background-color:#FF9DFF; margin:0; border-bottom-left-radius:11px; border-bottom-right-radius:11px;" width="100%"
|colspan="2" style="background-color:#A951D4; text-align:center; border-bottom-left-radius:11px; border-bottom-right-radius:11px;"|{{Navbar|Infobox boss}}
|}
|}
<noinclude>
==Usage==
This infobox template is used on boss pages.
 
==Parameters==
<pre>
{{Infobox game
|align                = Changes the alignment of the template, if necessary. Default is set to "right".
|title                = Changes the title of the infobox if it is different from the page name. Otherwise, it uses the article's full title.
|image                = Provide the file name without "File:" to display an image. If no image is specified, an image asking for one to be uploaded is displayed.
|image_size          = Changes the image size.
|caption              = Provides an image caption.
|games                = The game(s) this boss appears in.
|location            = The location(s) this boss is found in.
|affiliation          = Other characters or factions this boss is associated with.
|weakness            = The boss's weakness
|other_information    = Any other information that you think is useful and doesn't fit in another parameter. Will appear on template if filled out.
|armswiki-pagename    = The following are interwiki links to their respective site. Will appear on template if filled out.
|bulbapedia-pagename  =
|dragaliawiki-pagename =
|dqwiki-pagename      =
|drawntolife-pagename =
|fireemblem-pagename  =
|fzero-pagename      =
|goldensun-pagename  =
|harddrop-pagename    =
|icaruspedia-pagename =
|inkipedia-pagename  =
|khwiki-pagename      =
|kovopedia-pagename  =
|metroidwiki-pagename =
|mdfw-pagename        =
|nookipedia-pagename  =
|nwiki-pagename      =
|pikipedia-pagename  =
|smashwiki-pagename  =
|starfywiki-pagename  =
|mariowiki-pagename  =
|switcher            =
|sw-pagename          =
|ukikipedia          =
|warswiki-pagename    =
|wikibound-pagename  =
|wikirby-pagename    =
|zeldawiki-pagename  =
}}
</pre>
===Blank template===
Remove the parameters you don't need.
<pre>
{{Infobox game
|align                =
|title                =
|image                =
|image_size          =
|caption              =
|games                =
|location            =
|affiliation          =
|weakness            =
|other_information    =
|armswiki-pagename    =
|bulbapedia-pagename  =
|dragaliawiki-pagename =
|dqwiki-pagename      =
|drawntolife-pagename =
|fireemblem-pagename  =
|fzero-pagename      =
|goldensun-pagename  =
|harddrop-pagename    =
|icaruspedia-pagename =
|inkipedia-pagename  =
|khwiki-pagename      =
|kovopedia-pagename  =
|metroidwiki-pagename =
|mdfw-pagename        =
|nookipedia-pagename  =
|nwiki-pagename      =
|pikipedia-pagename  =
|smashwiki-pagename  =
|starfywiki-pagename  =
|mariowiki-pagename  =
|switcher            =
|sw-pagename          =
|ukikipedia          =
|warswiki-pagename    =
|wikibound-pagename  =
|wikirby-pagename    =
|zeldawiki-pagename  =
}}
</pre>
 
=[[Template:Infobox character]]=
{| class="boss infobox infobox" cellpadding=2 cellspacing=2 float-{{{align|right}}} width=280px style="border:1px solid #093AD9; border-radius: 11px; background-color:#9CA9E8; padding: 2px;"
|-
|
{| style="border:1px solid #093AD9; background-color:#9CA9E8; margin:0; border-top-left-radius: 11px; border-top-right-radius: 11px;" width="100%" 
! style="border:1px solid #093AD9; background-color:#3B69FF; border-top-left-radius: 11px; border-top-right-radius: 11px;" width="100%"|  {{{title|{{PAGENAME}}}}}
|-
! colspan="2" | {{#if:{{{image|}}} |[[File:{{{image}}}|{{{image_size}}}]]|[[File:Needed.png]]<br>''No image yet''<includeonly>[[Category:Infoboxes lacking images]]</includeonly>}} {{#if:{{{caption|}}} | <br>''{{{caption}}}'' }}
|}
|-
|
{| style="border:1px solid #093AD9; background-color:#9CA9E8; margin:0; width:100%"
! colspan="2" style="background-color:#3B69FF;"| Details
|-style="text-align:center;"
!style="background-color:#3B69FF;" | Home planet
|style="background-color:#FFFFFF; text-align:left;" | {{{home_planet}}}
|-
!style="background-color:#3B69FF;" | Role
|style="background-color:#FFFFFF;" | {{{role}}}
|-
!style="background-color:#3B69FF;" | Premier Game
|style="background-color:#FFFFFF;" | {{{premier_game}}}
|-
!style="background-color:#3B69FF;" | Affiliations
|style="background-color:#FFFFFF;" | {{{affiliation}}}
|-
!style="background-color:#3B69FF;" | Race
|style="background-color:#FFFFFF; text-align:left;" | {{{race}}}
|-
!style="background-color:#3B69FF;" | Family
|style="background-color:#FFFFFF;" | {{{family}}}
|-
!style="background-color:#3B69FF;" | Alias
|style="background-color:#FFFFFF;" | {{{alias}}}
|-
!style="background-color:#3B69FF;" | Teams
|style="background-color:#FFFFFF;" | {{{teams}}}
{{#if:{{{other_info|}}} |
{{!-}}
!style="background-color:#3B69FF;" {{!}}Other information
{{!}}style="background-color:#FFFFFF;" {{!}}{{{other_info}}}|}}
|}
{| style="border:1px solid #093AD9; background-color:#9CA9E8; margin:0;" width="100%"
! colspan="2" style="background-color:#3B69FF;"| On partnered sites
|-
{{#if: {{{armswiki-pagename|}}}
|
{{!}} style="width:50%; background-color:#3B69FF; text-align:center;" {{!}} ARMS Institute
{{!}} style="background-color:#FFFFFF;" {{!}} [[armswiki:{{{armswiki-pagename}}}|{{{armswiki-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{bulbapedia-pagename|}}}
|
{{!}} style="width:50%; background-color:#3B69FF; text-align:center;" {{!}} Bulbapedia
{{!}} style="background-color:#FFFFFF;" {{!}} [[bulbapedia:{{{bulbapedia-pagename}}}|{{{bulbapedia-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{dragaliawiki-pagename|}}}
|
{{!}} style="width:50%; background-color:#3B69FF; text-align:center;" {{!}} Dragalia Lost Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[dragaliawiki:{{{dragaliawiki-pagename}}}|{{{dragaliawiki-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{dqwiki-pagename|}}}
|
{{!}} style="width:50%; background-color:#3B69FF; text-align:center;" {{!}} Dragon Quest Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[dqwiki:{{{dqwiki-pagename}}}|{{{dqwiki-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{drawntolife-pagename|}}}
|
{{!}} style="width:50%; background-color:#3B69FF; text-align:center;" {{!}} Drawn to Life Wapopedia
{{!}} style="background-color:#FFFFFF;" {{!}} [[drawntolife:{{{drawntolife-pagename}}}|{{{drawntolife-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{fireemblem-pagename|}}}
|
{{!}} style="width:50%; background-color:#3B69FF; text-align:center;" {{!}} Fire Emblem Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[fireemblem:{{{fireemblem-pagename}}}|{{{fireemblem-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{fzerowiki-pagename|}}}
|
{{!}} style="width:50%; background-color:#3B69FF; text-align:center;" {{!}} F-Zero Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[fzerowiki:{{{fzerowiki-pagename}}}|{{{fzerowiki-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{goldensun-pagename|}}}
|
{{!}} style="width:50%; background-color:#3B69FF; text-align:center;" {{!}} Golden Sun Universe
{{!}} style="background-color:#FFFFFF;" {{!}} [[goldensun:{{{goldensun-pagename}}}|{{{goldensun-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{harddrop-pagename|}}}
|
{{!}} style="width:50%; background-color:#3B69FF; text-align:center;" {{!}} Hard Drop Tetris Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[harddrop:{{{harddrop-pagename}}}|{{{harddrop-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{icaruspedia-pagename|}}}
|
{{!}} style="width:50%; background-color:#3B69FF; text-align:center;" {{!}} Icaruspedia
{{!}} style="background-color:#FFFFFF;" {{!}} [[icaruspedia:{{{icaruspedia-pagename}}}|{{{icaruspedia-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{inkipedia-pagename|}}}
|
{{!}} style="width:50%; background-color:#3B69FF; text-align:center;" {{!}} Inkipedia
{{!}} style="background-color:#FFFFFF;" {{!}} [[inkipedia:{{{inkipedia-pagename}}}|{{{inkipedia-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{khwiki-pagename|}}}
|
{{!}} style="width:50%; background-color:#3B69FF; text-align:center;" {{!}} Kingdom Hearts Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[khwiki:{{{khwiki-pagename}}}|{{{khwiki-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{kovopedia-pagename|}}}
|
{{!}} style="width:50%; background-color:#3B69FF; text-align:center;" {{!}} Kovopedia
{{!}} style="background-color:#FFFFFF;" {{!}} [[kovopedia:{{{kovopedia-pagename}}}|{{{kovopedia-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{metroidwiki-pagename|}}}
|
{{!}} style="width:50%; background-color:#3B69FF; text-align:center;" {{!}} Metroid Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[metroidwiki:{{{metroidwiki-pagename}}}|{{{metroidwiki-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{mdfw-pagename|}}}
|
{{!}} style="width:50%; background-color:#3B69FF; text-align:center;" {{!}} Mystery Dungeon Franchise Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[mdfw:{{{mdfw-pagename}}}|{{{mdfw-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{nwiki-pagename|}}}
|
{{!}} style="width:50%; background-color:#3B69FF; text-align:center;" {{!}} Nintendo Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[nwiki:{{{nwiki-pagename}}}|{{{nwiki-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{nookipedia-pagename|}}}
|
{{!}} style="width:50%; background-color:#3B69FF; text-align:center;" {{!}} Nookipedia
{{!}} style="background-color:#FFFFFF;" {{!}} [[nookipedia:{{{nookipedia-pagename}}}|{{{nookipedia-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{pikipedia-pagename|}}}
|
{{!}} style="width:50%; background-color:#3B69FF; text-align:center;" {{!}} Pikipedia
{{!}} style="background-color:#FFFFFF;" {{!}} [[pikipedia:{{{pikipedia-pagename}}}|{{{pikipedia-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{smashwiki-pagename|}}}
|
{{!}} style="width:50%; background-color:#3B69FF; text-align:center;" {{!}} Smash Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[smashwiki:{{{smashwiki-pagename}}}|{{{smashwiki-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{starfywiki-pagename|}}}
|
{{!}} style="width:50%; background-color:#3B69FF; text-align:center;" {{!}} Starfy Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[starfywiki:{{{starfywiki-pagename}}}|{{{starfywiki-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{mariowiki-pagename|}}}
|
{{!}} style="width:50%; background-color:#3B69FF; text-align:center;" {{!}} Super Mario Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[mariowiki:{{{mariowiki-pagename}}}|{{{mariowiki-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{switcher|}}}
|
{{!}} style="width:50%; background-color:#3B69FF; text-align:center;" {{!}} Switcher.gg
{{!}} style="background-color:#FFFFFF;" {{!}} [[switcher:{{{switcher}}}|Find {{PAGENAME}} friends online]]
|
}}
{{!-}}
{{#if: {{{sw-pagename|}}}
|
{{!}} style="width:50%; background-color:#3B69FF; text-align:center;" {{!}} StrategyWiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[strategywiki:{{{sw-pagename}}}|{{{sw-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{ukikipedia-pagename|}}}
|
{{!}} style="width:50%; background-color:#3B69FF; text-align:center;" {{!}} Ukikipedia
{{!}} style="background-color:#FFFFFF;" {{!}} [[ukikipedia:{{{ukikipedia-pagename}}}|{{{ukikipedia-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{warswiki-pagename|}}}
|
{{!}} style="width:50%; background-color:#3B69FF; text-align:center;" {{!}} Wars Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[warswiki:{{{warswiki-pagename}}}|{{{warswiki-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{wikibound-pagename|}}}
|
{{!}} style="width:50%; background-color:#3B69FF; text-align:center;" {{!}} WikiBound
{{!}} style="background-color:#FFFFFF;" {{!}} [[wikibound:{{{wikibound-pagename}}}|{{{wikibound-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{wikirby-pagename|}}}
|
{{!}} style="width:50%; background-color:#3B69FF; text-align:center;" {{!}} WiKirby
{{!}} style="background-color:#FFFFFF;" {{!}} [[wikirby:{{{wikirby-pagename}}}|{{{wikirby-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{zeldawiki-pagename|}}}
|
{{!}} style="width:50%; background-color:#3B69FF; text-align:center;" {{!}} Zelda Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[zeldawiki:{{{zeldawiki-pagename}}}|{{{zeldawiki-pagename}}}]]
|
}}
|}
{| style="border:1px solid #093AD9; background-color:#9CA9E8; margin:0; border-bottom-left-radius:11px; border-bottom-right-radius:11px;" width="100%"
|colspan="2" style="background-color:#3B69FF; text-align:center; border-bottom-left-radius:11px; border-bottom-right-radius:11px;"|{{Navbar|Infobox character}}
|}
|}
<noinclude>
==Usage==
This infobox template is used on character pages. This template takes priority over [[Template:Infobox boss]] if the character is a major character (i.e. [[Wolf O'Donnell]] or [[Panther Caroso]]).
 
==Parameters==
<pre>
{{Infobox game
|align                = Changes the alignment of the template, if necessary. Default is set to "right".
|title                = Changes the title of the infobox if it is different from the page name. Otherwise, it uses the article's full title.
|image                = Provide the file name without "File:" to display an image. If no image is specified, an image asking for one to be uploaded is displayed.
|image_size          = Changes the image size.
|caption              = Provides an image caption.
|home_planet          = The planet this character originates from.
|role                = The role or roles this character has fulfilled.
|premiere_game        = The first game this character appears in.
|affiliations        = Any groups this character has affiliated with.
|race                = The species this character is.
|family              = Any known family members this character is related to.
|alias                = Any aliases this character has been known by.
|teams                = Any teams this character has been a part of.
|other_information    = Any other information that you think is useful and doesn't fit in another parameter. Will appear on template if filled out.
|armswiki-pagename    = The following are interwiki links to their respective site. Will appear on template if filled out.
|bulbapedia-pagename  =
|dragaliawiki-pagename =
|dqwiki-pagename      =
|drawntolife-pagename =
|fireemblem-pagename  =
|fzero-pagename      =
|goldensun-pagename  =
|harddrop-pagename    =
|icaruspedia-pagename =
|inkipedia-pagename  =
|khwiki-pagename      =
|kovopedia-pagename  =
|metroidwiki-pagename =
|mdfw-pagename        =
|nookipedia-pagename  =
|nwiki-pagename      =
|pikipedia-pagename  =
|smashwiki-pagename  =
|starfywiki-pagename  =
|mariowiki-pagename  =
|switcher            =
|sw-pagename          =
|ukikipedia          =
|warswiki-pagename    =
|wikibound-pagename  =
|wikirby-pagename    =
|zeldawiki-pagename  =
}}
</pre>
===Blank template===
Remove the parameters you don't need.
<pre>
{{Infobox game
|align                =
|title                =
|image                =
|image_size          =
|caption              =
|home_planet          =
|role                =
|premiere_game        =
|affiliations        =
|race                =
|family              =
|alias                =
|teams                =
|other_information    =
|armswiki-pagename    =
|bulbapedia-pagename  =
|dragaliawiki-pagename =
|dqwiki-pagename      =
|drawntolife-pagename =
|fireemblem-pagename  =
|fzero-pagename      =
|goldensun-pagename  =
|harddrop-pagename    =
|icaruspedia-pagename =
|inkipedia-pagename  =
|khwiki-pagename      =
|kovopedia-pagename  =
|metroidwiki-pagename =
|mdfw-pagename        =
|nookipedia-pagename  =
|nwiki-pagename      =
|pikipedia-pagename  =
|smashwiki-pagename  =
|starfywiki-pagename  =
|mariowiki-pagename  =
|switcher            =
|sw-pagename          =
|ukikipedia          =
|warswiki-pagename    =
|wikibound-pagename  =
|wikirby-pagename    =
|zeldawiki-pagename  =
}}
</pre>
 
=[[Template:Infobox console]]=
{| class="console infobox infobox" cellpadding=2 cellspacing=2 float-{{{align|right}}} width=280px style="border:1px solid #000000; border-radius: 11px; background-color:#FFFFFF; padding: 2px;"
|-
|
{| style="border:1px solid #000000; background-color:#FFFFFF; margin:0; border-top-left-radius: 11px; border-top-right-radius: 11px;" width="100%" 
! style="border:1px solid #000000; background-color:#000000; border-top-left-radius: 11px; border-top-right-radius: 11px; color:#FFFFFF;" width="100%"|  {{{title|{{PAGENAME}}}}}
|-
! colspan="2" | {{#if:{{{image|}}} |[[File:{{{image}}}|{{{image_size}}}]]|[[File:Needed.png]]<br>''No image yet''<includeonly>[[Category:Infoboxes lacking images]]</includeonly>}} {{#if:{{{caption|}}} | <br>''{{{caption}}}'' }}
|}
|-
|
{| style="border:1px solid #000000; background-color:#FFFFFF; margin:0; width:100%"
! colspan="2" style="background-color:#000000; color:#FFFFFF;"| Details
|-style="text-align:center;"
!style="background-color:#000000; color:#FFFFFF;" | Release Dates
|style="background-color:#FFFFFF; text-align:left;" | {{{released}}}
|-
!style="background-color:#000000; color:#FFFFFF;" | Console Generation
|style="background-color:#FFFFFF;" | [[wikipedia:History of video game consoles ({{#switch: {{{gen|4}}}|1=first|2=second|3=third|4=fourth|5=fifth|6=sixth|7=seventh|8=eighth|9=ninth|10=tenth}} generation)|{{#switch: {{{gen|4}}}|1=First|2=Second|3=Third|4=Fourth|5=Fifth|6=Sixth|7=Seventh|8=Eighth|9=Ninth|10=Tenth}} generation]]
|-
!style="background-color:#000000; color:#FFFFFF;" | ''Star Fox'' Titles
|style="background-color:#FFFFFF;" | {{{games}}}
{{#if:{{{other_info|}}} |
{{!-}}
!style="background-color:#000000; color:#FFFFFF" {{!}}Other information
{{!}}style="background-color:#FFFFFF;" {{!}}{{{other_info}}}|}}
|}
{| style="border:1px solid #000000; background-color:#FFFFFF; margin:0;" width="100%"
! colspan="2" style="background-color:#000000; color:#FFFFFF;"| On partnered sites
|-
{{#if: {{{armswiki-pagename|}}}
|
{{!}} style="width:50%; background-color:#000000; color:#FFFFFF; text-align:center;" {{!}} ARMS Institute
{{!}} style="background-color:#FFFFFF;" {{!}} [[armswiki:{{{armswiki-pagename}}}|{{{armswiki-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{bulbapedia-pagename|}}}
|
{{!}} style="width:50%; background-color:#000000; color:#FFFFFF; text-align:center;" {{!}} Bulbapedia
{{!}} style="background-color:#FFFFFF;" {{!}} [[bulbapedia:{{{bulbapedia-pagename}}}|{{{bulbapedia-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{dragaliawiki-pagename|}}}
|
{{!}} style="width:50%; background-color:#000000; color:#FFFFFF; text-align:center;" {{!}} Dragalia Lost Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[dragaliawiki:{{{dragaliawiki-pagename}}}|{{{dragaliawiki-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{dqwiki-pagename|}}}
|
{{!}} style="width:50%; background-color:#000000; color:#FFFFFF; text-align:center;" {{!}} Dragon Quest Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[dqwiki:{{{dqwiki-pagename}}}|{{{dqwiki-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{drawntolife-pagename|}}}
|
{{!}} style="width:50%; background-color:#000000; color:#FFFFFF; text-align:center;" {{!}} Drawn to Life Wapopedia
{{!}} style="background-color:#FFFFFF;" {{!}} [[drawntolife:{{{drawntolife-pagename}}}|{{{drawntolife-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{fireemblem-pagename|}}}
|
{{!}} style="width:50%; background-color:#000000; color:#FFFFFF; text-align:center;" {{!}} Fire Emblem Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[fireemblem:{{{fireemblem-pagename}}}|{{{fireemblem-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{fzerowiki-pagename|}}}
|
{{!}} style="width:50%; background-color:#000000; color:#FFFFFF; text-align:center;" {{!}} F-Zero Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[fzerowiki:{{{fzerowiki-pagename}}}|{{{fzerowiki-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{goldensun-pagename|}}}
|
{{!}} style="width:50%; background-color:#000000; color:#FFFFFF; text-align:center;" {{!}} Golden Sun Universe
{{!}} style="background-color:#FFFFFF;" {{!}} [[goldensun:{{{goldensun-pagename}}}|{{{goldensun-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{harddrop-pagename|}}}
|
{{!}} style="width:50%; background-color:#000000; color:#FFFFFF; text-align:center;" {{!}} Hard Drop Tetris Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[harddrop:{{{harddrop-pagename}}}|{{{harddrop-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{icaruspedia-pagename|}}}
|
{{!}} style="width:50%; background-color:#000000; color:#FFFFFF; text-align:center;" {{!}} Icaruspedia
{{!}} style="background-color:#FFFFFF;" {{!}} [[icaruspedia:{{{icaruspedia-pagename}}}|{{{icaruspedia-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{inkipedia-pagename|}}}
|
{{!}} style="width:50%; background-color:#000000; color:#FFFFFF; text-align:center;" {{!}} Inkipedia
{{!}} style="background-color:#FFFFFF;" {{!}} [[inkipedia:{{{inkipedia-pagename}}}|{{{inkipedia-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{khwiki-pagename|}}}
|
{{!}} style="width:50%; background-color:#000000; color:#FFFFFF; text-align:center;" {{!}} Kingdom Hearts Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[khwiki:{{{khwiki-pagename}}}|{{{khwiki-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{kovopedia-pagename|}}}
|
{{!}} style="width:50%; background-color:#000000; color:#FFFFFF; text-align:center;" {{!}} Kovopedia
{{!}} style="background-color:#FFFFFF;" {{!}} [[kovopedia:{{{kovopedia-pagename}}}|{{{kovopedia-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{metroidwiki-pagename|}}}
|
{{!}} style="width:50%; background-color:#000000; color:#FFFFFF; text-align:center;" {{!}} Metroid Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[metroidwiki:{{{metroidwiki-pagename}}}|{{{metroidwiki-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{mdfw-pagename|}}}
|
{{!}} style="width:50%; background-color:#000000; color:#FFFFFF; text-align:center;" {{!}} Mystery Dungeon Franchise Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[mdfw:{{{mdfw-pagename}}}|{{{mdfw-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{nwiki-pagename|}}}
|
{{!}} style="width:50%; background-color:#000000; color:#FFFFFF; text-align:center;" {{!}} Nintendo Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[nwiki:{{{nwiki-pagename}}}|{{{nwiki-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{nookipedia-pagename|}}}
|
{{!}} style="width:50%; background-color:#000000; color:#FFFFFF; text-align:center;" {{!}} Nookipedia
{{!}} style="background-color:#FFFFFF;" {{!}} [[nookipedia:{{{nookipedia-pagename}}}|{{{nookipedia-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{pikipedia-pagename|}}}
|
{{!}} style="width:50%; background-color:#000000; color:#FFFFFF; text-align:center;" {{!}} Pikipedia
{{!}} style="background-color:#FFFFFF;" {{!}} [[pikipedia:{{{pikipedia-pagename}}}|{{{pikipedia-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{smashwiki-pagename|}}}
|
{{!}} style="width:50%; background-color:#000000; color:#FFFFFF; text-align:center;" {{!}} Smash Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[smashwiki:{{{smashwiki-pagename}}}|{{{smashwiki-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{starfywiki-pagename|}}}
|
{{!}} style="width:50%; background-color:#000000; color:#FFFFFF; text-align:center;" {{!}} Starfy Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[starfywiki:{{{starfywiki-pagename}}}|{{{starfywiki-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{mariowiki-pagename|}}}
|
{{!}} style="width:50%; background-color:#000000; color:#FFFFFF; text-align:center;" {{!}} Super Mario Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[mariowiki:{{{mariowiki-pagename}}}|{{{mariowiki-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{switcher|}}}
|
{{!}} style="width:50%; background-color:#000000; color:#FFFFFF; text-align:center;" {{!}} Switcher.gg
{{!}} style="background-color:#FFFFFF;" {{!}} [[switcher:{{{switcher}}}|Find {{PAGENAME}} friends online]]
|
}}
{{!-}}
{{#if: {{{sw-pagename|}}}
|
{{!}} style="width:50%; background-color:#000000; color:#FFFFFF; text-align:center;" {{!}} StrategyWiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[strategywiki:{{{sw-pagename}}}|{{{sw-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{ukikipedia-pagename|}}}
|
{{!}} style="width:50%; background-color:#000000; color:#FFFFFF; text-align:center;" {{!}} Ukikipedia
{{!}} style="background-color:#FFFFFF;" {{!}} [[ukikipedia:{{{ukikipedia-pagename}}}|{{{ukikipedia-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{warswiki-pagename|}}}
|
{{!}} style="width:50%; background-color:#000000; color:#FFFFFF; text-align:center;" {{!}} Wars Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[warswiki:{{{warswiki-pagename}}}|{{{warswiki-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{wikibound-pagename|}}}
|
{{!}} style="width:50%; background-color:#000000; color:#FFFFFF; text-align:center;" {{!}} WikiBound
{{!}} style="background-color:#FFFFFF;" {{!}} [[wikibound:{{{wikibound-pagename}}}|{{{wikibound-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{wikirby-pagename|}}}
|
{{!}} style="width:50%; background-color:#000000; color:#FFFFFF; text-align:center;" {{!}} WiKirby
{{!}} style="background-color:#FFFFFF;" {{!}} [[wikirby:{{{wikirby-pagename}}}|{{{wikirby-pagename}}}]]
|
}}
{{!-}}
{{#if: {{{zeldawiki-pagename|}}}
|
{{!}} style="width:50%; background-color:#000000; color:#FFFFFF; text-align:center;" {{!}} Zelda Wiki
{{!}} style="background-color:#FFFFFF;" {{!}} [[zeldawiki:{{{zeldawiki-pagename}}}|{{{zeldawiki-pagename}}}]]
|
}}
|}
{| style="border:1px solid #000000; background-color:#FFFFFF; margin:0; border-bottom-left-radius:11px; border-bottom-right-radius:11px;" width="100%"
|colspan="2" style="background-color:#000000; color:#FFFFFF; text-align:center; border-bottom-left-radius:11px; border-bottom-right-radius:11px;"|{{Navbar|Infobox console}}
|}
|}
<noinclude>
==Usage==
This infobox template is used on console pages.
 
==Parameters==
<pre>
{{Infobox game
|align                = Changes the alignment of the template, if necessary. Default is set to "right".
|title                = Changes the title of the infobox if it is different from the page name. Otherwise, it uses the article's full title.
|image                = Provide the file name without "File:" to display an image. If no image is specified, an image asking for one to be uploaded is displayed.
|image_size          = Changes the image size.
|caption              = Provides an image caption.
|release              = Release dates for the console in various regions.
|gen                  = The generation of consoles this console released in. Use numbers to signify what generation you're looking for (i.e. "1" for the first generation, etc.). Defaults to the fourth generation (the Super Nintendo Entertainment System).
|games                = Star Fox-related games that released on the console.
|other_information    = Any other information that you think is useful and doesn't fit in another parameter. Will appear on template if filled out.
|armswiki-pagename    = The following are interwiki links to their respective site. Will appear on template if filled out.
|bulbapedia-pagename  =
|dragaliawiki-pagename =
|dqwiki-pagename      =
|drawntolife-pagename =
|fireemblem-pagename  =
|fzero-pagename      =
|goldensun-pagename  =
|harddrop-pagename    =
|icaruspedia-pagename =
|inkipedia-pagename  =
|khwiki-pagename      =
|kovopedia-pagename  =
|metroidwiki-pagename =
|mdfw-pagename        =
|nookipedia-pagename  =
|nwiki-pagename      =
|pikipedia-pagename  =
|smashwiki-pagename  =
|starfywiki-pagename  =
|mariowiki-pagename  =
|switcher            =
|sw-pagename          =
|ukikipedia          =
|warswiki-pagename    =
|wikibound-pagename  =
|wikirby-pagename    =
|zeldawiki-pagename  =
}}
</pre>
===Blank template===
Remove the parameters you don't need.
<pre>
{{Infobox game
|align                =
|title                =
|image                =
|image_size          =
|caption              =
|release              =
|gen                  =
|games                =
|other_information    =
|armswiki-pagename    =
|bulbapedia-pagename  =
|dragaliawiki-pagename =
|dqwiki-pagename      =
|drawntolife-pagename =  
|fireemblem-pagename  =  
|fireemblem-pagename  =  
|fzero-pagename      =  
|fzero-pagename      =  
Line 287: Line 1,407:
|icaruspedia-pagename =  
|icaruspedia-pagename =  
|inkipedia-pagename  =  
|inkipedia-pagename  =  
|khwiki-pagename      =
|kovopedia-pagename  =
|metroidwiki-pagename =  
|metroidwiki-pagename =  
|mdfw-pagename        =
|nookipedia-pagename  =  
|nookipedia-pagename  =  
|nwiki-pagename      =  
|nwiki-pagename      =  
Line 296: Line 1,419:
|switcher            =  
|switcher            =  
|sw-pagename          =  
|sw-pagename          =  
|ukikipedia          =
|warswiki-pagename    =  
|warswiki-pagename    =  
|wikibound-pagename  =  
|wikibound-pagename  =  

Latest revision as of 04:06, 3 October 2023

Templates that should be integrated/removed

  • {{tablebegin}} - Just {| in "includeonly" tags. Outdated. Only works if templates are in pieces, which is something that should be avoided.
  • {{Infobox Begin}} - Used to define infobox type, color, picture, etc.
  • {{Infobox Table}} - Used to define details of the subject. Parameters are not fully fleshed out and have a limit scope. Any additional parameters (like Chronology) need to be hand-coded in. Starts expanded, but tables added within it start collapsed. The tables are inconsistent. It is possible to hide only optional parameters.
  • {{Infobox-External}} - Used to define external links. Boarder is not set up properly, resulting in an oddity with the rest of the template. Starts collapsed, but should just be hidden parameters that show when defined.
  • {{Infobox End}} - Just |} in "includeonly" tags. Outdated. Only works if templates are in pieces, which is something that should be avoided.
  • {{Game color border}}, {{Character color border}}, etc. - Templates that are never used outside of their intended infobox, and are never defined outside of the template itself. It's easier to just type out the color.
  • {{Game color 1}}, {{Character color 1}}, etc. - "
  • {{Game color 2}}, {{Character color 2}}, etc. - "

Parameters that should be integrated/removed

  • class - There's no default to parameters like templates have, so this should just be written out anyway. Sometimes isn't even properly defined.
  • boarder - Changed by {{Game color border}}, etc. Should just be written out.
  • style1 - Changed by {{Game color 1}}, etc. Should just be written out.
  • style2 - Changed by {{Game color 2}}, etc. Should just be written out.
  • subject - Irrelevant parameter. Subject is the infobox template type. Parameter is largely ignored.
  • style - Repetitive parameter. Could be defined by a unified parameter.
  • colors - Repetitive parameter. Could be defined by a unified parameter.
  • Info1name, Info1details, and such - Parameters that are specifically meant to call other parameters. Just use the intended parameter.

Ignoring these will not cause the template to break, but will result in leftover code.

Templates

Alex95/Sandbox
Needed.png

Have an image of this game? Why not upload it?
Details
Chronology
← N/A Alex95 N/A →

Template:Infobox game

Alex95/Sandbox
Needed.png
No image yet
Details
Developer {{{developer}}}
Publisher {{{publisher}}}
Console(s) {{{console}}}
Release date(s) {{{release}}}
Genre {{{genre}}}
Rating(s) {{{ratings}}}
Chronology
N/A Alex95/Sandbox N/A
On partnered sites

Usage

This infobox template is used on video game pages.

Parameters

{{Infobox game
|align                = Changes the alignment of the template, if necessary. Default is set to "right".
|title                = Changes the title of the infobox and the title in Chronology if it is different from the page name. Otherwise, it uses the article's full title.
|image                = Provide the file name without "File:" to display an image. If no image is specified, an image asking for one to be uploaded is displayed.
|image_size           = Changes the image size.
|caption              = Provides an image caption.
|developer            = The game's developer.
|publisher            = The game's publisher.
|console              = The console(s) the game released on.
|release              = Release date(s) and region(s) the game released on.
|genre                = The game's genre.
|rating               = The game's rating(s) in all regions.
|other_information    = Any other information that you think is useful and doesn't fit in another parameter. Will appear on template if filled out.
|prev_release         = The previous game released before the subject, if any.
|next_release         = The next game released after the subject, if any.
|armswiki-pagename    = The following are interwiki links to their respective site. Will appear on template if filled out.
|bulbapedia-pagename  = 
|dragaliawiki-pagename = 
|dqwiki-pagename      = 
|drawntolife-pagename = 
|fireemblem-pagename  = 
|fzero-pagename       = 
|goldensun-pagename   = 
|harddrop-pagename    = 
|icaruspedia-pagename = 
|inkipedia-pagename   = 
|khwiki-pagename      = 
|kovopedia-pagename   = 
|metroidwiki-pagename = 
|mdfw-pagename        =
|nookipedia-pagename  = 
|nwiki-pagename       = 
|pikipedia-pagename   = 
|smashwiki-pagename   = 
|starfywiki-pagename  = 
|mariowiki-pagename   = 
|switcher             = 
|sw-pagename          = 
|ukikipedia           = 
|warswiki-pagename    = 
|wikibound-pagename   = 
|wikirby-pagename     = 
|zeldawiki-pagename   = 
}}

Blank template

Remove the parameters you don't need.

{{Infobox game
|align                = 
|title                = 
|image                = 
|image_size           = 
|caption              = 
|developer            = 
|publisher            = 
|console              = 
|release              = 
|genre                = 
|rating               = 
|other_information    = 
|prev_release         = 
|next_release         = 
|armswiki-pagename    = 
|bulbapedia-pagename  = 
|dragaliawiki-pagename = 
|dqwiki-pagename      = 
|drawntolife-pagename = 
|fireemblem-pagename  = 
|fzero-pagename       = 
|goldensun-pagename   = 
|harddrop-pagename    = 
|icaruspedia-pagename = 
|inkipedia-pagename   = 
|khwiki-pagename      = 
|kovopedia-pagename   = 
|metroidwiki-pagename = 
|mdfw-pagename        =
|nookipedia-pagename  = 
|nwiki-pagename       = 
|pikipedia-pagename   = 
|smashwiki-pagename   = 
|starfywiki-pagename  = 
|mariowiki-pagename   = 
|switcher             = 
|sw-pagename          = 
|ukikipedia           = 
|warswiki-pagename    = 
|wikibound-pagename   = 
|wikirby-pagename     = 
|zeldawiki-pagename   = 
}}

Template:Infobox boss

Alex95/Sandbox
Needed.png
No image yet
Details
Game(s) {{{games}}}
Location(s) {{{location}}}
Affiliation(s) {{{affiliation}}}
Weakness {{{weakness}}}
On partnered sites

Usage

This infobox template is used on boss pages.

Parameters

{{Infobox game
|align                = Changes the alignment of the template, if necessary. Default is set to "right".
|title                = Changes the title of the infobox if it is different from the page name. Otherwise, it uses the article's full title.
|image                = Provide the file name without "File:" to display an image. If no image is specified, an image asking for one to be uploaded is displayed.
|image_size           = Changes the image size.
|caption              = Provides an image caption.
|games                = The game(s) this boss appears in.
|location             = The location(s) this boss is found in.
|affiliation          = Other characters or factions this boss is associated with.
|weakness             = The boss's weakness
|other_information    = Any other information that you think is useful and doesn't fit in another parameter. Will appear on template if filled out.
|armswiki-pagename    = The following are interwiki links to their respective site. Will appear on template if filled out.
|bulbapedia-pagename  = 
|dragaliawiki-pagename = 
|dqwiki-pagename      = 
|drawntolife-pagename = 
|fireemblem-pagename  = 
|fzero-pagename       = 
|goldensun-pagename   = 
|harddrop-pagename    = 
|icaruspedia-pagename = 
|inkipedia-pagename   = 
|khwiki-pagename      = 
|kovopedia-pagename   = 
|metroidwiki-pagename = 
|mdfw-pagename        =
|nookipedia-pagename  = 
|nwiki-pagename       = 
|pikipedia-pagename   = 
|smashwiki-pagename   = 
|starfywiki-pagename  = 
|mariowiki-pagename   = 
|switcher             = 
|sw-pagename          = 
|ukikipedia           = 
|warswiki-pagename    = 
|wikibound-pagename   = 
|wikirby-pagename     = 
|zeldawiki-pagename   = 
}}

Blank template

Remove the parameters you don't need.

{{Infobox game
|align                = 
|title                = 
|image                = 
|image_size           = 
|caption              = 
|games                = 
|location             = 
|affiliation          = 
|weakness             =
|other_information    = 
|armswiki-pagename    = 
|bulbapedia-pagename  = 
|dragaliawiki-pagename = 
|dqwiki-pagename      = 
|drawntolife-pagename = 
|fireemblem-pagename  = 
|fzero-pagename       = 
|goldensun-pagename   = 
|harddrop-pagename    = 
|icaruspedia-pagename = 
|inkipedia-pagename   = 
|khwiki-pagename      = 
|kovopedia-pagename   = 
|metroidwiki-pagename = 
|mdfw-pagename        =
|nookipedia-pagename  = 
|nwiki-pagename       = 
|pikipedia-pagename   = 
|smashwiki-pagename   = 
|starfywiki-pagename  = 
|mariowiki-pagename   = 
|switcher             = 
|sw-pagename          = 
|ukikipedia           = 
|warswiki-pagename    = 
|wikibound-pagename   = 
|wikirby-pagename     = 
|zeldawiki-pagename   = 
}}

Template:Infobox character

Alex95/Sandbox
Needed.png
No image yet
Details
Home planet {{{home_planet}}}
Role {{{role}}}
Premier Game {{{premier_game}}}
Affiliations {{{affiliation}}}
Race {{{race}}}
Family {{{family}}}
Alias {{{alias}}}
Teams {{{teams}}}
On partnered sites

Usage

This infobox template is used on character pages. This template takes priority over Template:Infobox boss if the character is a major character (i.e. Wolf O'Donnell or Panther Caroso).

Parameters

{{Infobox game
|align                = Changes the alignment of the template, if necessary. Default is set to "right".
|title                = Changes the title of the infobox if it is different from the page name. Otherwise, it uses the article's full title.
|image                = Provide the file name without "File:" to display an image. If no image is specified, an image asking for one to be uploaded is displayed.
|image_size           = Changes the image size.
|caption              = Provides an image caption.
|home_planet          = The planet this character originates from.
|role                 = The role or roles this character has fulfilled.
|premiere_game        = The first game this character appears in.
|affiliations         = Any groups this character has affiliated with.
|race                 = The species this character is.
|family               = Any known family members this character is related to.
|alias                = Any aliases this character has been known by.
|teams                = Any teams this character has been a part of.
|other_information    = Any other information that you think is useful and doesn't fit in another parameter. Will appear on template if filled out.
|armswiki-pagename    = The following are interwiki links to their respective site. Will appear on template if filled out.
|bulbapedia-pagename  = 
|dragaliawiki-pagename = 
|dqwiki-pagename      = 
|drawntolife-pagename = 
|fireemblem-pagename  = 
|fzero-pagename       = 
|goldensun-pagename   = 
|harddrop-pagename    = 
|icaruspedia-pagename = 
|inkipedia-pagename   = 
|khwiki-pagename      = 
|kovopedia-pagename   = 
|metroidwiki-pagename = 
|mdfw-pagename        =
|nookipedia-pagename  = 
|nwiki-pagename       = 
|pikipedia-pagename   = 
|smashwiki-pagename   = 
|starfywiki-pagename  = 
|mariowiki-pagename   = 
|switcher             = 
|sw-pagename          = 
|ukikipedia           = 
|warswiki-pagename    = 
|wikibound-pagename   = 
|wikirby-pagename     = 
|zeldawiki-pagename   = 
}}

Blank template

Remove the parameters you don't need.

{{Infobox game
|align                = 
|title                = 
|image                = 
|image_size           = 
|caption              = 
|home_planet          = 
|role                 = 
|premiere_game        = 
|affiliations         = 
|race                 = 
|family               = 
|alias                = 
|teams                = 
|other_information    = 
|armswiki-pagename    = 
|bulbapedia-pagename  = 
|dragaliawiki-pagename = 
|dqwiki-pagename      = 
|drawntolife-pagename = 
|fireemblem-pagename  = 
|fzero-pagename       = 
|goldensun-pagename   = 
|harddrop-pagename    = 
|icaruspedia-pagename = 
|inkipedia-pagename   = 
|khwiki-pagename      = 
|kovopedia-pagename   = 
|metroidwiki-pagename = 
|mdfw-pagename        =
|nookipedia-pagename  = 
|nwiki-pagename       = 
|pikipedia-pagename   = 
|smashwiki-pagename   = 
|starfywiki-pagename  = 
|mariowiki-pagename   = 
|switcher             = 
|sw-pagename          = 
|ukikipedia           = 
|warswiki-pagename    = 
|wikibound-pagename   = 
|wikirby-pagename     = 
|zeldawiki-pagename   = 
}}

Template:Infobox console

Alex95/Sandbox
Needed.png
No image yet
Details
Release Dates {{{released}}}
Console Generation Fourth generation
Star Fox Titles {{{games}}}
On partnered sites

Usage

This infobox template is used on console pages.

Parameters

{{Infobox game
|align                = Changes the alignment of the template, if necessary. Default is set to "right".
|title                = Changes the title of the infobox if it is different from the page name. Otherwise, it uses the article's full title.
|image                = Provide the file name without "File:" to display an image. If no image is specified, an image asking for one to be uploaded is displayed.
|image_size           = Changes the image size.
|caption              = Provides an image caption.
|release              = Release dates for the console in various regions.
|gen                  = The generation of consoles this console released in. Use numbers to signify what generation you're looking for (i.e. "1" for the first generation, etc.). Defaults to the fourth generation (the Super Nintendo Entertainment System).
|games                = Star Fox-related games that released on the console.
|other_information    = Any other information that you think is useful and doesn't fit in another parameter. Will appear on template if filled out.
|armswiki-pagename    = The following are interwiki links to their respective site. Will appear on template if filled out.
|bulbapedia-pagename  = 
|dragaliawiki-pagename = 
|dqwiki-pagename      = 
|drawntolife-pagename = 
|fireemblem-pagename  = 
|fzero-pagename       = 
|goldensun-pagename   = 
|harddrop-pagename    = 
|icaruspedia-pagename = 
|inkipedia-pagename   = 
|khwiki-pagename      = 
|kovopedia-pagename   = 
|metroidwiki-pagename = 
|mdfw-pagename        =
|nookipedia-pagename  = 
|nwiki-pagename       = 
|pikipedia-pagename   = 
|smashwiki-pagename   = 
|starfywiki-pagename  = 
|mariowiki-pagename   = 
|switcher             = 
|sw-pagename          = 
|ukikipedia           = 
|warswiki-pagename    = 
|wikibound-pagename   = 
|wikirby-pagename     = 
|zeldawiki-pagename   = 
}}

Blank template

Remove the parameters you don't need.

{{Infobox game
|align                = 
|title                = 
|image                = 
|image_size           = 
|caption              = 
|release              = 
|gen                  = 
|games                = 
|other_information    = 
|armswiki-pagename    = 
|bulbapedia-pagename  = 
|dragaliawiki-pagename = 
|dqwiki-pagename      = 
|drawntolife-pagename = 
|fireemblem-pagename  = 
|fzero-pagename       = 
|goldensun-pagename   = 
|harddrop-pagename    = 
|icaruspedia-pagename = 
|inkipedia-pagename   = 
|khwiki-pagename      = 
|kovopedia-pagename   = 
|metroidwiki-pagename = 
|mdfw-pagename        =
|nookipedia-pagename  = 
|nwiki-pagename       = 
|pikipedia-pagename   = 
|smashwiki-pagename   = 
|starfywiki-pagename  = 
|mariowiki-pagename   = 
|switcher             = 
|sw-pagename          = 
|ukikipedia           = 
|warswiki-pagename    = 
|wikibound-pagename   = 
|wikirby-pagename     = 
|zeldawiki-pagename   = 
}}