Template:Infobox Series: Difference between revisions

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
(Infobox for the series.)
 
m (Text replacement - ";background" to "; background")
 
(21 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{| class="infobox bordered vevent" style="float: right; width: 264px; font-size: 90%; text-align: left;" cellpadding="3"
{| class="infobox bordered vevent" style="width:264px" cellpadding="3"
|-
! colspan="2" style="font-size:110%; text-align:center; background:#ccf" class="summary" | ''{{{title|{{PAGENAME}}}}}''
! colspan="2" style="font-size:110%; text-align:center; background-color:#ccccff;" class="summary" | ''{{{title|{{PAGENAME}}}}}''
|-
|-
{{#if:{{{image<includeonly>|</includeonly>}}} |
{{#if:{{{image<includeonly>|</includeonly>}}} |
{{!}} colspan="2" style="text-align:center;background-color:#FFF;" {{!}}{{{image}}}{{#if:{{{caption|}}}|<br />{{{caption}}}}}
{{!}} colspan="2" style="text-align:center; background:#fff" {{!}}{{{image}}}{{#if:{{{caption|}}}|<br>{{{caption}}}}}
{{!}}-
{{!}}-
}}
}}
{{#if:{{{developer<includeonly>|</includeonly>}}} |
{{#if:{{{developer<includeonly>|</includeonly>}}} |
{{!}} style="background-color: #EEEEEE"{{!}}'''[[wikipedia:Video game developer|Developer(s)]]'''
{{!}} style="background:#eee"{{!}}'''[[wikipedia:Video game developer|Developer(s)]]'''
{{!}}{{{developer}}}
{{!}}{{{developer}}}
{{!}}-
{{!}}-
}}
}}
{{#if:{{{publisher<includeonly>|</includeonly>}}} |
{{#if:{{{publisher<includeonly>|</includeonly>}}} |
{{!}} style="background-color: #EEEEEE"{{!}}'''[[wikipedia:Video game publisher|Publisher(s)]]'''
{{!}} style="background:#eee"{{!}}'''[[wikipedia:Video game publisher|Publisher(s)]]'''
{{!}}{{{publisher}}}
{{!}}{{{publisher}}}
{{!}}-
{{!}}-
}}
}}
{{#if:{{{distributor<includeonly>|</includeonly>}}} |
{{#if:{{{distributor<includeonly>|</includeonly>}}} |
{{!}} style="background-color: #EEEEEE"{{!}}'''Distributor(s)'''
{{!}} style="background:#eee"{{!}}'''Distributor(s)'''
{{!}}{{{distributor}}}
{{!}}{{{distributor}}}
{{!}}-
{{!}}-
}}
}}
{{#if:{{{designer<includeonly>|</includeonly>}}} |
{{#if:{{{designer<includeonly>|</includeonly>}}} |
{{!}} style="background-color: #EEEEEE;"{{!}}'''[[wikipedia:Game designer|Designer(s)]]'''
{{!}} style="background:#eee"{{!}}'''[[wikipedia:Game designer|Designer(s)]]'''
{{!}}{{{designer}}}
{{!}}{{{designer}}}
{{!}}-
{{!}}-
}}
}}
{{#if:{{{genres<includeonly>|</includeonly>}}} |
{{#if:{{{genres<includeonly>|</includeonly>}}} |
{{!}} style="background-color: #EEEEEE"{{!}}'''[[wikipedia:Video game genres|Genre(s)]]'''
{{!}} style="background:#eee"{{!}}'''[[wikipedia:Video game genres|Genre(s)]]'''
{{!}}{{{genre}}}
{{!}}{{{genres}}}
{{!}}-
{{!}}-
}}
}}
{{#if:{{{console of origin<includeonly>|</includeonly>}}} |
{{#if:{{{originconsole<includeonly>|</includeonly>}}} |
{{!}} style="background-color: #EEEEEE"{{!}}'''Console of origin'''
{{!}} style="background:#eee"{{!}}'''Console/platform of origin'''
{{!}}{{{platform}}}
{{!}}{{{originconsole}}}
{{!}}-
{{!}}-
}}
}}
{{#if:{{{first game<includeonly>|</includeonly>}}} |
{{#if:{{{firstinstallment<includeonly>|</includeonly>}}} |
{{!}} style="background-color: #EEEEEE"{{!}}'''First game'''
{{!}} style="background:#eee"{{!}}'''First installment'''
{{!}}{{{game1}}}
{{!}}{{{firstinstallment}}}
{{!}}-
{{!}}-
}}
}}
{{#if:{{{latest game<includeonly>|</includeonly>}}} |
{{#if:{{{latestinstallment<includeonly>|</includeonly>}}} |
{{!}} style="background-color: #EEEEEE"{{!}}'''Latest game'''
{{!}} style="background:#eee"{{!}}'''Latest installment'''
{{!}}{{{game2}}}
{{!}}{{{latestinstallment}}}
{{!}}-
{{!}}-
}}
}}
Line 54: Line 53:
==Usage==
==Usage==
<pre>
<pre>
{{Infobox Game
{{Infobox Series
|title         =  
|title             =  
|image         =  
|image             =  
|caption       =  
|caption           =  
|developer     =  
|developer         =  
|publisher     =  
|publisher         =  
|distributor   =  
|distributor       =  
|designer       =  
|designer         =  
|genre          =
|genres            =
|platform      =
|originconsole    =
|game1          =
|firstinstallment  =
|game2          =
|latestinstallment =
|interwiki     =
|interwiki         =
|interwikiname =
|interwikiname     =
|interwikipage =
|interwikipage     =
}}</pre>
}}</pre>
[[Category:Infobox templates]]</noinclude>

Latest revision as of 12:26, May 10, 2023

Infobox Series
{{{image}}}
Developer(s) {{{developer}}}
Publisher(s) {{{publisher}}}
Distributor(s) {{{distributor}}}
Designer(s) {{{designer}}}
Genre(s) {{{genres}}}
Console/platform of origin {{{originconsole}}}
First installment {{{firstinstallment}}}
Latest installment {{{latestinstallment}}}
Article on {{{interwikiname}}} [[{{{interwiki}}}:{{{interwikipage}}}|{{{title}}}]]

Usage

{{Infobox Series
|title             = 
|image             = 
|caption           = 
|developer         = 
|publisher         = 
|distributor       = 
|designer          = 
|genres            =
|originconsole     =
|firstinstallment  =
|latestinstallment =
|interwiki         =
|interwikiname     =
|interwikipage     =
}}