Template:ColoredBox: Difference between revisions

From PeltedWiki
Jump to navigation Jump to search
(Created page with "<templatestyles src="Colored box/style.css"/><div class="mw-tpl-colorbox" style="{{#if:{{{background-content-color|}}}| background-color: {{{background-content-color|#fff}}};...")
 
(Replaced content with "Er... I don't know how to make this work. Research needed.")
Tag: Replaced
 
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|}}};"><!--
Er... I don't know how to make this work. Research needed.
--><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>}}
</div><!--
--><div class="mw-tpl-colorbox-content">
{{{content}}}{{clr}}</div>
</div><noinclude>
{{documentation}}
</noinclude>

Latest revision as of 20:06, 23 May 2020

Er... I don't know how to make this work. Research needed.