Template:Notice: Difference between revisions
From Mamiya Wiki
Mamiyawiki (talk | contribs) mNo edit summary |
Mamiyawiki (talk | contribs) mNo edit summary |
||
| Line 13: | Line 13: | ||
.noticeInfo { | .noticeInfo { | ||
color: # | color: #B7AF96; | ||
background-color: # | background-color: #7B7461; | ||
border-color: # | border-color: #0B0A08; | ||
} | } | ||
Revision as of 16:54, 30 June 2023
Creates 1 of 3 types of Notice boxes: general (green), spoiler (yellow), and warning (red).
How to Use
Click the respective header links to see live examples of each Notice box.
General
{{Notice|Whatever is here will be the notice text. There is no need to state a 'type', unlike for the other 2 Notice boxes.}}would generate this:
Whatever is here will be the notice text. There is no need to state a 'type', unlike for the other 2 Notice boxes.
Spoiler
{{Notice|spoiler}}would automatically generate this standard spoiler tag:
Warning! The following section contains spoilers for aspects of MAMIYA's story. Proceed with caution.
Warning
{{Notice|warning|<b>Trigger warning</b>: A section of the story summary below depicts [insert topics here]. Reader discretion is advised.}}would generate this:
Trigger warning: A section of the story summary below depicts [insert topics here]. Reader discretion is advised.
Note that the use of this box is not restricted to trigger warnings only, and may be used for any other important warnings for wiki visitors.
