Template:MessageBox: Difference between revisions
Jump to navigation
Jump to search
m (moved Template:Ambox to Template:MessageBox: Renamed template to better name) |
No edit summary |
||
(46 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{| cellspacing="0" | <noinclude>{{Warning|This template is included in a lot of pages/articles. Test your changes when you edit this template!|true}}</noinclude> | ||
| style="width: 32px; vertical-align:top; {{#if: {{{image|}}} | | display: none; }}" rowspan="2" | [[{{{image}}}|link=]] | <includeonly>{| cellspacing="0" cellpadding="0" style="padding: 5px; padding-left: 12px; padding-right: 12px; border-radius: 10px; width: 60%; margin: 6px auto 2px auto; border: 1px solid #{{#if: {{{bordercolorhex|}}} | {{{bordercolorhex}}} | CCCCCC }}; background: transparent; border-left: 25px solid #{{#if: {{{bordercolorhex|}}} | {{{bordercolorhex}}} | CCCCCC }};" | ||
|style="padding-left: 10px;" |{{#if: {{{title|}}}|'''{{{title}}}'''}} {{{message}}} | |style="width: 32px; vertical-align:top; {{#if: {{{image|}}} | | display: none; }}" rowspan="2" | [[{{{image}}}|link=|{{#if: {{{imageSize|}}}|{{{imageSize}}}}}]] | ||
|style="{{#if: {{{image|}}} | padding-left: 10px; }}" |{{#if: {{{title|}}}|'''{{{title}}}'''}} {{#if: {{{message|}}}|{{{message}}}}} | |||
|- | |- | ||
|rowspan="1" style="padding-left: 10px;"|{{#if: {{{subtext|}}}|<hr style="background: #{{{bordercolorhex}}};"/>{{{subtext}}} }} | |rowspan="1" style="padding-left: 10px;"|{{#if: {{{subtext|}}}|<hr style="background: #{{{bordercolorhex}}};"/>{{{subtext}}} }} | ||
|}</includeonly> | |}</includeonly><noinclude> | ||
'''Article message box''' | |||
<syntaxhighlight lang="lua"> | |||
{{MessageBox| | |||
{{ | |||
bordercolorhex = FFADAD | | bordercolorhex = FFADAD | | ||
bordertype = | | |||
bgcolorhex = F9F9F9 | | bgcolorhex = F9F9F9 | | ||
image = File:Dialog-warning.png | | image = File:Dialog-warning.png | | ||
title = | imageSize = 50px| -- make it bigger | ||
title = Warninga: | | |||
message = Test TEXT 1 2 3 | | message = Test TEXT 1 2 3 | | ||
subtext = More Text | | subtext = More Text | |
Latest revision as of 13:55, 20 September 2021
Article message box
{{MessageBox| bordercolorhex = FFADAD | bordertype = | bgcolorhex = F9F9F9 | image = File:Dialog-warning.png | imageSize = 50px| -- make it bigger title = Warninga: | message = Test TEXT 1 2 3 | subtext = More Text | }}