Template:MediaInfobox

From Osamu Sato Wiki
Revision as of 12:50, 20 October 2022 by Ga-show (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
{{{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
Lsdcover.png
Original name LSD
Lost? No

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

Sample Code:
{{ArtInfobox
|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:
{{ArtInfobox
|name=
|janame=
|image=
|lost=
}}