Template:Warning hu: Difference between revisions
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 |
||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
bgcolorhex = FFE5E5 | | bgcolorhex = FFE5E5 | | ||
image = {{ #if: {{{2|}}} | File:Dialog-warning.png }} | | image = {{ #if: {{{2|}}} | File:Dialog-warning.png }} | | ||
title = | title = Figyelmeztetés: | | ||
message = {{{1}}} }} <noinclude> | message = {{{1}}} }} <noinclude> | ||
{{Template documentation| | {{Template documentation|Figyelmeztetés minta a sorközi és az oldal figyelmeztetésekhez.| | ||
<syntaxhighlight lang="lua",N><nowiki>{{Warning|information|use warning image}}</nowiki></syntaxhighlight> | <syntaxhighlight lang="lua",N><nowiki>{{Warning|information|use warning image}}</nowiki></syntaxhighlight> | ||
* | * Példa figyelmeztetés ikonnal (oldalakon elhelyezett figyelmeztetésekhez ajánlott): | ||
<syntaxhighlight lang="lua",N><nowiki>{{Warning|information|true}}</nowiki></syntaxhighlight> | <syntaxhighlight lang="lua",N><nowiki>{{Warning|information|true}}</nowiki></syntaxhighlight> | ||
{{ | {{Warning_hu|információ|true}} | ||
* | * Példa ikon nélküli figyelmeztetésekhez (ajánlott a sorközi figyelmeztetésekhez): | ||
<syntaxhighlight lang="lua",N><nowiki>{{Warning|information}}</nowiki></syntaxhighlight> | <syntaxhighlight lang="lua",N><nowiki>{{Warning|information}}</nowiki></syntaxhighlight> | ||
{{ | {{Warning_hu|infromáció}} | ||
}} | }} | ||
</noinclude> | </noinclude> |
Latest revision as of 11:52, 11 August 2018
Figyelmeztetés: {{{1}}} |
Template Documentation
Figyelmeztetés minta a sorközi és az oldal figyelmeztetésekhez.
Usage
<nowiki>{{Warning|information|use warning image}}</nowiki>
- Példa figyelmeztetés ikonnal (oldalakon elhelyezett figyelmeztetésekhez ajánlott):
<nowiki>{{Warning|information|true}}</nowiki>
Figyelmeztetés: információ | |
- Példa ikon nélküli figyelmeztetésekhez (ajánlott a sorközi figyelmeztetésekhez):
<nowiki>{{Warning|information}}</nowiki>
Figyelmeztetés: infromáció |