Template:MediaInfobox
Jump to navigation
Jump to search
{{{name}}} | |
---|---|
[[{{{image}}}|240px|center]] | |
Original name | {{{janame}}} |
Release date | {{{date}}} |
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.
- date: Release date of the media. Use wiki format (1 January 1970)
- 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 | |
---|---|
Original name | LSD |
Release date | 22 October 1998 |
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 |date=22 October 1998 |type=Videogame |lost=<span style="color:#0A0>No</span> }} |
The blank code can be seen beneath.
Sample Code: |
{{MediaInfobox |name=LSD: Dream Emulator |janame=LSD |image=File:Lsdcover.png |date=22 October 1998 |type=Videogame |lost=<span style="color:#0A0>No</span> }} |