Template:Comment-box1
(Difference between revisions)
Sans Deity (Talk | contribs) |
Sans Deity (Talk | contribs) |
||
| Line 1: | Line 1: | ||
<div style="align: center; width: {{{width|auto}}}; background: {{{bg|#FFF7D2}}}; padding: 0 0 0 1em; margin: .5em {{{rmargin|1em}}} 1em {{{lmargin|1em}}}; border: {{{border|1px solid #777}}}"> | <div style="align: center; width: {{{width|auto}}}; background: {{{bg|#FFF7D2}}}; padding: 0 0 0 1em; margin: .5em {{{rmargin|1em}}} 1em {{{lmargin|1em}}}; border: {{{border|1px solid #777}}}"> | ||
| − | {{{label| | + | {{{label|'''Comment:''' }}}{{{text}}} |
</div> | </div> | ||
Revision as of 13:11, 24 August 2006
Comment: {{{text}}}
Usage
{{Comment-box1|width=setting(optional)|bg=color(optional)|rmargin=xx(optional)|lmargin=xx(optional)|border=xx(optional)|text=Sample text...}}
Samples
{{Comment-box1|width=75%|bg=lightgreen|text=Here's some sample text.}} yields:
Here's some sample text.
{{Comment-box1|rmargin=200px|lmargin=75px|text=Here's some sample text.}} yields:
Here's some sample text.
{{Comment-box1|width=auto|border=5px dotted #3FDDE4|text=Here's some sample text.|label=Recipe:}} yields:
Here's some sample text.
{{Comment-box1|bg=#DDF|text=Here's some sample text.}} yields:
Here's some sample text.