Difference between revisions of "Template:Quote"

From Projex.Wiki
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 }}
 
: {{ quote | The text you want to quote }}
  

Revision as of 18:42, 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.