Template: BoxOutline
From Trekipedia
m |
m |
||
Line 3: | Line 3: | ||
* width (default 25%) | * width (default 25%) | ||
* float (right/left/center) (default right) | * float (right/left/center) (default right) | ||
+ | * color (default Blue) | ||
* other | * other | ||
− | </noinclude><div class="BoxOutline ButtonAll" style="width:{{{width|25%}}};float:{{{float|right}}};{{{other}}}"> | + | </noinclude><div class="BoxOutline ButtonAll {{{color|Blue}}}BG" style="width:{{{width|25%}}};float:{{{float|right}}};{{{other}}}"> |
<noinclude> | <noinclude> | ||
[[Category:Templates]] | [[Category:Templates]] | ||
[[Category:Layout Templates]] | [[Category:Layout Templates]] | ||
</noinclude> | </noinclude> |
Revision as of 17:59, 29 August 2019
Creates an Outlined Box element. Variables:
- width (default 25%)
- float (right/left/center) (default right)
- color (default Blue)
- other