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 "User:Ral"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
m
(latest stuff)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
Greetings, I am Ral.
+
{{TipBox2
 +
|float=right
 +
|width=50%
 +
|titlebg=#a00
 +
|textbg=#fee
 +
|Tip Boxes!
 +
|I've also created a template that people can use to embed "tips" in documentation that might otherwise interrupt the flow of things. They're most appropriate for tutorial-type documents that have a sort of step-to-step nature, similar to the "Whatever for Dummies" books. See [[DF2010:Quickstart guide]] for example usage. Also see [[Template:TipBox2]].
  
I've been working on and wrote most of:
+
This tip box style can be created with:
 +
 
 +
<pre>{{TipBox2
 +
  |float=right  (defaults to no float)
 +
  |width=50%    (defaults to 35% for floating)
 +
  |titlebg=#a00 (defaults to green #0a0)
 +
  |textbg=#fee  (defaults to white)
 +
  |Tip Boxes!
 +
  |I've also created...}}</pre>
 +
}}
 +
 
 +
Greetings, I am Ral. On steam I am NimrodX. I wrote [https://steamcommunity.com/sharedfiles/filedetails/?id=2899235556 Dwarf Fortress Intermediate Guide: Strike The Earth Like a Master].
 +
 
 +
In the past I have done major work on:
 
* [[Adventurer mode]]
 
* [[Adventurer mode]]
 
* [[Adventure mode quick start]]
 
* [[Adventure mode quick start]]
 +
* [[Dwarf fortress mode]]
 +
* [[Quickstart guide]]
 
* [[Advanced world generation]]
 
* [[Advanced world generation]]
 +
* [[Mass pitting]]
  
Contact [http://www.bay12forums.com/smf/index.php?action=profile;u=35653 Ral on the forum]
+
But it has been years!
  
Am messing with:
+
Contact:
* [[User:Ral/Fortress mode]]
+
*[http://www.bay12forums.com/smf/index.php?action=profile;u=35653 Ral on the forum]
 +
*[https://steamcommunity.com/id/nimrodx/ Steam Profile]
 +
 
 +
Main page sandbox:
 
* [[User:Ral/Testmain]]
 
* [[User:Ral/Testmain]]
 +
 +
 +
 +
 +
{{TipBox2
 +
|titlebg=#0a0
 +
|textbg=#efe
 +
|Tip Boxes! No Float (inline)
 +
|If you omit the float parameter then you'll get something like this that's inline with the text. This can be used to emphasize warnings, etc. Width defaults to 80% for the inline type box and 35% for the floating box, so you can usually leave out the width also.
 +
 +
<pre>{{TipBox2
 +
  |titlebg=#0a0
 +
  |textbg=#efe
 +
  |Tip Boxes! No Float (inline)
 +
  |If you omit...</pre>
 +
}}

Latest revision as of 08:59, 12 January 2023

Tip Boxes!

I've also created a template that people can use to embed "tips" in documentation that might otherwise interrupt the flow of things. They're most appropriate for tutorial-type documents that have a sort of step-to-step nature, similar to the "Whatever for Dummies" books. See DF2010:Quickstart guide for example usage. Also see Template:TipBox2.

This tip box style can be created with:

{{TipBox2
   |float=right  (defaults to no float)
   |width=50%    (defaults to 35% for floating)
   |titlebg=#a00 (defaults to green #0a0)
   |textbg=#fee  (defaults to white)
   |Tip Boxes!
   |I've also created...}}


Greetings, I am Ral. On steam I am NimrodX. I wrote Dwarf Fortress Intermediate Guide: Strike The Earth Like a Master.

In the past I have done major work on:

But it has been years!

Contact:

Main page sandbox:



Tip Boxes! No Float (inline)

If you omit the float parameter then you'll get something like this that's inline with the text. This can be used to emphasize warnings, etc. Width defaults to 80% for the inline type box and 35% for the floating box, so you can usually leave out the width also.

{{TipBox2
   |titlebg=#0a0
   |textbg=#efe
   |Tip Boxes! No Float (inline)
   |If you omit...