Difference between revisions of "Template:Quote"

From The Coppermind
Jump to navigation Jump to search
m (Protected "Template:Quote": High traffic page ([Edit=Allow only keepers] (indefinite) [Move=Allow only keepers] (indefinite)))
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
  +
<includeonly><blockquote style="{{{style|}}}; {{#if:{{{side|}}}| float: {{{side}}}; width: {{{width}}}; }}"><!--
Hello
 
   
  +
--><span
I hope you don’t mind me using your contact form to send this message. I just wanted to let you know I have taken the time to visit your website and I am not just sending out bulk spam emails.
 
  +
class="quotation-mark"
  +
style="
  +
float: left;
  +
width: 20px;
  +
vertical-align: top;
  +
border: none;
  +
color: #B2B7F2;
  +
font-size: 40px;
  +
font-family: 'Times New Roman', Times, serif;
  +
font-weight: bold;
  +
line-height: .6em;
  +
text-align: left;
  +
padding: 10px 10px;
  +
"
   
  +
>&#8220;</span><!--
My name is Mark a marketer from Cairo Web Design, and your website is not doing as well as it could for specific keyword phrases in Google UK. We specialise in helping sites like you get better results in the big UK search engines. Here is a free SEO report I prepared for you https://seo-report.websiteauditserver.com/coppermind.net .
 
   
  +
--><em style="font-size: 110%;">{{{1}}}</em><!--
I would also like to send you a free comprehensive report, strategy & proposal to help improve your Google rankings dramatically. (no obligations)
 
   
  +
--><span
Would that be, okay? If so, I can send it to you sometime this week.
 
  +
class="quotation-mark"
Kind regards
 
  +
style="
Mark White
 
  +
vertical-align: bottom;
  +
color: #B2B7F2;
  +
font-size: 40px;
  +
font-family: 'Times New Roman', Times, serif;
  +
font-weight: bold;
  +
line-height: .4em;
  +
padding: 10px 10px;
  +
"
  +
  +
>&#8221;</span><!--
  +
  +
--><div style="margin-left:1.5em;">&mdash;{{{2}}}</div><!--
  +
  +
--></blockquote><!--
  +
  +
--></includeonly><noinclude>[[Category: Templates]]
  +
  +
A quote formatter. Usage is {{t|quote|Hoid is a fish.|Brandon Sanderson(ref template)}} to get:
  +
  +
{{quote|Hoid is a fish.|Brandon Sanderson}}
  +
  +
Splitting quotes in multiple lines is preferred but not required:
  +
  +
<pre>
  +
{{quote
  +
|This is what I said
  +
|Somebody that said something
  +
}}
  +
</pre>
  +
  +
== Articles using Template ==
  +
{| class="mw-collapsible mw-collapsed" width=100%
  +
|{{for|Special:WhatLinksHere/{{FULLPAGENAME}}|a full listing|here}}
  +
|-
  +
|{{Special:WhatLinksHere/{{FULLPAGENAME}}|namespace=0}}
  +
|}

Latest revision as of 14:43, 2 September 2022


A quote formatter. Usage is {{quote|Hoid is a fish.|Brandon Sanderson(ref template)}} to get:

Hoid is a fish.

—Brandon Sanderson

Splitting quotes in multiple lines is preferred but not required:

{{quote
|This is what I said
|Somebody that said something
}}

Articles using Template