Template:Warning: Difference between revisions

From Fate/Starry Night Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Tag: Reverted
Line 28: Line 28:
<!--T:14-->
<!--T:14-->
{{warning|1=<!--T:16--> Here is a long warning, which is sufficiently wordy to run onto a second line (unless you have a really large screen!), which would normally cause it to wrap round the icon, but because we passed it as a parameter it keeps its left alignment straight.}}
{{warning|1=<!--T:16--> Here is a long warning, which is sufficiently wordy to run onto a second line (unless you have a really large screen!), which would normally cause it to wrap round the icon, but because we passed it as a parameter it keeps its left alignment straight.}}
<!--T:15-->
<noinclude>
<templatedata>
{
"params": {
"Warning": {
"label": "Warning Message",
"description": "The main text of the warning. Do not include 'Warning:' as the template adds this automatically.",
"example": "Test Warning Message.",
"type": "content",
"default": "Attention required!",
"required": true
}
},
"description": "Warning Message template data:",
"format": "block"
}
</templatedata>
</noinclude>


== See also == <!--T:18-->
== See also == <!--T:18-->


[[Category:Warning templates]]
[[Category:Warning templates]]

Revision as of 05:50, 17 February 2026

Warning Warning:

Usage

This template has two possible usages:

  1. Will have the text flow below when the warning text is too long.
  2. Uses a table to indent the text.

Method 1

The following displays the warning icon and the word "Warning:".

You can follow this with whatever text/images/markup you like.

Example:

Warning Warning: Don't do that!

Method 2

The following includes the text passed to the template, and uses a table to stop the text flowing round the icon.

Warning Warning: Here is a long warning, which is sufficiently wordy to run onto a second line (unless you have a really large screen!), which would normally cause it to wrap round the icon, but because we passed it as a parameter it keeps its left alignment straight.


Warning Message template data:

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Warning MessageWarning

The main text of the warning. Do not include 'Warning:' as the template adds this automatically.

Default
Attention required!
Example
Test Warning Message.
Contentrequired


See also