Template:Warning hu: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "{{MessageBox| bordercolorhex = FFB2B2 | bgcolorhex = FFE5E5 | image = {{ #if: {{{2|}}} | File:Dialog-warning.png }} | title = Warning: | message = {{{1}}} }} <n...")
 
mNo edit summary
Line 3: Line 3:
   bgcolorhex = FFE5E5 |
   bgcolorhex = FFE5E5 |
   image = {{ #if: {{{2|}}} | File:Dialog-warning.png }} |
   image = {{ #if: {{{2|}}} | File:Dialog-warning.png }} |
   title = Warning: |
   title = Figyelmeztetés: |
   message = {{{1}}} }} <noinclude>
   message = {{{1}}} }} <noinclude>



Revision as of 11:49, 11 August 2018

[[|link=|]] Figyelmeztetés: {{{1}}}

Applications-office.pngTemplate 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>
Dialog-warning.png Warning: information
  • Example without warning image (recommended for in-line warnings):
<nowiki>{{Warning|information}}</nowiki>
[[|link=|]] Warning: information