Difference between revisions of "Template:MediaInfobox"
Jump to navigation
Jump to search
(Created page with "{| align=right width="250px" style="border: 2px solid #888; background: #BFBFBF; font-size:12px; -moz-border-radius:7px; margin-top: 0px; margin-left:3px; margin-bottom:3px; f...") |
|||
(5 intermediate revisions by the same user not shown) | |||
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"|'''Release date''' | ||
+ | |bgcolor="#F9F9F9"|{{{date}}} | ||
+ | |- | ||
+ | |bgcolor="#F2F2F2" width="75px"|'''Format''' | ||
+ | |bgcolor="#F9F9F9"|{{{type}}} | ||
|- | |- | ||
|bgcolor="#F2F2F2"|'''Lost?''' | |bgcolor="#F2F2F2"|'''Lost?''' | ||
Line 15: | Line 21: | ||
*'''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. | ||
− | *'''lost:''' If the media is lost. Statuses include: <span style="color:# | + | *'''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: <span style="color:#0A0>No</span>, <span style="color:#00F>Owned but not scanned</span>, <span style="color:#F00>Yes</span> | ||
==Sample== | ==Sample== | ||
− | {{ | + | {{MediaInfobox |
|name=LSD: Dream Emulator | |name=LSD: Dream Emulator | ||
|janame=LSD | |janame=LSD | ||
|image=File:Lsdcover.png | |image=File:Lsdcover.png | ||
− | |lost=<span style="color:# | + | |date=22 October 1998 |
+ | |type=Videogame | ||
+ | |lost=<span style="color:#0A0>No</span> | ||
}} | }} | ||
Line 31: | Line 41: | ||
|'''Sample Code:''' | |'''Sample Code:''' | ||
|- | |- | ||
− | |<pre style="background-color: inherit; border: none; color: inherit; padding: inherit">{{ | + | |<pre style="background-color: inherit; border: none; color: inherit; padding: inherit">{{MediaInfobox |
|name=LSD: Dream Emulator | |name=LSD: Dream Emulator | ||
|janame=LSD | |janame=LSD | ||
|image=File:Lsdcover.png | |image=File:Lsdcover.png | ||
− | |lost=<span style="color:# | + | |date=22 October 1998 |
+ | |type=Videogame | ||
+ | |lost=<span style="color:#0A0>No</span> | ||
}}</pre> | }}</pre> | ||
|} | |} | ||
Line 43: | Line 55: | ||
|'''Sample Code:''' | |'''Sample Code:''' | ||
|- | |- | ||
− | |<pre style="background-color: inherit; border: none; color: inherit; padding: inherit">{{ | + | |<pre style="background-color: inherit; border: none; color: inherit; padding: inherit">{{MediaInfobox |
− | |name= | + | |name=LSD: Dream Emulator |
− | |janame= | + | |janame=LSD |
− | |image= | + | |image=File:Lsdcover.png |
− | |lost= | + | |date=22 October 1998 |
+ | |type=Videogame | ||
+ | |lost=<span style="color:#0A0>No</span> | ||
}}</pre> | }}</pre> | ||
|} | |} | ||
</noinclude> | </noinclude> |
Latest revision as of 08:27, 22 October 2022
{{{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> }} |