Template:Trigger: Difference between revisions
Jump to navigation
Jump to search
m (does this image thing help drop the line break??) |
m (cleaner) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div style="background-color: | <div style="background-color: #ffffff; margin: 0 2.5%; padding: 0 0px; border: 1px solid #ff0000;"> | ||
{| border="0" | {| border="0" | ||
|- | |- | ||
| width="3" bgcolor=#ff0000| | | width="3" bgcolor=#ff0000| | ||
| width="40" align="center"|[[File:{{{image|Trigger warning icon.jpg}}}|25x25px|link=]] | | width="40" align="center"|[[File:{{{image|Trigger warning icon.jpg}}}|25x25px|link=]] | ||
| '''{{{1|Trigger warning (general) | | {{#if:{{{1|}}}|'''Trigger warning: {{{1}}}|'''Trigger warning (general)'''}} | ||
|} | |} | ||
</div> | </div><noinclude> | ||
=== Description === | === Description === | ||
This is a simple message box to introduce a trigger warning. Of course, general viewers will see it, so don't use it inappropriately. | This is a simple message box to introduce a trigger warning. Of course, general viewers will see it, so don't use it inappropriately. | ||
If no | If no specific warning type is added after the pipe, <code>|</code>, this generic message will be displayed: | ||
<pre>{{trigger}}</pre> | <pre>{{trigger}}</pre> | ||
appears as: | appears as: | ||
Line 17: | Line 17: | ||
=== Usage === | === Usage === | ||
<pre> | <pre> | ||
{{trigger| | {{trigger|suicide, death}} | ||
</pre> | </pre> | ||
appears as: | appears as: | ||
{{trigger| | {{trigger|suicide, death}} | ||
[[Category: Message templates]] | [[Category: Message templates]] | ||
[[Category: Templates]] | [[Category: Templates]] | ||
</noinclude> | </noinclude> |
Latest revision as of 05:58, 2 August 2024
Trigger warning (general) |
Description
This is a simple message box to introduce a trigger warning. Of course, general viewers will see it, so don't use it inappropriately.
If no specific warning type is added after the pipe, |
, this generic message will be displayed:
{{trigger}}
appears as:
Trigger warning (general) |
Usage
{{trigger|suicide, death}}
appears as:
Trigger warning: suicide, death |