User:Deprecated/Template:DeprecatedTest: Difference between revisions
Jump to navigation
Jump to search
Deprecated (talk | contribs) No edit summary |
Deprecated (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<table class="metadata plainlinks mbox" style="border: 1px solid {{{bdcolor2|#525252}}}; {{{borderstyle|border-left: 10px solid}}} {{{bdcolor|#537AA8}}}; margin: {{{margin|0 10%; margin-top: -1px}}}; padding: {{{padding|}}}; font-style: {{{ | <table class="metadata plainlinks mbox" style="border: 1px solid {{{bdcolor2|#525252}}}; {{{borderstyle|border-left: 10px solid}}} {{{bdcolor|#537AA8}}}; margin: {{{margin|0 10%; margin-top: -1px}}}; padding: {{{padding|}}}; font-style: {{{txtstyle|normal}}}; background-color: {{{bgcolor|#28374b}}}; {{#if: {{{txtcolor|}}} | color: {{{txtcolor|}}} }}"> | ||
<tr> | <tr> | ||
<td class="mbox-image"> | <td class="mbox-image"> | ||
Line 57: | Line 57: | ||
Result: | Result: | ||
{{ | {{User:Deprecated/Template:DeprecatedTest | ||
|text = Text here | |text = Text here | ||
|small = Small text here | |small = Small text here |
Revision as of 15:49, 24 February 2020
![]() |
{{{text}}} |
Documentation
A simple messagebox template.
All parameters except text are optional, as they will be defined by default.
List of Parameters
text = Write your text
small = Write small text
txtcolor = Color of all text
txtstyle = Style of all text
image = link_to_some_resource_or_page_at_this_wiki
- link in format ''http://...'' or just name of page at this wiki (like "Template:Messagebox" without quotes)
bgcolor = color of background
borderstyle = style of special border, by default left border; can be defined but left blank for no special border
bdcolor = color of special border
bdcolor2 = color of overall box border
margin = margin style
padding = padding
Example
{{messagebox |text = Text here |small = Small text here |txtcolor = Red |txtstyle = italic |image = [[File:en.png|55px|link=Template:Messagebox]] (Leave blank for Info.png) |bgcolor = yellow |bdcolor = green |bdcolor2 = blue |padding = 1em }}
Result:
Text here
|