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.
- 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 = |color = |title = |title_color = |title_align = |content = }}
style
- additional CSS styling for the main containercolor
- background color for title header, HEX code; grey (#888) by defaulttitle_color
- text color for title header, HEX code; white (#FFF) by defaulttitle_align
- alignment of the title header text; left by default
- Usage example
- Code:
{{frame |style = width: 50% |color = #631D5B |title = This is an example |title_color = #c69ac3 |title_align = center |content = [[File:Pep_frown.gif]] What do you expect?}}
- Result: