• 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 (15 revisions imported)
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly><div style="width:96%; border:2px solid #aa5; background:#ffc; text-align:center; margin:15px auto 20px;">{{{1|}}}</div></includeonly><noinclude>
+
<includeonly>{{clear}}<div {{#if:{{{class|}}}|class="{{{class}}}"}} style="width:{{{width|96%}}}; border:2px solid {{{border_color|#aa5}}}; background:{{{color|#ffc}}}; color:#000; text-align:{{{align|center}}}; margin:15px auto 20px; padding:5px; {{{style|}}}">{{{1|}}}</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|width=90%}}
 +
</pre>
 +
Result:
 +
{{Notice|Message here|border_color=darkblue|color=lightblue|width=90%}}
 
</noinclude>
 
</noinclude>

Latest revision as of 12:06, 1 August 2021

Usage

{{Notice|Message here}}

Result:

Message here
{{Notice|Message here|border_color=darkblue|color=lightblue|width=90%}}

Result:

Message here