Difference between revisions of "Template:Colored box"

Jump to navigation Jump to search
add {{{class}}} parameter for other template using TemplateStyles, use TemplateStyles CSS instead of {{clr}}, produce a single outermost HTML element
en>Shirayuki
m (Protected "Template:Colored box": Excessive vandalism ([Edit=Allow only autoconfirmed users] (expires 02:17, 1 July 2021 (UTC)) [Move=Allow only autoconfirmed users] (expires 02:17, 1 July 2021 (UTC))))
en>Tacsipacsi
(add {{{class}}} parameter for other template using TemplateStyles, use TemplateStyles CSS instead of {{clr}}, produce a single outermost HTML element)
Line 1: Line 1:
<templatestyles src="Colored box/style.css"/><div class="mw-tpl-colorbox" style="{{#if:{{{background-content-color|}}}| background-color: {{{background-content-color|#fff}}}; }} {{{style|}}};"><!--
<div class="mw-tpl-colorbox {{{class|}}}" style="{{#if:{{{background-content-color|}}}| background-color: {{{background-content-color|#fff}}}; }} {{{style|}}}"><templatestyles src="Colored box/style.css"/><!--
--><div class="mw-tpl-colorbox-title" style="{{#if:{{{background-title-color|}}}|background-color:{{{background-title-color|#eaecf0}}};}}">{{#if:{{{icon|}}}|[[File:{{{icon}}}|20px|class=colorbox-title-icon|link=|alt=]]&#32;}}<strong style="{{#if:{{{title-color|}}}| color: {{{title-color|#000000}}}; }}">{{{title}}}</strong><!--
--><div class="mw-tpl-colorbox-title" style="{{#if:{{{background-title-color|}}}|background-color:{{{background-title-color|#eaecf0}}};}}">{{#if:{{{icon|}}}|[[File:{{{icon}}}|20px|class=colorbox-title-icon|link=|alt=]]&#32;}}<strong style="{{#if:{{{title-color|}}}| color: {{{title-color|#000000}}}; }}">{{{title}}}</strong><!--
-->{{#if:{{{link|}}}|<div class="mw-tpl-colorbox-title-corner">[[{{{link}}}|<span style="{{#if:{{{link-color|{{{title-color|}}}}}}| color: {{{link-color|{{{title-color|}}}}}}; }}">{{{view-text|view}}}</span>]]</div>}}
-->{{#if:{{{link|}}}|<div class="mw-tpl-colorbox-title-corner">[[{{{link}}}|<span style="{{#if:{{{link-color|{{{title-color|}}}}}}| color: {{{link-color|{{{title-color|}}}}}}; }}">{{{view-text|view}}}</span>]]</div>}}
</div><!--
</div><!--
--><div class="mw-tpl-colorbox-content">
--><div class="mw-tpl-colorbox-content">
{{{content}}}{{clr}}</div>
{{{content}}}
</div>
</div><noinclude>
</div><noinclude>
{{documentation}}
{{documentation}}
</noinclude>
</noinclude>
Anonymous user

Navigation menu