Difference between revisions of "Template:Mbox"
(Tag: Undo) |
|||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | <table class="msgbox" style="{{ #if: {{{border|}}} | border-color: {{{border}}}; | }} {{ #if: {{{background|}}} | background: {{{background}}}; | }} {{ #if: {{{color|}}} | color: {{{color}}}; | }}"><tr><td class="msgboximg">[[File:{{{image|Placeholder.png}}}| {{{pic-align|center}}} | {{{caption|}}} | {{{iwidth|}}}px]]</td><td>{{{text|'''Message box template'''.<br>Use attribute 'text' to change this!}}}</td></tr></table>{{ #if: {{{category1|}}} | [[Category:{{{category1}}}]] | }}{{ #if: {{{category2|}}} | [[Category:{{{category2}}}]] | }}{{ #if: {{{category3|}}} | [[Category:{{{category3}}}]] | }}<noinclude> | + | <table class="msgbox" style="{{ #if: {{{border|}}} | border-color: {{{border}}}; | }} {{ #if: {{{background|}}} | background: {{{background}}}; | }} {{ #if: {{{color|}}} | color: {{{color}}}; | }}"><tr><td class="msgboximg">[[File:{{{image|Placeholder.png|}}}| {{{pic-align|center}}} | link= | {{{caption|}}} | {{{iwidth|}}}px]]</td><td>{{{text|'''Message box template'''.<br>Use attribute 'text' to change this!}}}</td></tr></table>{{ #if: {{{category1|}}} | [[Category:{{{category1}}}]] | }}{{ #if: {{{category2|}}} | [[Category:{{{category2}}}]] | }}{{ #if: {{{category3|}}} | [[Category:{{{category3}}}]] | }}<noinclude> |
Message box template, used for generating an easy-to-make nagbox for people. | Message box template, used for generating an easy-to-make nagbox for people. | ||
Line 6: | Line 6: | ||
| text= Text inside the box | | text= Text inside the box | ||
<u>optional:</u> | <u>optional:</u> | ||
− | | image= Image to use (1:1 aspect ratio), file name | + | | image= Image to use (1:1 aspect ratio), file name only. |
| iwidth= Image width in pixels. | | iwidth= Image width in pixels. | ||
| caption= Image caption. | | caption= Image caption. | ||
Line 19: | Line 19: | ||
<nowiki>}}</nowiki> | <nowiki>}}</nowiki> | ||
− | |||
</noinclude> | </noinclude> |
Latest revision as of 17:00, 26 February 2019
Message box template. Use attribute 'text' to change this! |
Message box template, used for generating an easy-to-make nagbox for people.
{{mbox | text= Text inside the box optional: | image= Image to use (1:1 aspect ratio), file name only. | iwidth= Image width in pixels. | caption= Image caption. | border= Border color, e.g. named constants, #0123456, #123, etc. | background= Background color. | color= Text color. | category1= Category to put this page in. | category2= Second category to put this page in. | category3= Third category to put this page in. | min-width= Minimum width to put the picture in. | pic-align= Picture alignment. Use left, right, or center. Defaults to center. }}