Template:LSDSubFieldInfobox

From Osamu Sato Wiki
Jump to navigation Jump to search
{{{name}}}
[[{{{image}}}|240px|center]]
STG {{{stg}}}
Main Area {{{main}}}
Spy {{{spy}}}

Use

This is a placeholder and a solution to put this in the regular LSDFieldInfobox template needs to be made ASAP.

This is a copy of Template:LSDFieldInfobox but it says "Main Area" instead of "Sub-area". The jpname flag is removed here because only the main levels have official names.

  • name: Name of the level
  • image: Image of the entity. It comes pre-formatted as being centered.
  • stg: Stage number
  • main: Main Area.
  • spy: How likely it is for the Spy to appear there.

Sample

Long Hallway
LongHallway.png
STG 10
Main Area Meigetsu-So Apartment
Spy Never

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

Sample Code:
{{LSDSubFieldInfobox
|name=Long Hallway
|image=File:LongHallway.png
|stg=10
|main=[[Meigetsu-So Apartment]]
|spy=Never
}}

The blank code can be seen beneath.

Sample Code:
{{LSDSubFieldInfobox
|name=
|image=
|stg=
|sub=
|spy=
}}