v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "Template:Seeded World"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
 
<center>
 
<center>
 
{| class="collapsible collapsed infobox" style="background-color: #f9f9f9; border: 1px solid #aaa; font-size: 90%; margin: 1em 0em 0em; padding: 2px; text-align: center; width: 60%;"
 
{| class="collapsible collapsed infobox" style="background-color: #f9f9f9; border: 1px solid #aaa; font-size: 90%; margin: 1em 0em 0em; padding: 2px; text-align: center; width: 60%;"
! colspan="4" style="border: 1px solid #aaa; font-weight:bold; background-color: #ccf; padding-left: 1em; padding-right: 1em;" | Seed number: {{{seed}}} - {{{name}}}
+
! colspan="4" style="border: 1px solid #aaa; font-weight:bold; background-color: #ccf; padding-left: 1em; padding-right: 1em;" | Seed number: {{{seed|}}} - {{{name|}}}
 
|-
 
|-
 
| style="font-weight:bold; background-color: #ccf; padding-left: 1em; padding-right: 1em;" | Rejects:
 
| style="font-weight:bold; background-color: #ccf; padding-left: 1em; padding-right: 1em;" | Rejects:
| {{{rejects}}}
+
| {{{rejects|}}}
 
| style="font-weight:bold; background-color: #ccf; padding-left: 1em; padding-right: 1em;" | DF version:
 
| style="font-weight:bold; background-color: #ccf; padding-left: 1em; padding-right: 1em;" | DF version:
| {{{version}}}
+
| {{{version|}}}
 
|-
 
|-
 
| style="font-weight:bold; background-color: #ccf; padding-left: 1em; padding-right: 1em;" | World-gen name:
 
| style="font-weight:bold; background-color: #ccf; padding-left: 1em; padding-right: 1em;" | World-gen name:
| {{{genname}}}
+
| {{{genname|}}}
 
| style="font-weight:bold; background-color: #ccf; padding-left: 1em; padding-right: 1em;" | Download:
 
| style="font-weight:bold; background-color: #ccf; padding-left: 1em; padding-right: 1em;" | Download:
| {{{link}}}
+
| {{{link|}}}
 
|-
 
|-
 
| style="font-weight:bold; background-color: #ccf; padding-left: 1em; padding-right: 1em;" | Comment:
 
| style="font-weight:bold; background-color: #ccf; padding-left: 1em; padding-right: 1em;" | Comment:
| colspan="3"|{{{comment}}}
+
| colspan="3"|{{{comment|}}}
 
|-
 
|-
 
| style="font-weight:bold; background-color: #ccf; padding-left: 1em; padding-right: 1em;" colspan="4"|Location(s):
 
| style="font-weight:bold; background-color: #ccf; padding-left: 1em; padding-right: 1em;" colspan="4"|Location(s):
 
|-
 
|-
| colspan="4" style="text-align: center"|{{{image}}}
+
| colspan="4" style="text-align: center"|{{{image|}}}
 
|-
 
|-
 
| style="font-weight:bold; background-color: #ccf; padding-left: 1em; padding-right: 1em;" | Features present:
 
| style="font-weight:bold; background-color: #ccf; padding-left: 1em; padding-right: 1em;" | Features present:
| colspan="3"|{{{features}}}
+
| colspan="3"|{{{features|}}}
 
|-
 
|-
 
| style="font-weight:bold; background-color: #ccf; padding-left: 1em; padding-right: 1em;" | Features missing:
 
| style="font-weight:bold; background-color: #ccf; padding-left: 1em; padding-right: 1em;" | Features missing:
| colspan="3"|{{{missing}}}
+
| colspan="3"|{{{missing|}}}
 
|}
 
|}
 
</center>
 
</center>
Line 38: Line 38:
 
|seed    =              ! Seed used to generate world
 
|seed    =              ! Seed used to generate world
 
|name    =              ! The name assigned to the world by the game
 
|name    =              ! The name assigned to the world by the game
|rejects  =           
 
|version  =
 
 
|genname  =              ! Name provided at world generation, if any (probably RANDOM)
 
|genname  =              ! Name provided at world generation, if any (probably RANDOM)
 
|link    =              ! Link to downloadable file (should be conditional N/A)
 
|link    =              ! Link to downloadable file (should be conditional N/A)
Line 57: Line 55:
 
|rejects  = 177
 
|rejects  = 177
 
|version  = .33f
 
|version  = .33f
|genname  =
 
|link    =
 
 
|comment  = This is just a test of concept, the real thing should have some conditional #ifs, and include some show/hideable sections to the different starting locations of the world in question, maybe with the starting location being a template in itself?}}
 
|comment  = This is just a test of concept, the real thing should have some conditional #ifs, and include some show/hideable sections to the different starting locations of the world in question, maybe with the starting location being a template in itself?}}
|image    =
 
|features =
 
|missing  =
 
 
</noinclude>
 
</noinclude>

Revision as of 23:31, 17 December 2007

Usage


{{Seeded World
|seed     =               ! Seed used to generate world
|name     =               ! The name assigned to the world by the game
|genname  =               ! Name provided at world generation, if any (probably RANDOM)
|link     =               ! Link to downloadable file (should be conditional N/A)
|comment  =               ! Your comment (ad lib., e.g. operative system, architechture) 
|image    =               ! Image of starting location
|features =               ! List of features of starting location
|missing  =               ! List of missing features
}}

Example