Template:LSDEntityInfoboxLiteral
Jump to navigation
Jump to search
| {{{name}}} | |
|---|---|
| {{{image}}} | |
| Found in | {{{level}}} |
| Links to | {{{links}}} |
| Day Type | {{{daytype}}} |
Use
This infobox is a test for having two images, or anything really, in the infobox.
- image: Image of the entity.
- level: Where the entity appears.
- links: Where the entity links to.
- daytype: What day type the item appears on.
Sample
| Car | |
|---|---|
| Found in | Violence Town |
| Links to | None |
| Day Type | Even |
The code beneath produces the infobox you see to the right.
| Sample Code: |
{{LSDEntityInfoboxLiteral
|name=Car
|image=[[File:Car1.png|240px|center]]<br>[[File:Car2.png|240px|center]]
|level=[[Violence Town]]
|links=None
|daytype=Even
}}
|
The blank code can be seen beneath.
| Sample Code: |
{{LSDEntityInfoboxLiteral
|name=
|image=
|level=
|links=
|daytype=
}}
|