Template:Frame

From Pizza Tower Wiki

How do I use this thing?

This is documentation about a Template. Portions of this template may not display properly without certain values provided.

View this documentation | CSS page | About the Documentation template

Description
This template is used to create styled blocks with various content. It usually used by main page templates.
Syntax
Copy the following boilerplate code and fill up its parameter:
{{frame
|style = 
|title =
|title-size = 
|content = 
}}
  • style is additional CSS styling for the main container.
  • title-size is the size of the title. Optional.

Example

Code:

{{frame
|style = width: 50%
|title = This is an example
|title-size = 1.5em
|content = [[File:Pep_frown.gif]] What do you expect?}}

Result:

This is an example

What do you expect?