Template:Quote: Difference between revisions

From BOINC Projects
Jump to navigation Jump to search
Al Piskun (talk | contribs)
Created page with "<includeonly><blockquote style="margin:1em 2em; padding:0.5em 1em; border-left:3px solid #aaa; background:#f9f9f9;"> {{{1}}} {{#if:{{{source|}}}|<div style="text-align:right; margin-top:0.5em;">— {{{source}}}</div>}} </blockquote></includeonly><noinclude> Simple quotation template. == Usage == <pre> {{Quote|Quoted text|source=Person or source}} </pre> == Example == <pre> {{Quote| To find a technical group of enthusiasts who will understand the meaning and be inspire..."
 
Al Piskun (talk | contribs)
No edit summary
 
Line 1: Line 1:
<includeonly><blockquote style="margin:1em 2em; padding:0.5em 1em; border-left:3px solid #aaa; background:#f9f9f9;">
<includeonly>
<blockquote class="bs-quote">
{{{1}}}
{{{1}}}
{{#if:{{{source|}}}|<div style="text-align:right; margin-top:0.5em;">— {{{source}}}</div>}}
{{#if:{{{source|}}}|<div class="bs-quote-source">— {{{source}}}</div>}}
</blockquote></includeonly><noinclude>
</blockquote>
</includeonly><noinclude>


Simple quotation template.
Simple quotation template.
Line 10: Line 12:
{{Quote|Quoted text|source=Person or source}}
{{Quote|Quoted text|source=Person or source}}
</pre>
</pre>
== Example ==
<pre>
{{Quote|
To find a technical group of enthusiasts who will understand the meaning and be inspired!
|source=Data freezer project description
}}
</pre>
Produces:
{{Quote|
To find a technical group of enthusiasts who will understand the meaning and be inspired!
|source=Data freezer project description
}}


</noinclude>
</noinclude>

Latest revision as of 14:48, 26 May 2026


Simple quotation template.

Usage

{{Quote|Quoted text|source=Person or source}}