Toggle 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
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
test: {{{date}}} ({{{year}}} {{{month}}} {{{day}}})
<templatestyles src="Sandbox/styles.css" />
<noinclude>
<span class="test-auto">test</span>
<templatedata>
{
"params": {
"date": {
"label": "Date",
"description": "a date goes here",
"type": "date",
"required": true
},
        "year": {
            "label": "Year",
            "type": "number"
        },
        "month": {
            "label": "Month",
            "inherits": "year"
        },
        "day": {
            "label": "Day",
            "inherits": "year"
        }
},
    "sets": [
        {
            "label": "Date",
            "params": ["year", "month", "day"]
        }
    ]
}
</templatedata>
</noinclude>

Latest revision as of 02:19, 2 May 2024

test