Difference between revisions of "Template:Box"
From TLoZ: ALTTP Hacking Resources
(Created page with "<div style="width:90%;margin:10px auto;padding:10px;background:#eff;color:black;border-radius:5px;border:1px solid #ccc;"> {{{1}}} </div>") |
|||
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" style="min-width:{{{min-width|50}}}px;">[[File:{{{image|Placeholder.png}}}| {{{pic-align|center}}} | {{{caption|Hmmm...}}} | {{{iwidth|50}}}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> |
− | {{ | + | |
− | </ | + | Stolen from tcrf.net. |
+ | |||
+ | Message box template, used for generating an easy-to-make nagbox for people. Will probably be used in other container templates to automate some selections (image, color, etc)... Shouldn't really be used on its own except as a joke on userpages. | ||
+ | |||
+ | <nowiki>{{mbox</nowiki> | ||
+ | | text= Text inside the box | ||
+ | <u>optional:</u> | ||
+ | | image= Image to use (1:1 aspect ratio, resized to 50×50), file name only. | ||
+ | | iwidth= Image width in pixels (keep it at 50 generally), e.g. ''50''. | ||
+ | | 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''. | ||
+ | <nowiki>}}</nowiki> | ||
+ | |||
+ | [[Category:Templates]] | ||
+ | </noinclude> |
Revision as of 00:29, 22 December 2016
Message box template. Use attribute 'text' to change this! |
Stolen from tcrf.net.
Message box template, used for generating an easy-to-make nagbox for people. Will probably be used in other container templates to automate some selections (image, color, etc)... Shouldn't really be used on its own except as a joke on userpages.
{{mbox | text= Text inside the box optional: | image= Image to use (1:1 aspect ratio, resized to 50×50), file name only. | iwidth= Image width in pixels (keep it at 50 generally), e.g. 50. | 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. }}