Difference between revisions of "Template:Infobox example/doc"

From RimWorld Wiki
Jump to navigation Jump to search
(Created page with "This is just a generic infobox with a few sample fields. == Usage == <pre> {{Infobox | name = | image = | race = | location = | source = | reward = | rel...")
 
m
Line 27: Line 27:
 
}}
 
}}
 
<pre style="width: 450px;">
 
<pre style="width: 450px;">
 +
{{Infobox
 
| name    = Phoebe
 
| name    = Phoebe
 
| image    = Phoebe friendly.png
 
| image    = Phoebe friendly.png

Revision as of 05:40, 4 August 2019

This is just a generic infobox with a few sample fields.

Usage

{{Infobox
| name     = 
| image    = 
| race     = 
| location = 
| source   = 
| reward   = 
| related  = 
| ID       =
}}

Example

Template:Infobox

{{Infobox
| name     = Phoebe
| image    = Phoebe friendly.png
| race     = Human
| location = RimWorld
| source   = Tynan's inner circle
| reward   = Happiness
| related  = Calming bliss
| ID       = Phoebe_ID
}}