Difference between revisions of "Template:Quote"
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.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Phrase | Phrase | The actual phrase you're quoting
| String | required |
| Source | Source | Source of quote
| String | suggested |
}