Difference between revisions of "Template:VersionFrame/doc"

From RimWorld Wiki
Jump to navigation Jump to search
(simple template doc)
 
m (added some padding to sample table)
Line 18: Line 18:
 
! style="width:50%;" | You Type !! style="width:50%;" | You Get
 
! style="width:50%;" | You Type !! style="width:50%;" | You Get
 
|-
 
|-
| <nowiki>{{</nowiki> VersionFrame
+
| style="padding:10px;" | <nowiki>{{</nowiki> VersionFrame
 
<nowiki>|</nowiki> VERSION = 0.0.1<br/>
 
<nowiki>|</nowiki> VERSION = 0.0.1<br/>
 
<nowiki>|</nowiki> DESCRIPTION = introduced walls<br/>
 
<nowiki>|</nowiki> DESCRIPTION = introduced walls<br/>
Line 25: Line 25:
 
<nowiki>*</nowiki> added steel wall<br/>
 
<nowiki>*</nowiki> added steel wall<br/>
 
}}
 
}}
| {{ VersionFrame
+
| style="padding:10px;" | {{ VersionFrame
 
   | VERSION = 0.0.1
 
   | VERSION = 0.0.1
 
   | DESCRIPTION = introduced walls
 
   | DESCRIPTION = introduced walls

Revision as of 21:51, 25 September 2015

Description

An unified look for all individual version pages.

Syntax

{{ VersionFrame | VERSION = | DESCRIPTION = | BODY = }}

VERSION
the version number of this version
DESCRIPTION
a short description about this version
BODY
the details of this version

Samples

You Type You Get
{{ VersionFrame

| VERSION = 0.0.1
| DESCRIPTION = introduced walls
| BODY =
* added wood wall
* added steel wall
}}

{{{Version}}}
{{{Description}}}

See Also