Template:Sidebox

From Step Mods | Change The Game

Forum Topic

Purpose & Usage[edit source]

This template creates a left or right floating "sidebox." It is generally desirable to call the {{clear}} template after it to clear the float.

Required Parameters[edit source]

header - The heading or title

Values
Default: n/a, title=Title Text

text - The body text

Values
Default: n/a, body=body text ...

Optional Parameters[edit source]

width - Sets the % width of the sidebox

Values
Default: width=50
  • 1-100 (always use 10%-50% )

float - Sets the direction the sidebox floats

Values
Default: float=right
  • left
  • right

Examples[edit source]

Default Call[edit source]

The simplest call returns defaults for the template.

Code:
{{Sidebox
|title=This is a heading
|text=This is my sidebar with as much text as I could quickly write.}}
Result:

Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?

Optional Call[edit source]

Info-Logo.png

NOTE

Use {{clear}} when using this template near headings or other markup that should clear the Sidebox.
Code:
{{Sidebox
|width=75
|float=left
|title=This is a heading
|text=This is my sidebar with as much text as I could quickly write. This is my sidebar with as much text as I could quickly write. This is my sidebar with as much text as I could quickly write. This is my sidebar with as much text as I could quickly write. This is my sidebar with as much text as I could quickly write. This is my sidebar with as much text as I could quickly write. This is my sidebar with as much text as I could quickly write. This is my sidebar with as much text as I could quickly write. This is my sidebar with as much text as I could quickly write. This is my sidebar with as much text as I could quickly write. This is my sidebar with as much text as I could quickly write. This is my sidebar with as much text as I could quickly write. This is my sidebar with as much text as I could quickly write.}}
{{clear}}
Result:

Related Templates[edit source]

None