Difference between revisions of "Template:Quote"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <!----------------- This "Template:Quote" is by a | + | <!----------------- This "Template:Quote" is by a first-timer learning to make templates.------------------> |
− | |||
− | ------------------> | ||
− | |||
<includeonly> | <includeonly> | ||
− | + | <blockquote style=" | |
− | <blockquote style="color: | + | color: black; |
+ | border: solid thin gray; | ||
+ | padding-top: 10px; | ||
+ | padding-right: 10px; | ||
+ | padding-bottom: 10px; | ||
+ | padding-left: 10px; | ||
+ | "> | ||
{{{1}}} | {{{1}}} | ||
</blockquote> | </blockquote> | ||
− | |||
</includeonly> | </includeonly> | ||
− | |||
<!----------------------------------------------------> | <!----------------------------------------------------> | ||
− | |||
<noinclude> | <noinclude> | ||
− | |||
<!-- start Documentation --> | <!-- start Documentation --> | ||
Code:</br> | Code:</br> | ||
− | <nowiki><blockquote style="color: | + | <nowiki><blockquote style=" |
+ | color: black; | ||
+ | border: solid thin gray; | ||
+ | padding-top: 10px; | ||
+ | padding-right: 10px; | ||
+ | padding-bottom: 10px; | ||
+ | padding-left: 10px; | ||
+ | "></nowiki></br> | ||
<nowiki> {{{1}}}</nowiki></br> | <nowiki> {{{1}}}</nowiki></br> | ||
<nowiki></blockquote></nowiki></br> | <nowiki></blockquote></nowiki></br> | ||
Line 37: | Line 43: | ||
<!-- end Documentation --> | <!-- end Documentation --> | ||
− | |||
</noinclude> | </noinclude> | ||
[[Category:Quotes]] | [[Category:Quotes]] |
Latest revision as of 12:39, 15 July 2024
Code:
<blockquote style="
color: black;
border: solid thin gray;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
">
{{{1}}}
</blockquote>
Usage example:
{{ quote | The text you want to quote }}
results:
The text you want to quote
Explanatory example:
"The quick {{{1}}} fox {{{2}}}."
Then fill the template as
{{quote|brown|jumps}}
results:
"The quick brown fox jumps."
"Quote" is the name of the template.
The #1 in the braces means the first variable of possible several.