Template:Blurb/doc
Jump to navigation
Jump to search
| This is a documentation subpage for Template:Blurb. It contains usage information, categories, and other content that is not part of the original template page. |
Usage
An insertable blurb box for UnNews stories, or any type of article where you want an inserted quote box.
Example
{{blurb|left OR right|quote|speaker}}
The following code:
{{blurb|left|We've been under a lot of pressure to increase the availability of rent boys for MPs.|Matt Lucas}}
Renders as:
“
We've been under a lot of pressure to increase the availability of rent boys for MPs.
”
You can also position the blurb to the right:
“
This is a terrible kebab.
”
All parameters
Alternatively, you can use different parameters, for either aesthetic reasons or for further customization.
position– same as1, can set blurb to either float left (default) or rightquote– same as2, fills in the quote textspeaker– same as3, specifies the speaker and/or location depending on what you addstyle– adds inline HTML styling for the entire blurb box, i.e. to make the blurb borderless you could doborder:none; background:none;