Template:TEST-SubTemplate: Difference between revisions
m Theadamabrams moved page Template:User:Theadamabrams/TEST-SubTemplate to Template:TEST-SubTemplate without leaving a redirect: For testing only |
No edit summary |
||
Line 2: | Line 2: | ||
<span style="color:red;">This is for <b>testing</b> possible features / coding of templates. | <span style="color:red;">This is for <b>testing</b> possible features / coding of templates. | ||
It should not be used in any articles.</span> | It should not be used in any articles.</span> | ||
</noinclude> | |||
a{{{a|}}}ab{{{b|}}}b | |||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"a": { | |||
"label": "First", | |||
"type": "unknown", | |||
"required": true | |||
}, | |||
"b": { | |||
"label": "Second", | |||
"type": "unknown" | |||
} | |||
}, | |||
"description": "(For testing only.)" | |||
} | |||
</templatedata> | |||
</noinclude> | </noinclude> |
Latest revision as of 07:22, 23 November 2023
This is for testing possible features / coding of templates. It should not be used in any articles.
aabb
(For testing only.)
Parameter | Description | Type | Status | |
---|---|---|---|---|
First | a | no description | Unknown | required |
Second | b | no description | Unknown | optional |