Template:Noticebox: Difference between revisions

From Destinypedia, the Destiny wiki

m (Text replacement - "border-radius: *\dpx 0 0 \dpx" to "border-radius:.5em 0 0 .5em")
mNo edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="noticebox {{{class|}}}" style="display:table; width:660px; background:{{{bgcolor|#f0f0ff}}}; border-left:10px solid {{{bordercolor|#006}}}; border-radius:.5em 0 0 .5em; margin:0 auto 10px"><div style="position:relative; border:1px solid {{{bordercolor|#006}}}; border-left:0; padding:5px">
<div class="noticebox {{{class|}}}" style="display:table; width:660px; max-width:100%; box-sizing:border-box; background:{{{bgcolor|#f0f0ff}}}; border-left:10px solid {{{bordercolor|#006}}}; border-radius:.5em 0 0 .5em; margin:0 auto 10px"><div style="position:relative; border:1px solid {{{bordercolor|#006}}}; border-left:0; padding:5px">
{{#if:{{{image|}}}|<div style="position:absolute; top:50%; margin-top:-13px">[[File:{{{image|Image.png}}}|{{{image-width|28px}}}|class={{{image-class|}}}|link=]]</div>|}} <div style="margin-left:{{#if:{{{image|}}}|38px|4px}}; color:{{{color|#000}}}">{{{1|Content here}}}</div>
{{#if:{{{image|}}}|<div style="position:absolute; top:50%; margin-top:-13px">[[File:{{{image}}}|{{{image-width|28px}}}|class={{{image-class|}}}|link=]]</div>}} <div style="margin-left:{{#if:{{{image|}}}|38px|4px}}; color:{{{color|#000}}}">{{{content|{{{1|Content here}}}}}}</div>
</div></div><noinclude>
</div></div><noinclude>
== About ==
== About ==
Line 13: Line 13:
<pre>
<pre>
{{Noticebox
{{Noticebox
|image=
|1=
|bgcolor=
|bgcolor=
|bordercolor=
|bordercolor=
|image=
|content=
}}
}}
</pre>
</pre>


[[Category:Parent templates]]
[[Category:Parent templates]]</noinclude>
[[Category:Notice templates]]</noinclude>

Latest revision as of 13:23, December 9, 2023

Content here

About

This template is only for administrative notice only. It is not for general use.

General
{{Noticebox|}}
Advanced
{{Noticebox
|bgcolor=
|bordercolor=
|image=
|content=
}}