Difference between revisions of "Template:Notice float right"
Jump to navigation
Jump to search
(update) |
(examples) |
||
| Line 1: | Line 1: | ||
<div style="width:380px; border:solid #FAD6A5 2px; background-color:#FCFED4; text-align:left; float:right; padding:5px; font-size:90%; margin-left:15px;"> | <div style="width:380px; border:solid #FAD6A5 2px; background-color:#FCFED4; text-align:left; float:right; padding:5px; font-size:90%; margin-left:15px;"> | ||
| − | {{{1|}}}</div> | + | {{{1|}}}</div><noinclude> |
| + | This template is designed to creating a floating section that can keep useful or important information (such as a list, references, or whatever) in one spot by using normally empty space on pages. Use this template by copying the following: | ||
| + | |||
| + | <code><nowiki>{{Notice float right|1=</nowiki><br/><nowiki> | ||
| + | Replace this line with the contents.</nowiki><br/><nowiki> | ||
| + | }}</nowiki></code> | ||
| + | |||
| + | {{Notice float right|1= | ||
| + | '''Things I need to do:''' | ||
| + | *Fix this | ||
| + | *Fix that | ||
| + | *Fix the other thing | ||
| + | }} | ||
| + | For example, this: | ||
| + | |||
| + | <code><nowiki>{{Notice float right|1=</nowiki><br/><nowiki> | ||
| + | '''Things I need to do:'''</nowiki><br/><nowiki> | ||
| + | *Fix this</nowiki><br/><nowiki> | ||
| + | *Fix that</nowiki><br/><nowiki> | ||
| + | *Fix the other thing</nowiki><br/><nowiki> | ||
| + | }}</nowiki></code> | ||
| + | |||
| + | will produce the example over on the right. | ||
| + | |||
| + | </noinclude> | ||
Revision as of 16:13, 5 April 2019
This template is designed to creating a floating section that can keep useful or important information (such as a list, references, or whatever) in one spot by using normally empty space on pages. Use this template by copying the following:
{{Notice float right|1=
Replace this line with the contents.
}}
Things I need to do:
- Fix this
- Fix that
- Fix the other thing
For example, this:
{{Notice float right|1=
'''Things I need to do:'''
*Fix this
*Fix that
*Fix the other thing
}}
will produce the example over on the right.