Difference between revisions of "Template:Frame"
From Peter
(i'm gay) |
|||
Line 15: | Line 15: | ||
|background | |background | ||
|Background color. The default is background=#e5e5e5. | |Background color. The default is background=#e5e5e5. | ||
+ | |- | ||
+ | |color | ||
+ | |Text color. Don't specify to leave as is. | ||
|- | |- | ||
|margin | |margin |
Revision as of 07:35, 19 February 2014
Contents
Usage
This template will put a rounded frame (like the one used for thumbnails) around whatever you specify.
{{frame|content|border|background|margin}}
content | The content to go inside the frame. This may be text, images or videos. See below for examples. |
border | Border color. The default is border=purple. |
background | Background color. The default is background=#e5e5e5. |
color | Text color. Don't specify to leave as is. |
margin | The frame's horizontal margin. To center the frame without the <center> tag use margin=auto. The default is margin=0. |
Examples
- Simple
{{frame|[[File:Lolwutpear.jpg|200px]]}}
- With a title
{{frame|'''LOL WUT'''<br>[[File:Lolwutpear.jpg|200px]]}}
- Specify border and background
{{frame|[[File:Lolwutpear.jpg|200px]]|border=red|background=black}}
- Specify margin to center
{{frame|[[File:Lolwutpear.jpg|200px]]|margin=auto}}
- Specify a color
{{frame|<big>THIS IS COLORED TEXT</big>|color=red}}
- YouTube video
{{frame|<big>'''8-Bit Rick Roll'''</big><br><youtube>b1WWpKEPdT4</youtube>}}
Output
Simple | With a title | Specify border and background | |||
---|---|---|---|---|---|
|
|
| |||
Specify margin to center | Color text | ||||
|
| ||||
YouTube video | |||||
|
See also
- {{videoframe}} - for multiple YouTube videos in one box.