|
|
(5 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| test: {{{date}}} ({{{year}}} {{{month}}} {{{day}}})
| | <templatestyles src="Sandbox/styles.css" /> |
| <noinclude> | | <div class="testing">testing</div> |
| <templatedata> | | <div class="testing2">testing2</div> |
| {
| |
| "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> | |