Difference between revisions of "Template:MediaInfobox"

From Osamu Sato Wiki
Jump to navigation Jump to search
Line 6: Line 6:
 
|bgcolor="#F2F2F2" width="75px"|'''Original name'''
 
|bgcolor="#F2F2F2" width="75px"|'''Original name'''
 
|bgcolor="#F9F9F9"|{{{janame}}}
 
|bgcolor="#F9F9F9"|{{{janame}}}
 +
|-
 +
|bgcolor="#F2F2F2" width="75px"|'''Format'''
 +
|bgcolor="#F9F9F9"|{{{type}}}
 
|-
 
|-
 
|bgcolor="#F2F2F2"|'''Lost?'''
 
|bgcolor="#F2F2F2"|'''Lost?'''
Line 15: Line 18:
 
*'''janame:''' Original name. Sometimes the same as in English.
 
*'''janame:''' Original name. Sometimes the same as in English.
 
*'''image:''' File of the game/album cover, use box art if the game has it. Keep at a 1:1 aspect ratio.
 
*'''image:''' File of the game/album cover, use box art if the game has it. Keep at a 1:1 aspect ratio.
 +
*'''type:''' Type of media. Includes: Videogame, Album, Song, Photo collection
 
*'''lost:''' If the media is lost. Statuses include: <span style="color:#0F0>No</span>, <span style="color:#00F>Owned but not scanned</span>, <span style="color:#F00>Yes</span>
 
*'''lost:''' If the media is lost. Statuses include: <span style="color:#0F0>No</span>, <span style="color:#00F>Owned but not scanned</span>, <span style="color:#F00>Yes</span>
  
Line 22: Line 26:
 
|name=LSD: Dream Emulator
 
|name=LSD: Dream Emulator
 
|janame=LSD
 
|janame=LSD
 +
|type=Videogame
 
|image=File:Lsdcover.png
 
|image=File:Lsdcover.png
 
|lost=<span style="color:#0F0>No</span>
 
|lost=<span style="color:#0F0>No</span>

Revision as of 07:05, 22 October 2022

{{{name}}}
[[{{{image}}}|240px|center]]
Original name {{{janame}}}
Format {{{type}}}
Lost? {{{lost}}}

Use

This infobox is for use on media.

  • name: English name.
  • janame: Original name. Sometimes the same as in English.
  • image: File of the game/album cover, use box art if the game has it. Keep at a 1:1 aspect ratio.
  • type: Type of media. Includes: Videogame, Album, Song, Photo collection
  • lost: If the media is lost. Statuses include: No, Owned but not scanned, Yes


Sample

LSD: Dream Emulator
Lsdcover.png
Original name LSD
Format Videogame
Lost? No

The code beneath produces the infobox you see to the right.

Sample Code:
{{MediaInfobox
|name=LSD: Dream Emulator
|janame=LSD
|image=File:Lsdcover.png
|lost=<span style="color:#0F0>No</span>
}}

The blank code can be seen beneath.

Sample Code:
{{MediaInfobox
|name=
|janame=
|image=
|lost=
}}