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.

User:Ral

From Dwarf Fortress Wiki
Jump to navigation Jump to search
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...