Difference between revisions of "Template:Quote"

From The Kingkiller Chronicle Wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
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": {
 +
"2": {
 +
"label": "Source",
 +
"description": "Source of quote",
 +
"example": "Elodin",
 +
"type": "string",
 +
"suggested": true
 +
},
 +
"1": {
 +
"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": [
 +
"1",
 +
"2"
 +
]
 +
}
 +
</templatedata></noinclude>

Latest revision as of 00:46, 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.

Template:Quote/doc

No description.

Template parameters

ParameterDescriptionTypeStatus
Phrase1

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
Source2

Source of quote

Example
Elodin
Stringsuggested