Template:LSDFieldInfobox
Revision as of 20:04, 1 November 2022 by Camwoodstock (talk | contribs)
{{{name}}} | |
---|---|
[[{{{image}}}|240px|center]] | |
STG | {{{stg}}} |
Original name | {{{jpname}}} |
Sub-areas | {{{sub}}} |
Spy | {{{spy}}} |
Use
This infobox is for use on pages related to LSD fields, containing various pieces of preliminary information about them. In addition to appending the categories for Field and LSD: Dream Emulator, it makes use of various parameters to change its content on the fly:
- name: Name of the level
- image: Image of the entity. It comes pre-formatted as being centered.
- stg: Stage number
- jpname: The original Japanese name. Does not apply to levels not mentioned in the instruction booklet.
- sub: Sub-areas.
- spy: How likely it is for the Spy to appear there.
Sample
Meigetsu-So Apartment | |
---|---|
STG | 00 |
Original name | 明月荘 |
Sub-areas | Long Hallway |
Spy | Never |
The code beneath produces the infobox you see to the right.
Sample Code: |
{{LSDFieldInfobox |name=Meigetsu-So Apartment |image=File:Meigetsu.png |stg=00 |jpname=明月荘 |sub=[[Long Hallway]] |spy=Never }} |
The blank code can be seen beneath.
Sample Code: |
{{LSDFieldInfobox |name= |image= |stg= |jpname= |sub= |spy= }} |