Template:Quote: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
m (Robot: Cosmetic changes)
Line 3: Line 3:
Deprecated way of doing the big quotation marks.  Leaving it in
Deprecated way of doing the big quotation marks.  Leaving it in
because it's interesting, from a coding standpoing.  Also, the  
because it's interesting, from a coding standpoing.  Also, the  
characters described, “ and ”, are different, more  
characters described, and , are different, more  
rounded quotation marks.   
rounded quotation marks.   


<span class="bqstart">&#8220;</span>
<span class="bqstart"></span>


--><span style="font-size:150%;line-height:120%;">{{{1}}}</span><br><span style="text-align:right">{{{2}}} {{#if:{{{3|}}}|<sup class="noprint">[[{{{3|}}}|[src]]]</sup>|}}</span><!--
--><span style="font-size:150%;line-height:120%;">{{{1}}}</span><br /><span style="text-align:right">{{{2}}} {{#if:{{{3|}}}|<sup class="noprint">[[{{{3|}}}|[src]]]</sup>|}}</span><!--


... and this is the deprecated right quotation mark   
... and this is the deprecated right quotation mark   


<span class="bqend">&#8221;</span>
<span class="bqend"></span>


--></blockquote><!--
--></blockquote><!--
Line 23: Line 23:
--><noinclude>
--><noinclude>
__NOTOC__
__NOTOC__
==Usage instructions==
== Usage instructions ==
<pre><nowiki>{{quote|quote|attribution|source}}</nowiki></pre>
<pre><nowiki>{{quote|quote|attribution|source}}</nowiki></pre>


==Example==
== Example ==
====Code====
==== Code ====
<code><nowiki>{{Quote|The bravery of idiots is bravery nonetheless.|Staal|The Poison Sky}}</nowiki></code>
<code><nowiki>{{Quote|The bravery of idiots is bravery nonetheless.|Staal|The Poison Sky}}</nowiki></code>


====Result====
==== Result ====
{{Quote|The bravery of idiots is bravery nonetheless.|Staal|The Sontaran Stratagem}}
{{Quote|The bravery of idiots is bravery nonetheless.|Staal|The Sontaran Stratagem}}


==Links==
== Links ==
Links can be used as usual, but it's important '''not''' to link the source manually, as this is done automatically.
Links can be used as usual, but it's important '''not''' to link the source manually, as this is done automatically.
====Code====
==== Code ====
<code><nowiki>{{Quote|Now [[Adipose|they]] have the children, they won't need the nanny anymore!|[[Tenth Doctor|The Doctor]] to [[Cofelia|Miss Foster]], before her death.|Partners in Crime}}</nowiki></code>
<code><nowiki>{{Quote|Now [[Adipose|they]] have the children, they won't need the nanny anymore!|[[Tenth Doctor|The Doctor]] to [[Cofelia|Miss Foster]], before her death.|Partners in Crime}}</nowiki></code>


====Result====
==== Result ====
{{Quote|Now [[Adipose|they]] have the children, they won't need the nanny anymore!|[[Tenth Doctor|The Doctor]] to [[Cofelia|Miss Foster]], before her death.|Partners in Crime}}
{{Quote|Now [[Adipose|they]] have the children, they won't need the nanny anymore!|[[Tenth Doctor|The Doctor]] to [[Cofelia|Miss Foster]], before her death.|Partners in Crime}}


[[Category:Templates]]
[[Category:Templates]]
</noinclude>
</noinclude>

Revision as of 23:17, 30 January 2012

{{{1}}}
{{{2}}}

Usage instructions

{{quote|quote|attribution|source}}

Example

Code

{{Quote|The bravery of idiots is bravery nonetheless.|Staal|The Poison Sky}}

Result

The bravery of idiots is bravery nonetheless.
Staal [src]

Links

Links can be used as usual, but it's important not to link the source manually, as this is done automatically.

Code

{{Quote|Now [[Adipose|they]] have the children, they won't need the nanny anymore!|[[Tenth Doctor|The Doctor]] to [[Cofelia|Miss Foster]], before her death.|Partners in Crime}}

Result

Now they have the children, they won't need the nanny anymore!
The Doctor to Miss Foster, before her death. [src]