Template:Game Infobox: Difference between revisions

From Little Tail Wiki
Jump to navigationJump to search
Created page with "<infobox theme="thin" theme-source="colors"> <title source="title"/> <data source="image"> <format><div class="inf-image" data-bg="{{{imagebg|transparent}}}">{{{image}}}</div></format> </data> <data source="alias"><label>Also known as</label></data> <data source="develop"><label>Developer(s)</label></data> <data source="publisher"><label>Publisher(s)</label></data> <data source="director"><label>Director(s)</label></data> <data source="producer"><label>Pro..."
 
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
     </data>
     </data>
<data source="alias"><label>Also known as</label></data>
<data source="alias"><label>Also known as</label></data>
<data source="develop"><label>Developer(s)</label></data>
<data source="developer"><label>Developer(s)</label></data>
<data source="publisher"><label>Publisher(s)</label></data>
<data source="publisher"><label>Publisher(s)</label></data>
<data source="director"><label>Director(s)</label></data>
<data source="director"><label>Director(s)</label></data>
Line 20: Line 20:
<data source="genre"><label>Genre(s)</label></data>
<data source="genre"><label>Genre(s)</label></data>
<data source="modes"><label>Mode(s)</label></data>
<data source="modes"><label>Mode(s)</label></data>
<data source="media"><label>Platform</label></data>
<data source="media"><label>Release format</label></data>
<data source="rating"><label>Rating</label></data>
<data source="rating"><label>Rating</label></data>
     <data source="manual"><label>Instruction Manual</label></data>
     <data source="manual"><label>Instruction Manual</label></data>
Line 29: Line 29:
    <data source="next"><label>Next →</label></data>
    <data source="next"><label>Next →</label></data>
</group>
</group>
</infobox>
</infobox><noinclude>
<noinclude>
== Template Usage ==
== Template Usage ==
  <nowiki>{{Game Infobox
  <nowiki>{{Game Infobox
|title          =
|title          =
|color          =
|colors          =
|image          =  
|image          =  
|alias          =
|alias          =
|develop        =
|developer      =
|publisher      =
|publisher      =
|director        =
|director        =
Line 54: Line 53:
|rating          =
|rating          =
|media          =
|media          =
|manual          =
|website        =
|website        =
|previous        =
|previous        =
Line 61: Line 61:
==Usage Notes==
==Usage Notes==
If possible, retrieve all info from the original Wikipedia article, if existent, double checking with the game's credits. [https://www.mobygames.com/ MobyGames] is a useful resource for checking credits. Use "<nowiki><br /></nowiki>" for multiple developers and publishers, as well as ratings. Do not use bullet point or numbers for those.
If possible, retrieve all info from the original Wikipedia article, if existent, double checking with the game's credits. [https://www.mobygames.com/ MobyGames] is a useful resource for checking credits. Use "<nowiki><br /></nowiki>" for multiple developers and publishers, as well as ratings. Do not use bullet point or numbers for those.
[[Category:Infobox Templates]]
</noinclude>

Latest revision as of 20:37, 8 March 2025

Template Usage

{{Game Infobox
|title           =
|colors          =
|image           = 
|alias           =
|developer       =
|publisher       =
|director        =
|producer        =
|designer        =
|programmer      =
|artist          =
|writer          =
|music           =
|platform        =
|release         =
|collab          =
|end             =
|genre           =
|modes           =
|rating          =
|media           =
|manual          =
|website         =
|previous        =
|next            =
}}

Usage Notes

If possible, retrieve all info from the original Wikipedia article, if existent, double checking with the game's credits. MobyGames is a useful resource for checking credits. Use "<br />" for multiple developers and publishers, as well as ratings. Do not use bullet point or numbers for those.