0
edits
(changing float default to right) |
(This revision and previous are available under: CC BY-SA 3.0. See list of authors in previous history below.) |
||
| Line 1: | Line 1: | ||
<noinclude> | |||
Use: <code><nowiki>{{Notebox|Stuff I want to say}}</nowiki></code> | |||
Or for a multi-bullet box: | |||
<nowiki>{{Notebox|The first line | |||
* The second line | |||
}}</nowiki> | |||
[[Category:General wiki templates|{{PAGENAME}}]] | |||
---- | |||
</noinclude> | |||
<div class="mainpagetableblue" style="float:{{{float|right}}}; width: 20em; border: 1px #606080 solid; padding: 5px; margin: 0em 0em 1em 2em; font-size:85%;">{{{1}}}</div> | |||