Template:BobRow
Jump to navigation
Jump to search
Use this to add rows to breakout box templates.
Usage
{{BobRow|headline=y|align=left|bgcolor=#888|textcolor=#FFF|Title|Content}}
- If your row is a headline or you only want it to have one column (e.g. to display a picture instead of text), use
headline=y
. Otherwise, omit. - Use
align
to set the text alignment for your row, either left, center or right. - Use
bgcolor
to change the background colour of your row. If you omit this, it'll fall back on alternating shades of white. - Use
textcolor
to change the text colour for your row, in case your custom background colour makes the text difficult to read. - Replace
Title
with whatever text you want to be displayed on the left side of your row. - Replace
Content
with whatever text you want displayed on the right side of your row.- If the
headline
parameter is enabled, this text will be omitted. - If you only need one line of text in the row but don't want to make it a headline, prefix your text with
content=
, and omit theTitle
field.
- If the
Example
{{BobTable|content=
{{BobRow|headline=y|height=40px|align=center|bgcolor=#888|textcolor=#fff|title=LittleBigPlanet}}
{{BobRow|headline=y|align=center|title=[[File:Lbp3_test_card.png|320px|Title Screen]]}}
{{BobRow|align=left|Developer:|Media Molecule}}
{{BobRow|align=left|Publisher:|Sony Computer Entertainment}}
{{BobRow|align=left|System(s):|PlayStation 3}}
{{BobRow|align=left|Genre:|Puzzle, Platformer}}
{{BobRow|align=left|Supported players:|1-4}}
{{BobRow|align=left|Current version:|{{:Game updates|lbp1|ver}}}}
{{BobRow|align=center|content=I'm a bobrow with a single column of text. Isn't that great?}}
}}