Difference between revisions of "Template:LSDEntityInfobox"

From Osamu Sato Wiki
Jump to navigation Jump to search
(once again trying to remove erroneous linebreaks)
Line 12: Line 12:
 
|bgcolor="#F2F2F2"|'''Day Type'''
 
|bgcolor="#F2F2F2"|'''Day Type'''
 
|bgcolor="#F9F9F9"|{{{daytype}}}
 
|bgcolor="#F9F9F9"|{{{daytype}}}
|}
+
|}<includeonly>[[Category:Character]][[Category:LSD: Dream Emulator]]</includeonly><noinclude>
<includeonly>[[Category:Character]][[Category:LSD: Dream Emulator]]</includeonly><noinclude>
 
<br><br><br><br>
 
 
==Use==
 
==Use==
 
This infobox is for use on pages related to LSD entities, containing various pieces of preliminary information about them. In addition to appending the categories for Character and LSD: Dream Emulator, it makes use of various parameters to change its content on the fly:
 
This infobox is for use on pages related to LSD entities, containing various pieces of preliminary information about them. In addition to appending the categories for Character and LSD: Dream Emulator, it makes use of various parameters to change its content on the fly:

Revision as of 19:28, 15 March 2022

{{{name}}}
[[{{{image}}}|240px|center]]
Found in {{{level}}}
Links to {{{links}}}
Day Type {{{daytype}}}

Use

This infobox is for use on pages related to LSD entities, containing various pieces of preliminary information about them. In addition to appending the categories for Character and LSD: Dream Emulator, it makes use of various parameters to change its content on the fly:

  • image: Image of the entity. It comes pre-formatted as being centered.
  • level: Where the entity appears.
  • links: Where the entity links to.
  • daytype: What day type the item appears on.

Sample

Giant Baby
GiantBaby.png
Found in Meigetsu-So Apartment
Links to Violence Town
Day Type Odd

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

Sample Code:
{{LSDEntityInfobox
|name=Giant Baby
|image=File:GiantBaby.png
|level=[[Meigetsu-So Apartment]]
|links=[[Violence Town]]
|daytype=Odd
}}

The blank code can be seen beneath.

Sample Code:
{{LSDEntityInfobox
|name=
|image=
|level=
|links=
|daytype=
}}