Difference between revisions of "Template:Quote"
Jump to navigation
Jump to search
(Created page with "<blockquote style="color: lightgrey; border: solid thin gray;"> {{{1}}} </blockquote>") |
|||
Line 1: | Line 1: | ||
+ | <!----------------- This "Template:Quote" is by a | ||
+ | first-timer learning to make templates. | ||
+ | ------------------> | ||
+ | |||
+ | <includeonly> | ||
+ | |||
<blockquote style="color: lightgrey; border: solid thin gray;"> | <blockquote style="color: lightgrey; border: solid thin gray;"> | ||
{{{1}}} | {{{1}}} | ||
</blockquote> | </blockquote> | ||
+ | |||
+ | </includeonly> | ||
+ | |||
+ | <!----------------------------------------------------> | ||
+ | |||
+ | <noinclude> | ||
+ | |||
+ | <!-- start Documentation --> | ||
+ | |||
+ | Usage example: | ||
+ | : {{ quote | The text you want to quote }} | ||
+ | |||
+ | 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 --> | ||
+ | |||
+ | </noinclude> | ||
+ | |||
+ | [[Category:Quotes]] |
Revision as of 18:41, 8 July 2024
Usage example:
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.