Template:Quote: Difference between revisions
No edit summary |
SimpleArrows (talk | contribs) mNo edit summary |
||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
:"''{{{1}}}''" | <includeonly> | ||
{{#if:{{{2|}}}|:—{{{2}}}|} | {| style="margin-top: 10px; margin-left: 15px;" | ||
| <span style="line-height:0px; font-size: 20px; font-family: 'Times New Roman',serif; font-weight: bold;">“</span> <i>{{{1}}}</i><span style="line-height:0px; font-size: 20px; font-family: 'Times New Roman',serif; font-weight: bold;"> „</span> | |||
{{#if: {{{2|}}} | {{!}}- | |||
Usage: | {{!}}style="line-height:15px;"{{!}} <small>— {{{2}}}</small> }} | ||
<pre>{{Quote| | |}</includeonly><noinclude> | ||
{{Quote| | <templatedata> | ||
[[Category:Block Templates]]</noinclude> | { | ||
"params": { | |||
"1": { | |||
"label": "Quote", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"2": { | |||
"label": "Author", | |||
"description": "The quote's source. Includes character names, books, guides, etc.", | |||
"example": "Alec Mason", | |||
"type": "string", | |||
"suggested": true | |||
} | |||
}, | |||
"format": "block" | |||
} | |||
</templatedata> | |||
<pre>{{Quote|QUOTE|AUTHOR}}</pre> | |||
'''Usage:''' | |||
<pre>{{Quote|People are trying to make a living, but the EDF doesn't make it easy in Parker. A person can mine for themselves without answering to the corporations, but they still gotta sell the ore at the EDF Processing Plant. It's just another way the drones oppress the people.|Guerrilla Handbook}}</pre> | |||
'''Output:''' | |||
{{Quote|People are trying to make a living, but the EDF doesn't make it easy in Parker. A person can mine for themselves without answering to the corporations, but they still gotta sell the ore at the EDF Processing Plant. It's just another way the drones oppress the people.|Guerrilla Handbook}}[[Category:Block Templates]]</noinclude> |
Latest revision as of 00:57, 2 March 2024
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Quote | 1 | no description | String | required |
Author | 2 | The quote's source. Includes character names, books, guides, etc.
| String | suggested |
{{Quote|QUOTE|AUTHOR}}
Usage:
{{Quote|People are trying to make a living, but the EDF doesn't make it easy in Parker. A person can mine for themselves without answering to the corporations, but they still gotta sell the ore at the EDF Processing Plant. It's just another way the drones oppress the people.|Guerrilla Handbook}}
Output:
“ People are trying to make a living, but the EDF doesn't make it easy in Parker. A person can mine for themselves without answering to the corporations, but they still gotta sell the ore at the EDF Processing Plant. It's just another way the drones oppress the people. „ |
— Guerrilla Handbook |