Difference between revisions of "Template:MediaInfobox"
Jump to navigation
Jump to search
m (Ga-show moved page Template:ArtInfobox to Template:MediaInfobox: Misnamed) |
|||
Line 19: | Line 19: | ||
==Sample== | ==Sample== | ||
− | {{ | + | {{MediaInfobox |
|name=LSD: Dream Emulator | |name=LSD: Dream Emulator | ||
|janame=LSD | |janame=LSD | ||
Line 31: | Line 31: | ||
|'''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 | ||
Line 43: | Line 43: | ||
|'''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= | ||
|janame= | |janame= |
Revision as of 12:51, 20 October 2022
{{{name}}} | |
---|---|
[[{{{image}}}|240px|center]] | |
Original name | {{{janame}}} |
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.
- lost: If the media is lost. Statuses include: No, Owned but not scanned, Yes
Sample
LSD: Dream Emulator | |
---|---|
Original name | LSD |
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= }} |