- 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.
Difference between revisions of "User:Ral"
m |
m |
||
Line 1: | Line 1: | ||
+ | {{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]]. | ||
+ | |||
+ | 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. | Greetings, I am Ral. | ||
Line 13: | Line 32: | ||
Main page sandbox: | 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> | ||
+ | }} |
Revision as of 20:59, 7 May 2011
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.
I've been doing or have done major work on:
- Adventurer mode
- Adventure mode quick start
- Dwarf fortress mode
- Quickstart guide
- Advanced world generation
- Mass Pitting
Contact Ral on the forum
Main page sandbox:
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...