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>
+
<nowiki>{{ quote | The text you want to quote }}</nowiki>
:: results in
+
: results in
: {{ quote | The text you want to quote }}
+
{{ quote | The text you want to quote }}
  
 
Explanatory example:
 
Explanatory example:
: "The quick {{{1}}} fox {{{2}}}."
+
"The quick {{{1}}} fox {{{2}}}."
:: Then, we can fill the template as
+
: Then, we can fill the template as
: {{quote|brown|jumps}}
+
{{quote|brown|jumps}}
:: which translates to
+
: which translates to
: "The quick brown fox jumps."
+
"The quick brown fox jumps."
* "Quote" is the name of the template.
+
 
* The #1 in the braces means the first variable of possible several.
+
"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.