• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Difference between revisions of "Template:Notice"

From Kancolle Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
<includeonly><div class="{{{class|}}}"><div style="width:96%; border:2px solid #aa5; background:#ffc; text-align:{{{align|center}}}; margin:15px auto 20px; padding:5px; {{{style|}}}">{{{1|}}}</div></div></includeonly><noinclude>
+
<includeonly><div class="{{{class|}}}"><div style="width:96%; border:2px solid {{{border_color|#aa5}}}; background:{{{color|#ffc}}}; text-align:{{{align|center}}}; margin:15px auto 20px; padding:5px; {{{style|}}}">{{{1|}}}</div></div></includeonly><noinclude>
 
==Usage==
 
==Usage==
 
<pre>
 
<pre>
Line 6: Line 6:
 
Result:
 
Result:
 
{{Notice|Message here}}
 
{{Notice|Message here}}
==See Also==
+
<pre>
[[Template:Stub|Stub]], [[Template:Warning|Warning]], [[Template:Under Construction|Under Construction]], [[Template:Ambox|Ambox]]
+
{{Notice|Message here|border_color=darkblue|color=lightblue}}
 +
</pre>
 +
Result:
 +
{{Notice|Message here|border_color=darkblue|color=lightblue}}
 
</noinclude>
 
</noinclude>

Revision as of 21:44, 10 August 2016

Usage

{{Notice|Message here}}

Result:

Message here
{{Notice|Message here|border_color=darkblue|color=lightblue}}

Result:

Message here