Template:TEST-Template: Difference between revisions
m Theadamabrams moved page User:Theadamabrams/Template:TEST-Template to Template:TEST-Template 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> | |||
{| class="infobox" | |||
! colspan=2| {{BASEPAGENAME}} | |||
|- | |||
| Field 1: | |||
| {{{value}}} | |||
|- | |||
| Field 2: | |||
| {{{sub|{{Template:TEST-SubTemplate}}}}} | |||
|} | |||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"value": {}, | |||
"sub": { | |||
"description": "Do NOT edit the value below directly. Use a template editor for.", | |||
"type": "unknown", | |||
"autovalue": "{{TEST-SubTemplate}}" | |||
} | |||
}, | |||
"description": "(For testing only.)" | |||
} | |||
</templatedata> | |||
</noinclude> | </noinclude> |
Revision as of 07:21, 23 November 2023
This is for testing possible features / coding of templates. It should not be used in any articles.
TEST-Template | |
---|---|
Field 1: | {{{value}}} |
Field 2: |
aabb |
(For testing only.)
Parameter | Description | Type | Status | |
---|---|---|---|---|
value | value | no description | Unknown | optional |
sub | sub | Do NOT edit the value below directly. Use a template editor for.
| Unknown | optional |