- 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"
Jump to navigation
Jump to search
m (15 revisions imported) |
|||
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | <includeonly><div class="{{{class | + | <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}} | ||
− | == | + | <pre> |
− | + | {{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