This wiki is a XML full dump clone of "Heroes Wiki", the main wiki about the Heroes saga that has been shut down permanently since June 1, 2020. The purpose of this wiki is to keep online an exhaustive and accurate database about the franchise.
Template:Blurb: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Hardvice No edit summary |
imported>Hardvice added adjustable width |
||
| Line 1: | Line 1: | ||
<table style="width: |
<table style="width: {{{width}}}; background-color: #CCD5F4; font-family: Verdana, Arial, Helvetica, sans-serif; border: 1px solid #778FE1; padding: 2px; -moz-border-radius:10px;"><tr><td><noinclude>Example{{blurbclose}} |
||
== Usage == |
== Usage == |
||
When used together with <nowiki>{{blurbclose}}</nowiki>, this template will enclose whatever appears between the two in a blue box with rounded corners (on supported browsers) and a colored border. It can be used for episode monologues, graphic novel summaries, or other content which needs to formatted to match other template elements like sidebars and navbars. |
When used together with <nowiki>{{blurbclose}}</nowiki>, this template will enclose whatever appears between the two in a blue box with rounded corners (on supported browsers) and a colored border. It can be used for episode monologues, graphic novel summaries, or other content which needs to formatted to match other template elements like sidebars and navbars. |
||
You can set a width by piping "width =" and a valid CSS width value. |
|||
{| style="background: transparent;" |
{| style="background: transparent;" |
||
|<pre>{{blurb}}<!-- Content here -->{{blurbclose}}</pre> |
|<pre>{{blurb|width = <!-- width -->}}<!-- Content here -->{{blurbclose}}</pre> |
||
|} |
|} |
||
Revision as of 21:49, 26 October 2006
| Example |
Usage
When used together with {{blurbclose}}, this template will enclose whatever appears between the two in a blue box with rounded corners (on supported browsers) and a colored border. It can be used for episode monologues, graphic novel summaries, or other content which needs to formatted to match other template elements like sidebars and navbars.
You can set a width by piping "width =" and a valid CSS width value.
{{blurb|width = <!-- width -->}}<!-- Content here -->{{blurbclose}}
|