Welcome to the SaGa Wiki! We have moved off Fandom very recently, so things are still being set up around here. Please note that some images did not successfully transfer, and will need to be manually reuploaded or replaced.


Note: Keep in mind that once you have an account, you must wait one day and make 5 edits to become autoconfirmed. This allows you to skip questions while editing, to create new articles, and to upload images.

Difference between revisions of "Template:Game Infobox"

From SaGa Wiki
Jump to navigationJump to search
gkSNKDan (talk)
(Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="develo...")
 
(quick fix)
Line 1: Line 1:
<infobox>
{|class=infobox border="1" cellpadding="2" cellspacing="0" style="-moz-border-radius:7px; background-color:white; float: right; font-size:90%; width:300px; border-spacing:3px"
  <title source="title1">
|-
    <default>{{PAGENAME}}</default>
! colspan="2" style="font-size:125%;background:saddlebrown;color:white" | ''{{{title|{{PAGENAME}}}}}''
  </title>
|-
  <image source="image1">
|colspan=2 style="text-align: center" | {{{image|}}}
    <caption source="caption1"/>
|-
  </image>
|- class{{{developer(s)}}}="hiddenStructure"  
  <data source="developer(s)">
|style="font-size:120%;" |'''Developer(s)'''
    <label>Developer(s)</label>
|style="text-align: left; background-color:white;"|{{{developer(s)|}}}
  </data>
|- class{{{publisher(s)}}}="hiddenStructure"  
  <data source="publisher(s)">
|style="font-size:120%;" |'''Publisher(s)'''
    <label>Publisher(s)</label>
|style="text-align: left; background-color:white;"|{{{publisher(s)|}}}
  </data>
|- class{{{artist(s)}}}="hiddenStructure"  
  <data source="artist(s)">
|style="font-size:120%;" |'''Artist(s)'''
    <label>Artist(s)</label>
|style="text-align: left; background-color:white;"|{{{artist(s)|}}}
  </data>
|- class{{{composer(s)}}}="hiddenStructure"  
  <data source="composer(s)">
|style="font-size:120%;" |'''Composer(s)'''
    <label>Composer(s)</label>
|style="text-align: left; background-color:white;"|{{{composer(s)|}}}
  </data>
|- class{{{platform(s)}}}="hiddenStructure"  
  <data source="platform(s)">
|style="font-size:120%;" |'''Composer(s)'''
    <label>Platform(s)</label>
|style="text-align: left; background-color:white;"|{{{platform(s)|}}}
  </data>
|- class{{{release}}}="hiddenStructure"  
  <data source="release">
|style="font-size:120%;" |'''Release date'''
    <label>Release</label>
|style="text-align: left; background-color:white;"|{{{release|}}}
  </data>
|- class{{{genre(s)}}}="hiddenStructure"  
  <data source="genre(s)">
|style="font-size:120%;" |'''Genre(s)'''
    <label>Genre(s)</label>
|style="text-align: left; background-color:white;"|{{{genre(s)|}}}
  </data>
|- class{{{mode(s)}}}="hiddenStructure"  
  <data source="mode(s)">
|style="font-size:120%;" |'''Mode(s)'''
    <label>Mode(s)</label>
|style="text-align: left; background-color:white;"|{{{mode(s)|}}}
  </data>
|}
</infobox>
<noinclude>
<noinclude>
Example usage:<pre>
Example usage:<pre>
{{Game Infobox
{{Game Infobox
|title1=Example
|title=Example
|image1=Example
|image=Example
|caption1=Example
|developer(s)=Example
|developer(s)=Example
|publisher(s)=Example
|publisher(s)=Example

Revision as of 00:08, December 8, 2021

Game Infobox
Developer(s)
Publisher(s)
Artist(s)
Composer(s)
Composer(s)
Release date
Genre(s)
Mode(s)

Example usage:

{{Game Infobox
|title=Example
|image=Example
|developer(s)=Example
|publisher(s)=Example
|artist(s)=Example
|composer(s)=Example
|platform(s)=Example
|release=Example
|genre(s)=Example
|mode(s)=Example
}}