Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Sandbox: Difference between revisions

Template page
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
test: {{{date}}} ({{{year}}} {{{month}}} {{{day}}})
<templatestyles src="Sandbox/styles.css" />
<span class="test-auto">test: {{{testing}}}</span>
<noinclude>
<noinclude>
<templatedata>
<templatedata>
{
{
"params": {
"params": {
"date": {
"testing": {
"label": "Date",
"type": "string",
"description": "a date goes here",
"suggestedvalues": [
"type": "date",
"3ds",
"required": true
"wiiu",
},
"switch",
        "year": {
"wii"
            "label": "Year",
]
            "type": "number"
}
        },
}
        "month": {
            "label": "Month",
            "inherits": "year"
        },
        "day": {
            "label": "Day",
            "inherits": "year"
        }
},
    "sets": [
        {
            "label": "Date",
            "params": ["year", "month", "day"]
        }
    ]
}
}
</templatedata>
</templatedata>
</noinclude>
</noinclude>

Latest revision as of 05:30, 31 October 2024

test: {{{testing}}}

No description.

Template parameters

ParameterDescriptionTypeStatus
testingtesting

no description

Suggested values
3ds wiiu switch wii
Stringoptional