Difference between revisions of "Template:LSDFieldInfobox"
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...") |
Camwoodstock (talk | contribs) |
||
Line 64: | Line 64: | ||
|} | |} | ||
+ | [[Category:Templates]][[Category:Infoboxes]] | ||
</noinclude> | </noinclude> |
Latest revision as of 20:04, 1 November 2022
{{{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= }} |