Template:Warning: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{MessageBox| | <div class="warning-messagebox">{{MessageBox| | ||
bordercolorhex = | bordercolorhex = FFB2B2 | | ||
bgcolorhex = | bgcolorhex = FFE5E5 | | ||
image = File:Dialog-warning.png | | image = {{ #if: {{{2|}}} | File:Dialog-warning.png }} | | ||
title = Warning: | | title = Warning: | | ||
message = {{{1}}} | | message = {{{1}}} }}</div> <noinclude> | ||
{{Template documentation|Warning template for in-line and page warnings.| | |||
<syntaxhighlight lang="lua",N><nowiki>{{Warning|information|use warning image}}</nowiki></syntaxhighlight> | |||
* Example with warning image (recommended for page warnings): | |||
<syntaxhighlight lang="lua",N><nowiki>{{Warning|information|true}}</nowiki></syntaxhighlight> | |||
{{Warning|information|true}} | |||
* Example without warning image (recommended for in-line warnings): | |||
<syntaxhighlight lang="lua",N><nowiki>{{Warning|information}}</nowiki></syntaxhighlight> | |||
{{Warning|information}} | |||
}} | |||
</noinclude> |
Latest revision as of 23:17, 15 October 2024
Template Documentation
Warning template for in-line and page warnings.
Usage
<nowiki>{{Warning|information|use warning image}}</nowiki>
- Example with warning image (recommended for page warnings):
<nowiki>{{Warning|information|true}}</nowiki>
- Example without warning image (recommended for in-line warnings):
<nowiki>{{Warning|information}}</nowiki>