Difference between revisions of "Template:LSDEntityInfobox"
Jump to navigation
Jump to search
(12 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {| align=right width="250px" style="border: 2px solid #888; background: #BFBFBF; font-size:12px; -moz-border-radius:7px; margin-left:3px; margin-bottom:3px;" | + | {| 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; float: right;" |
!bgcolor="#26D100" colspan="2"|<font color="#FFF">'''{{{name}}}'''</font> | !bgcolor="#26D100" colspan="2"|<font color="#FFF">'''{{{name}}}'''</font> | ||
|- | |- | ||
− | |bgcolor="# | + | |bgcolor="#F9F9F9" colspan="2" style="padding:3px;"|[[{{{image}}}|240px|center]] |
|- | |- | ||
|bgcolor="#F2F2F2" width="75px"|'''Found in''' | |bgcolor="#F2F2F2" width="75px"|'''Found in''' | ||
|bgcolor="#F9F9F9"|{{{level}}} | |bgcolor="#F9F9F9"|{{{level}}} | ||
|- | |- | ||
− | |bgcolor="#F2F2F2"|'''Links to''' | + | |bgcolor="#F2F2F2"|[[Linking|'''Links to''']] |
|bgcolor="#F9F9F9"|{{{links}}} | |bgcolor="#F9F9F9"|{{{links}}} | ||
+ | |- | ||
+ | |bgcolor="#F2F2F2"|'''Graph value''' | ||
+ | |bgcolor="#F9F9F9"|{{{graph}}} | ||
|- | |- | ||
|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 | ||
− | |||
==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: | ||
Line 23: | Line 22: | ||
*'''links:''' Where the entity links to. | *'''links:''' Where the entity links to. | ||
*'''daytype:''' What day type the item appears on. | *'''daytype:''' What day type the item appears on. | ||
+ | *'''graph:''' The coordinates the entity shifts the [[Graph]] by. | ||
==Sample== | ==Sample== | ||
Line 30: | Line 30: | ||
|level=[[Meigetsu-So Apartment]] | |level=[[Meigetsu-So Apartment]] | ||
|links=[[Violence Town]] | |links=[[Violence Town]] | ||
− | |daytype= | + | |daytype=Odd |
}} | }} | ||
Line 43: | Line 43: | ||
|level=[[Meigetsu-So Apartment]] | |level=[[Meigetsu-So Apartment]] | ||
|links=[[Violence Town]] | |links=[[Violence Town]] | ||
− | |daytype= | + | |daytype=Odd |
}}</pre> | }}</pre> | ||
|} | |} |
Latest revision as of 12:27, 6 November 2022
{{{name}}} | |
---|---|
[[{{{image}}}|240px|center]] | |
Found in | {{{level}}} |
Links to | {{{links}}} |
Graph value | {{{graph}}} |
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.
- graph: The coordinates the entity shifts the Graph by.
Sample
Giant Baby | |
---|---|
Found in | Meigetsu-So Apartment |
Links to | Violence Town |
Graph value | {{{graph}}} |
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= }} |