Welcome to the DFO World Wiki. With many major updates since the release of DFO, many items are missing. Visit Item Database Project to learn more.
Please remember to click "show preview" before saving the page.
Thanks for the updated logo snafuPop!

Difference between revisions of "Template:DFOBox"

From DFO World Wiki
Jump to: navigation, search
(added alignment argument)
m
Line 7: Line 7:
 
         color:#f8d8a8;
 
         color:#f8d8a8;
  
         margin:{{#switch:{{{align}}}|left=left|center=auto|right=right|left}};
+
         float:{{#if:{{{align|}}}|{{{align}}}|left}};
 +
        margin:left;
 
         padding-top:5px;
 
         padding-top:5px;
 
         padding-bottom:0px;
 
         padding-bottom:0px;
Line 34: Line 35:
 
== Usage ==
 
== Usage ==
 
;width : Sets the width to a percentage value (100 = 100%). Set to 30% by default.
 
;width : Sets the width to a percentage value (100 = 100%). Set to 30% by default.
;align : Sets the alignment of the text box to the page. Allowable values: '''left''' (default), '''center''', or '''right'''.
+
;align : Sets the alignment of the text box to the page. Allowable values: '''left''' (default) or '''right'''.
  
 
== Example ==
 
== Example ==
Line 53: Line 54:
 
* [[Main_Page|Page links]]
 
* [[Main_Page|Page links]]
 
* {{Item|Clear Cube Fragment}}s
 
* {{Item|Clear Cube Fragment}}s
* {{IconLink|Basic Training}}}}</noinclude>
+
* {{IconLink|Basic Training}}}}
 +
 
 +
[[Category:Formatting Templates]]
 +
</noinclude>

Revision as of 18:39, 21 June 2023


Description

Renders a text box in the style of in-game tool-tips. Use in conjunction with Template:DFOColor to use standardized colors from in-game.

Usage

width 
Sets the width to a percentage value (100 = 100%). Set to 30% by default.
align 
Sets the alignment of the text box to the page. Allowable values: left (default) or right.

Example

{{DFObox|width=50%|Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
----
As you can see, you can also format text and use templates:
* '''Bold Text'''
* ''Italicized Text''
* [[Main_Page|Page links]]
* {{Item|Clear Cube Fragment}}s
* {{IconLink|Basic Training}}}}
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

As you can see, you can also format text and use templates: