Difference between revisions of "Template:Quote"

From Stardew Valley Wiki
Jump to navigation Jump to search
(Created page with "<includeonly><blockquote style="padding: 0em 2em 0em 1em; margin: 1em 0em 1em 4em; border-left: 1px solid silver;"><div style="position: absolute; margin-top: -0.2em; margin-l...")
 
Line 5: Line 5:
 
  }}
 
  }}
  
</blockquote></includeonly><noinclude>
+
</blockquote></includeonly><noinclude>{{{{FULLPAGENAME}}/doc}}</noinclude>
 
 
==How to Use==
 
 
 
===Example 1: Quoted Text===
 
<code><nowiki>{{Quote|Example Text.}}</nowiki></code>
 
 
 
{{Quote|Example Text.}}
 
 
 
===Example 2: Quoted Text with Source===
 
<code><nowiki>{{Quote|Quoted Text.|Author}}</nowiki></code>
 
 
 
{{Quote|Quoted Text.|Author}}
 
 
 
===Example 3: Quoted Text with Linked Source===
 
<code><nowiki>{{Quote|Quoted Text.|[http://www.example.com/ Author]}}</nowiki></code>
 
 
 
{{Quote|Quoted Text.|[http://www.example.com/ Author]}}
 
 
 
[[Category:Templates]] [[Category:Utility Templates]]
 
 
 
</noinclude>
 

Revision as of 06:15, 29 February 2016

Description

This template is used to format a quotation.

Use

This template can be used by entering the following onto a relevant page.

{{Quote|Quoted Text|Author}}

Examples

Quoted Text

{{Quote|Example Text.}}

“Example Text.”

Quoted Text with Source

{{Quote|Quoted Text.|Author}}

“Quoted Text.”

Author

Quoted Text with Linked Source

{{Quote|Quoted Text.|[http://www.example.com/ Author]}}

“Quoted Text.”

Author