Template:Infobox Game: Difference between revisions

Template page
(Created page with "<includeonly>{{Infobox | bodyclass =vcard outcell | bodystyle =text-align: left; width: 300px; | above ={{#if:{{{nameJp|}}} |'''{{lang|ja|{{{nameJp}}}}}'''<br />}}{{...")
 
(No inline CSS)
 
(11 intermediate revisions by 2 users 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|}}}</span>}}
| aboveclass  =vcard; incell_top
| aboveclass  =vcard; incell_top
| labelstyle  =background: transparent; width: 70px;
| labelstyle  =background: transparent; width: 70px;
| 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|}}}
| label2      =Publishers
| label2      =Publishers
| data2      ={{{Pub|}}}
| data2      ={{{Pub|}}}
| header3     ={{#if:{{{Releases|}}}|<div style="text-align:center;"><span style="font-size: 12px">Releases</span></div>}}
| label3      =Genre
| data14       ={{#if:{{{Releases|}}}|{{{Releases}}}|}}
| data3      ={{{Gen|}}}
| class13     =incell
| label5      =Animation
| label5     =Genre
| data5      ={{{Animation|}}}
| data5      ={{{Gen|}}}
| label6      =Opening Theme
</includeonly><noinclude>
| data6      ={{{Op|}}}
{{Documentation}}</noinclude>
| label7      =Ending Theme
| data7      ={{{Ed|}}}
| header8     ={{#if:{{{Releases|}}}|<div style="text-align:center;"><span style="font-size: 12px">Releases</span></div>}}
| data9       ={{#if:{{{Releases|}}}|{{{Releases}}}|}}
| 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:
|keywords={{{nameEn|}}},{{{nameAlt|}}}
|og:type=article
|og:article:section=Game
|og:article:tag={{{Gen|}}},{{{nameJP}}}
|og:title={{{nameEn|}}}
|og:sitename=BlazBlue Wiki
|og:image={{filepath:{{#explode:{{#explode:{{{image}}}|:|-1}}|{{!}}|0}}}}
|twitter:site=BlazBlue_Wiki
|twitter:creator=BlazBlue_Wiki
|twitter:image:src={{filepath:{{#explode:{{#explode:{{{image}}}|:|-1}}|{{!}}|0}}}}
}}</includeonly><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