Template:Cquote: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(+ Known issue: The ref tag; style)
(Tip on using Template:Cite web to show where someone said what. Nicely spotted whoever saw this, probably Hooray or Bigstones :-)
Line 11: Line 11:
== Usage ==
== Usage ==
  <nowiki>{{</nowiki>'''cquote'''<nowiki>|</nowiki>Quote of someone<nowiki>|</nowiki>''Person that is quoted''<nowiki>}}</nowiki>
  <nowiki>{{</nowiki>'''cquote'''<nowiki>|</nowiki>Quote of someone<nowiki>|</nowiki>''Person that is quoted''<nowiki>}}</nowiki>
Note that '''Person that is quoted''' is optional.
'''Person that is quoted''' is optional but highly recommended.


== Example ==
== Example ==
Line 17: Line 17:


{{cquote|... FlightGear .. is completely open source — it has a rich set of existing external interfaces, and most of the major configuration can be done with standard XML-based text files. We make no attempts to obfuscate or hide our internals. This is big win for people using FlightGear as an academic or research platform, or for those that want to interface it to their own home-built cockpits|Curtis L. Olson}}
{{cquote|... FlightGear .. is completely open source — it has a rich set of existing external interfaces, and most of the major configuration can be done with standard XML-based text files. We make no attempts to obfuscate or hide our internals. This is big win for people using FlightGear as an academic or research platform, or for those that want to interface it to their own home-built cockpits|Curtis L. Olson}}
== Tip ==
To be able to look back at the source one can as '''Person that is quoted''' use {{tl|cite web}}.


== Known issues ==
== Known issues ==

Revision as of 00:31, 2 June 2014

The following template description is not displayed when the template is inserted in an article.


Goal

This template provide a means to do pretty quotes.

Usage

{{cquote|Quote of someone|Person that is quoted}}

Person that is quoted is optional but highly recommended.

Example

{{cquote|... FlightGear .. is completely open source — it has a rich set of existing external interfaces, and most of the major configuration can be done with standard XML-based text files. We make no attempts to obfuscate or hide our internals. This is big win for people using FlightGear as an academic or research platform, or for those that want to interface it to their own home-built cockpits|Curtis L. Olson}}
Cquote1.png ... FlightGear .. is completely open source — it has a rich set of existing external interfaces, and most of the major configuration can be done with standard XML-based text files. We make no attempts to obfuscate or hide our internals. This is big win for people using FlightGear as an academic or research platform, or for those that want to interface it to their own home-built cockpits
— Curtis L. Olson
Cquote2.png

Tip

To be able to look back at the source one can as Person that is quoted use {{cite web}}.

Known issues

The <ref> wiki tag can not be used in the Person that is quoted parameter. The work-around is to instead use them in the end of the Quote of someone parameter.