Cars
Cars schema
cars:
file: time/cars
properties:
date:
type: date
required: true
repeat:
unit: year
value: 1
exception:
car: yaris
tax: assicurazione
unit: month
value: 6
car:
list: [kangoo, yaris, citroen]
tax:
list: [assicurazione, bollo, revisione]
Manage
Embed form and table:
{% include schema/manage.html schema=page.cars collapsed=true %}
Show table
date | car | tax | Edit | Remove |
---|---|---|---|---|
2023-04-30 | yaris | revisione | Edit | Remove |
2021-07-21 | citroen | revisione | ||
2020-06-15 | kangoo | assicurazione | ||
2020-05-23 | yaris | assicurazione | ||
2020-04-30 | citroen | bollo | ||
2020-04-30 | yaris | bollo | ||
2020-04-30 | kangoo | bollo | ||
2020-02-14 | citroen | assicurazione |
Future
Embed future event table:
{% include time/future.html schema=page.cars %}
date | car | tax |
---|---|---|
2025-07-21 | citroen | revisione |
2025-10-24 | yaris | assicurazione |
2026-02-14 | citroen | assicurazione |
2026-04-30 | kangoo | bollo |
2026-04-30 | yaris | bollo |
2026-04-30 | citroen | bollo |
2026-04-30 | yaris | revisione |
2026-06-15 | kangoo | assicurazione |