Template:Infobox Game: Difference between revisions

Template page
m (add animation [studio], opening theme, ending theme)
(No inline CSS)
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
<includeonly>{{Infobox
<includeonly>{{Infobox
| bodyclass  =vcard outcell
| bodyclass  =vcard outcell
| bodystyle  =text-align: left; width: 300px;
| above      ={{#if:{{{nameJp|}}} |'''{{lang|ja|{{{nameJp}}}}}'''<br />}}''{{{nameEn|}}}''{{#if:{{{nameIPA|}}}|<br /><span style="font-size:11px">{{{nameIPA}}}</span>}}{{#if:{{{nameAlt|}}}|<span style="font-size: 10px;vertical-align:top;"><br />''{{{nameAlt}}}''</span>}}
| above      ={{#if:{{{nameJp|}}} |'''{{lang|ja|{{{nameJp}}}}}'''<br />}}''{{{nameEn|}}}''{{#if:{{{nameIPA|}}}|<br /><span style="font-size:11px">{{{nameIPA}}}</span>}}{{#if:{{{nameAlt|}}}|<span style="font-size: 10px;vertical-align:top;"><br />''{{{nameAlt}}}''</span>}}
| aboveclass  =vcard; incell_top
| aboveclass  =vcard; incell_top
Line 7: Line 6:
| headerstyle =text-align: left;
| headerstyle =text-align: left;
| datastyle  =text-align: left;
| datastyle  =text-align: left;
| image      ={{{image|No image}}}
| image      ={{{image|{{#invoke:Tabs|main
|containerclass=forceland
|tab1={{{imagelabel1|}}}|content1={{{image1|}}}
|tab2={{{imagelabel2|}}}|content2={{{image2|}}}
|tab3={{{imagelabel3|}}}|content3={{{image3|}}}
|tab4={{{imagelabel4|}}}|content4={{{image4|}}}
|tab5={{{imagelabel5|}}}|content5={{{image5|}}}
|tab6={{{imagelabel6|}}}|content6={{{image6|}}}
|tab7={{{imagelabel7|}}}|content7={{{image7|}}}
}}}}}
| label1      =Developer
| label1      =Developer
| data1      ={{{Dev|}}}
| data1      ={{{Dev|}}}
Line 22: Line 30:
| header8    ={{#if:{{{Releases|}}}|<div style="text-align:center;"><span style="font-size: 12px">Releases</span></div>}}
| header8    ={{#if:{{{Releases|}}}|<div style="text-align:center;"><span style="font-size: 12px">Releases</span></div>}}
| data9      ={{#if:{{{Releases|}}}|{{{Releases}}}|}}
| data9      ={{#if:{{{Releases|}}}|{{{Releases}}}|}}
| class8    =incell
| class8     =incell
 
| header10    ={{#if:{{{series|}}}|<div style="text-align:center;"><span style="font-size: 12px">{{{series}}}</span></div>}}
| class10     =incell
| data11      ={{#if:{{{prev|}}}{{{next|}}}|
<table style="width:100%; background:transparent;"><tr>
<td style="width:50%;text-align:left;">{{#if:{{{prev|}}}|<div style="display:table-cell;padding-right:2px;">&larr;</div><div style="display:table-cell;">{{{prev}}}</div>}}</td>
<td style="width:50%;text-align:right;">{{#if:{{{next|}}}|<div style="display:table-cell;">{{{next}}}</div><div style="display:table-cell;padding-left:2px;">&rarr;</div>}}</td>
</tr></table>
}}
}}{{#seo:
}}{{#seo:
|keywords={{{nameEn|}}},{{{nameAlt|}}}
|keywords={{{nameEn|}}},{{{nameAlt|}}}
Line 35: Line 52:
|twitter:image:src={{filepath:{{#explode:{{#explode:{{{image}}}|:|-1}}|{{!}}|0}}}}
|twitter:image:src={{filepath:{{#explode:{{#explode:{{{image}}}|:|-1}}|{{!}}|0}}}}
}}</includeonly><noinclude>
}}</includeonly><noinclude>
{{Documentation}}</noinclude>
{{Documentation}}
</noinclude>

Latest revision as of 19:10, 24 March 2024

Documentation icon Template documentation[view] [edit] [history] [purge]

The Infobox Game is used for game pages. Copy the following box and fill it in. Extra notes are after the box.

Usage

{{Infobox Game
| nameJp           = Japanese release name
| nameEn           = English release name
| image            = (old method) 
| imagelabel1      =Name of the tab for the first image
| imagelabel2      =Name of the tab for the second image
...
| imagelabel7      =Name of the tab for the 7th image
| image1           =Image for the 1st tab
...
| image7           =Image for the 7th tab
| Dev              = Developer
| Pub              = Publisher
| Gen              = Genre(s)
| Animation        = Animation Studio
| Op               = Opening Theme
| Ed               = Ending Theme
| Releases         = All releases for each game + system released on
| series           = link to series' page
| prev             = link to previous game
| next             = link to next game
}}

Parameters

nothing special