Template talk:T2
Add topicAppearance
Latest comment: 20 years ago by Patrick in topic History
Documentation
[edit]Wikitext
[edit]Template:T2 (talk, backlinks, edit) containing:
Parameter 1 is "{{{1}}}", parameter 2 is "{{{2}}}"<noinclude>[[Category:Demo template]]</noinclude>
Purpose
[edit]This template is a demo template with two unnamed parameters without default values.
Usage
[edit]{{T2
|1st value
|2nd value
}}
Examples
[edit]| Code | Result |
|---|---|
{{T2|abc|def}}
|
Parameter 1 is "abc", parameter 2 is "def" |
{{T2||}}
|
Parameter 1 is "", parameter 2 is "" |
{{T2|abc}}
|
Parameter 1 is "abc", parameter 2 is "{{{2}}}" |
{{T2|2=def}}
|
Parameter 1 is "{{{1}}}", parameter 2 is "def" |
{{T2}}
|
Parameter 1 is "{{{1}}}", parameter 2 is "{{{2}}}" |
See also
[edit]History
[edit]- Created
- Patrick 07:23, 20 August 2004
- Documentation added
- Patrick 12:19, 10 December 2005 (UTC)