w:c:strategywiki>Notmyhandle (examples) |
m (12 revisions imported: Imported from https://strategywiki.org/) |
||
(10 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
== | {{t|quote}} adds a blockquote to an article page, with the addition of an attribute and source. | ||
<nowiki>{{ | |||
==Usage== | |||
This template accepts three parameters in the following order: | |||
# The text of the quote. | |||
# Originator of the quote (optional). | |||
# Source information (optional). This is normally explanatory text about the orginator of the quote. | |||
<code><nowiki>{{Quote|Phrase}}</nowiki></code> produces: | |||
{{Quote|Phrase}} | |||
<code><nowiki>{{Quote|Phrase|Somebody}}</nowiki></code> produces: | |||
{{Quote|Phrase|Somebody}} | |||
<code><nowiki>{{Quote|Phrase|Somebody|''Source''}}</nowiki></code> produces: | |||
{{Quote|Phrase|Somebody|''Source''}} | |||
==Example== | |||
{| {{prettytable}} | |||
! Code | |||
! Result | |||
|- | |||
| valign="top" | <code>{{{{BASEPAGENAME}}|Play with fire and you get burned.|Magus|''<nowiki>[[Chrono Trigger]]</nowiki>''}}</code> | |||
| {{msg:{{BASEPAGENAME}}|Play with fire and you get burned.|Magus|''[[Chrono Trigger]]''}} | |||
|} | |||
<noinclude>[[Category:Template documentation|Q]]</noinclude> | |||
Latest revision as of 18:27, 28 October 2023
{{quote}} adds a blockquote to an article page, with the addition of an attribute and source.
Usage[edit source]
This template accepts three parameters in the following order:
- The text of the quote.
- Originator of the quote (optional).
- Source information (optional). This is normally explanatory text about the orginator of the quote.
{{Quote|Phrase}}
produces:
Phrase
{{Quote|Phrase|Somebody}}
produces:
Phrase
—Somebody
{{Quote|Phrase|Somebody|''Source''}}
produces:
Phrase
—Somebody, Source
Example[edit source]
Code | Result |
---|---|
{{Quote|Play with fire and you get burned.|Magus|''[[Chrono Trigger]]''}}
|
|