w:c:strategywiki>Prod (→Example: grammar) |
w:c:strategywiki>DrBob (Added class parameter) |
||
Line 3: | Line 3: | ||
<pre>{{sidebar | <pre>{{sidebar | ||
|float=left, right, or none (default: right) | |float=left, right, or none (default: right) | ||
|class=Variant class (e.g. "banner"; default: empty) | |||
|width=Box width (CSS syntax) | |width=Box width (CSS syntax) | ||
|title=Box title | |title=Box title | ||
Line 12: | Line 13: | ||
|float=right | |float=right | ||
|width=250px | |width=250px | ||
|title=Sidebar | |title=Sidebar example | ||
|contents=You can put whatever you want here. This is sort of like using really large parenthesis. | |contents=You can put whatever you want here. This is sort of like using really large parenthesis. | ||
}} | }} | ||
Line 18: | Line 19: | ||
|float=right | |float=right | ||
|width=250px | |width=250px | ||
|title=Sidebar | |title=Sidebar example | ||
|contents=You can put whatever you want here. This is sort of like using really large parentheses. | |contents=You can put whatever you want here. This is sort of like using really large parentheses. | ||
}}</pre> | |||
{{-}} | |||
{{sidebar | |||
|float=right | |||
|class=banner | |||
|width=250px | |||
|title=Banner class example | |||
|contents=This is using the "banner" ''class''. | |||
}} | |||
<pre>{{sidebar | |||
|float=right | |||
|class=banner | |||
|width=250px | |||
|title=Banner class example | |||
|contents=This is using the "banner" ''class''. | |||
}}</pre> | }}</pre> |
Revision as of 21:24, 18 February 2009
Documentation for {{Sidebar}}.
This template is used to provide additional information in a sidenote style. It is used as follows:
{{sidebar |float=left, right, or none (default: right) |class=Variant class (e.g. "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''. }}