Difference between revisions of "Template:Quote"
Jump to navigation
Jump to search
m (Protected "Template:Quote" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <blockquote>{{{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.}}} | + | <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 | + | {{#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.
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Phrase | 1 | The actual phrase you're quoting
| String | required |
Source | 2 | Source of quote
| String | suggested |