Template:Blurb
Jump to navigation
Jump to search
You can also position the blurb to the right:
“
Default text
”
[edit] []
Template documentation
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.
”
“
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;