Template:DateIntervalMapping: Difference between revisions
From Mediawiki1
Jump to navigationJump to search
No edit summary |
AnjaJentzsch (talk | contribs) |
||
| Line 31: | Line 31: | ||
=== Example === | === Example === | ||
Mapping | |||
<pre> | <pre> | ||
{{DateIntervalMapping | {{DateIntervalMapping | ||
| templateProperty = | | templateProperty = active years | ||
| startDateOntologyProperty = | | startDateOntologyProperty = activeYearsStartYear | ||
| endDateOntologyProperty = | | endDateOntologyProperty = activeYearsEndYear | ||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> | ||
Revision as of 15:01, 11 March 2010
{{DateIntervalMapping}} maps a template property containing date intervals to a start date and end date ontology property.
Usage
{{DateIntervalMapping
| templateProperty =
| startDateOntologyProperty =
| endDateOntologyProperty =
}}
Meanings
- templateProperty
- startDateOntologyProperty
- endDateOntologyProperty
Example
Mapping
{{DateIntervalMapping
| templateProperty = active years
| startDateOntologyProperty = activeYearsStartYear
| endDateOntologyProperty = activeYearsEndYear
}}