Template:Notice: Difference between revisions
From Mamiya Wiki
No edit summary |
Mamiyawiki (talk | contribs) mNo edit summary |
||
| (10 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
[[Category: | [[Category:Templates]] | ||
{{Template:Notice/Docs}} | {{Template:Notice/Docs}} | ||
</noinclude><includeonly> {{#css: | </noinclude><includeonly> {{#css: | ||
| Line 13: | Line 13: | ||
.noticeInfo { | .noticeInfo { | ||
color: # | color: #f4eedc; | ||
background-color: # | background-color: #3C5F45; | ||
border-color: # | border-color: #111913; | ||
} | } | ||
| Line 25: | Line 25: | ||
.noticeWarning { | .noticeWarning { | ||
color: # | color: #001514; | ||
background-color: # | background-color: #982E2E; | ||
border-color: # | border-color: #001514; | ||
} }} <div style="text-align: center"><div class="notice {{#if: {{{1|}}}|{{#switch: {{{1}}}|Spoiler|spoiler=noticeSpoiler|Warning|warning=noticeWarning|#default=noticeInfo}}|}}">{{#switch: {{{1}}}|Spoiler|spoiler=<b>Warning!</b> The following | } }} <div style="text-align: center"><div class="notice {{#if: {{{1|}}}|{{#switch: {{{1}}}|Spoiler|spoiler=noticeSpoiler|Warning|warning=noticeWarning|#default=noticeInfo}}|}}">{{#switch: {{{1}}}|Spoiler|spoiler=<b>Warning!</b> The following section contains spoilers for aspects of MAMIYA's story. Proceed with caution.|Warning|warning={{{2}}}|#default={{{1}}} }}</div></div> </includeonly> | ||
Latest revision as of 02:08, 6 December 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.
