Difference between revisions of "Template:Note"

From Flexible Survival
Jump to: navigation, search
(Add lore note and update documentation)
m (Fix CSS)
 
Line 18: Line 18:
 
     box-shadow: 0 12px 18px -12px #c63f17;
 
     box-shadow: 0 12px 18px -12px #c63f17;
 
}
 
}
div.note-warning {
+
div.note-lore {
 
     border-color: #6b9b37;
 
     border-color: #6b9b37;
 
     background-color: #cfff95;
 
     background-color: #cfff95;

Latest revision as of 01:47, 1 November 2019

A template for short notes.

Usage

{{Note
| Icon = [<empty>|Warning|Lore]
| Content = Content of the note, which can be as long as you like really, but this template is intended for notes of a few sentences in length really.
}}

Examples

{{Note
| Content = This is a note, for information that needs to have attention drawn to it.
}}

{{Note
| Icon = Warning
| Content = This is a warning, used to indicate something that may have non-obvious unintended effects.
}}

{{Note
| Icon = Lore
| Content = This is a lore note, for noting things about the game's background and IC (in-character) history.
}}


Icon note.png This is a note, for information that needs to have attention drawn to it.


Icon note warning.png This is a warning, used to indicate something that may have non-obvious unintended effects.


Icon note lore.png This is a lore note, for noting things about the game's background and IC (in-character) history.