Difference between revisions of "Template:LSDEntityInfobox"
Jump to navigation
Jump to search
(→Sample) |
|||
| Line 38: | Line 38: | ||
|'''Sample Code:''' | |'''Sample Code:''' | ||
|- | |- | ||
| − | |<pre style="background-color: inherit; border: none; color: inherit; padding: inherit">{{ | + | |<pre style="background-color: inherit; border: none; color: inherit; padding: inherit">{{LSDEntityInfobox |
|name=Giant Baby | |name=Giant Baby | ||
|image=File:GiantBaby.png | |image=File:GiantBaby.png | ||
| Line 51: | Line 51: | ||
|'''Sample Code:''' | |'''Sample Code:''' | ||
|- | |- | ||
| − | |<pre style="background-color: inherit; border: none; color: inherit; padding: inherit">{{ | + | |<pre style="background-color: inherit; border: none; color: inherit; padding: inherit">{{LSDEntityInfobox |
|name= | |name= | ||
|image= | |image= | ||
Revision as of 17:37, 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 | |
|---|---|
| Found in | Meigetsu-So Apartment |
| Links to | Violence Town |
| Day Type | A |
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=A
}}
|
The blank code can be seen beneath.
| Sample Code: |
{{LSDEntityInfobox
|name=
|image=
|level=
|links=
|daytype=
}}
|