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:Pregen world"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
m
m
Line 9: Line 9:
 
| {{{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 size:
| {{{genname|}}}
+
| {{{World size|}}}
 
|-
 
|-
 
| 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:
Line 37: Line 37:
 
<pre><nowiki>
 
<pre><nowiki>
 
{{Pregen world
 
{{Pregen world
|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 =  
+
|rejects   =  
|version =
+
|version   =
|genname  =              ! Name provided at world generation, if any (probably RANDOM)
+
|World size=              ! 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)
|comment =              ! Your comment (ad lib., e.g. operative system, architechture)  
+
|comment   =              ! Your comment (ad lib., e.g. operative system, architechture)  
|image   =              ! Image of starting location
+
|image     =              ! Image of starting location
|features =              ! List of features of starting location
+
|features =              ! List of features of starting location
|missing =              ! List of missing features
+
|missing   =              ! List of missing features
 
}}
 
}}
 
</nowiki></pre>
 
</nowiki></pre>
Line 54: Line 54:
 
<pre><nowiki>
 
<pre><nowiki>
 
{{Pregen world
 
{{Pregen world
|seed     = 4265985437
+
|seed     = 4265985437
|name     = The Legendary Ever-Realm
+
|name     = The Legendary Ever-Realm
|rejects = 51           
+
|rejects   = 51           
|version = .33f
+
|version   = .33f
|genname  = RANDOM
+
|World size= RANDOM
|link     = http://hyperfileshare.com/d/f91fae26
+
|link     = http://hyperfileshare.com/d/f91fae26
|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   = [[Image:4265985437.PNG|thumb|500px]]
+
|image     = [[Image:4265985437.PNG|thumb|500px]]
|features = [[Magma]], cave river, chasm, adamantine, sand, trees, flux and iron.
+
|features = [[Magma]], cave river, chasm, adamantine, sand, trees, flux and iron.
|missing = Giant cave spiders??
+
|missing   = Giant cave spiders??
 
}}
 
}}
 
</nowiki></pre>
 
</nowiki></pre>
 
Gives:
 
Gives:
 
{{Pregen world
 
{{Pregen world
|seed     = 4265985437
+
|seed     = 4265985437
|name     = The Legendary Ever-Realm
+
|name     = The Legendary Ever-Realm
|rejects = 51           
+
|rejects   = 51           
|version = .33f
+
|version   = .33f
|genname  = RANDOM
+
|World size= RANDOM
|link     = http://hyperfileshare.com/d/f91fae26
+
|link     = http://hyperfileshare.com/d/f91fae26
|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   = [[Image:4265985437.PNG|thumb|500px]]
+
|image     = [[Image:4265985437.PNG|thumb|500px]]
|features = [[Magma]], cave river, chasm, adamantine, sand, trees, flux and iron.
+
|features = [[Magma]], cave river, chasm, adamantine, sand, trees, flux and iron.
|missing = Giant cave spiders??
+
|missing   = Giant cave spiders??
 
}}
 
}}
  
 
</noinclude>
 
</noinclude>

Revision as of 06:10, 3 June 2008

Note

This is my attempt at modifying Template:Seeded World, Any suggestions would be greatly appreciated as I struggle through this :)

Usage

{{Pregen world
|seed      =               ! Seed used to generate world
|name      =               ! The name assigned to the world by the game
|rejects   = 	 
|version   =
|World size=               ! 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

Writing This:

{{Pregen world
|seed      = 4265985437
|name      = The Legendary Ever-Realm
|rejects   = 51           
|version   = .33f
|World size= RANDOM
|link      = http://hyperfileshare.com/d/f91fae26
|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     = [[Image:4265985437.PNG|thumb|500px]]
|features  = [[Magma]], cave river, chasm, adamantine, sand, trees, flux and iron.
|missing   = Giant cave spiders??
}}

Gives: