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:
<templatestyles src="Sandbox/styles.css" />
test: {{{date}}} ({{{year}}} {{{month}}} {{{day}}})
<span class="test-auto">test: {{{testing}}}</span>
<noinclude>
<noinclude>
<templatedata>
<templatedata>
{
{
"params": {
"params": {
"testing": {
"date": {
"type": "string",
"label": "Date",
"suggestedvalues": [
"description": "a date goes here",
"3ds",
"type": "date",
"wiiu",
"required": true
"switch",
},
"wii"
        "year": {
]
            "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>

Revision as of 01:40, 22 July 2023

test: {{{date}}} ({{{year}}} {{{month}}} {{{day}}})

No description.

Template parameters

ParameterDescriptionTypeStatus
Datedate

a date goes here

Daterequired
Yearyear

no description

Numberoptional
Monthmonth

no description

Numberoptional
Dayday

no description

Numberoptional