Difference between revisions of "Template:Quote"

From The Kingkiller Chronicle Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
<blockquote class="noexcerpt"><p>{{{1|Using words to talk of words is like using a pencil to draw a picture of itself, on itself. Impossible. Confusing. Frustrating. But there are other ways to understanding.}}}</p>
 
<blockquote class="noexcerpt"><p>{{{1|Using words to talk of words is like using a pencil to draw a picture of itself, on itself. Impossible. Confusing. Frustrating. But there are other ways to understanding.}}}</p>
{{#if: {{{2|}}} | <p><strong>– {{{2|[[Elodin]]}}}</strong></p> }}</blockquote><noinclude>{{/doc}}</noinclude>
+
{{#if: {{{2|}}} | <p><strong>– {{{2|[[Elodin]]}}}</strong></p> }}</blockquote><noinclude>{{/doc}<templatedata>
 +
{
 +
"params": {
 +
"Source": {
 +
"label": "Source",
 +
"description": "Source of quote",
 +
"example": "Elodin",
 +
"type": "string",
 +
"suggested": true
 +
},
 +
"Phrase": {
 +
"label": "Phrase",
 +
"description": "The actual phrase you're quoting",
 +
"example": "Using words to talk of words is like using a pencil to draw a picture of itself, on itself. Impossible. Confusing. Frustrating. But there are other ways to understanding.",
 +
"type": "string",
 +
"required": true
 +
}
 +
},
 +
"paramOrder": [
 +
"Phrase",
 +
"Source"
 +
]
 +
}
 +
</templatedata>}</noinclude>

Revision as of 00:44, 28 May 2021

Using words to talk of words is like using a pencil to draw a picture of itself, on itself. Impossible. Confusing. Frustrating. But there are other ways to understanding.

{{/doc}

No description.

Template parameters

ParameterDescriptionTypeStatus
PhrasePhrase

The actual phrase you're quoting

Example
Using words to talk of words is like using a pencil to draw a picture of itself, on itself. Impossible. Confusing. Frustrating. But there are other ways to understanding.
Stringrequired
SourceSource

Source of quote

Example
Elodin
Stringsuggested

}