Template:BobTable

From Imagisphere
Jump to navigation Jump to search

This is used to create breakout box templates. It creates the table, including the header and footer. Use {{BobRow}} to add content to it.

Usage

{{BobTable|border=#888|content=
{{BobRow|align=center|title=Entry|content=Info}}
}}
  • width: sepcifies how wide the bob is. Defaults to 320px.
  • border: specifies the colour of the bob's border. Any hex colour can be used here, or you can use a shorthand via the {{HexColor}} template.
  • content: this is where you add rows of information. See {{BobRow}} for more information.