Difference between revisions of "Template:Quote"
Jump to navigation
Jump to search
Line 18: | Line 18: | ||
Usage example: | Usage example: | ||
− | + | <nowiki>{{ quote | The text you want to quote }}</nowiki> | |
− | + | : results in | |
− | + | {{ quote | The text you want to quote }} | |
Explanatory example: | Explanatory example: | ||
− | + | "The quick {{{1}}} fox {{{2}}}." | |
− | + | : Then, we can fill the template as | |
− | + | {{quote|brown|jumps}} | |
− | + | : which translates to | |
− | + | "The quick brown fox jumps." | |
− | + | ||
− | + | "Quote" is the name of the template. | |
+ | |||
+ | The #1 in the braces means the first variable of possible several. | ||
<!-- end Documentation --> | <!-- end Documentation --> |
Revision as of 18:43, 8 July 2024
Usage example:
{{ quote | The text you want to quote }}
- results in
The text you want to quote
Explanatory example: "The quick {{{1}}} fox {{{2}}}."
- Then, we can fill the template as
brown
- which translates to
"The quick brown fox jumps."
"Quote" is the name of the template.
The #1 in the braces means the first variable of possible several.