Difference between revisions of "Template:Main page box"
Jump to navigation
Jump to search
Kevin Wang (talk | contribs) (Created page with "<div style="border:1px gray solid;padding:15px;min-width:fit-content;margin:12px;background: #f9f9f9"> {{{1}}} </div>") |
Kevin Wang (talk | contribs) m |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <div style="border:1px | + | <div style=" |
− | {{{1}}} | + | border:1px solid; |
− | </div> | + | border-color:{{{bordercolor|#ddd}}}; |
+ | padding:{{{padding|0.5em}}}; | ||
+ | min-width:{{{minwidth|fit-content}}}; | ||
+ | max-width:100%; | ||
+ | margin:{{{margin|12px}}}; | ||
+ | background: {{{background|#f9f9f9}}}; | ||
+ | {{{style|}}}"> | ||
+ | {{{1|{{{content|<nowiki>[put content here]</nowiki>}}}}}} | ||
+ | </div><noinclude> | ||
+ | Box for use on the main page. | ||
+ | |||
+ | If the box incorporates external links, make use of the "context" explicit parameter rather than the first anonymous parameter. | ||
+ | |||
+ | Style args: | ||
+ | *bordercolor | ||
+ | *padding | ||
+ | *minwidth | ||
+ | *margin | ||
+ | *background | ||
+ | *style | ||
+ | </noinclude> |
Latest revision as of 21:45, 29 March 2023
[put content here]
Box for use on the main page.
If the box incorporates external links, make use of the "context" explicit parameter rather than the first anonymous parameter.
Style args:
- bordercolor
- padding
- minwidth
- margin
- background
- style