w:c:strategywiki>Notmyhandle (correcting for numbered lists (which have a smaller margin)) |
w:c:strategywiki>Prod (convert to templatestyles) |
||
| Line 1: | Line 1: | ||
< | <templatestyles src="Template:Sidebar/styles.css" /><div class="t_sidebar {{#if:{{{class|}}}|t_sidebar_{{{class|}}}}}" style="float:{{{float|right}}}; {{#if:{{{width|}}}|width:{{{width}}}}}"> | ||
{{{contents | {{#if:{{{title|}}}|<div class="t_sidebar_title">{{{title|}}}</div>}} | ||
<div class="t_sidebar_contents">{{{contents|}}}</div> | |||
</div><noinclude> | |||
{{Documentation}} | {{Documentation}} | ||
[[Category:Templates | [[Category:Templates]]</noinclude> | ||
Revision as of 18:43, 20 May 2022
Page Template:Sidebar/styles.css has no content.
This page has been transcluded from Template:Sidebar/Documentation.
| This template uses TemplateStyles: |
This template is used to provide additional information in a sidenote style. It is used as follows:
{{sidebar
|float=left, right, or center (default: right)
|clear=left, right, or both (default: empty)
|styles=Guide-specific variant classes. (ex. eternal-sonata; default: empty)
|class=Variant class (ex. "banner"; default: empty)
|width=Box width (CSS syntax)
|title=Box title
|contents=Box contents
}}
Example
Page Template:Sidebar/styles.css has no content.
{{sidebar
|float=right
|width=250px
|title=Sidebar example
|contents=You can put whatever you want here. This is sort of like using really large parentheses.
}}
Page Template:Sidebar/styles.css has no content.
{{sidebar
|float=right
|class=banner
|width=250px
|title=Banner class example
|contents=This is using the "banner" ''class''.
}}