Template:DateIntervalMapping: Difference between revisions
From Mediawiki1
Jump to navigationJump to search
AnjaJentzsch (talk | contribs) No edit summary |
AnjaJentzsch (talk | contribs) |
||
Line 31: | Line 31: | ||
=== Example === | === Example === | ||
The property mapping from the template property active years to the ontology properties activeYearsStartYear and activeYearsEndYear: | |||
<pre> | <pre> | ||
{{DateIntervalMapping | {{DateIntervalMapping |
Latest revision as of 09:36, 12 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
The property mapping from the template property active years to the ontology properties activeYearsStartYear and activeYearsEndYear:
{{DateIntervalMapping | templateProperty = active years | startDateOntologyProperty = activeYearsStartYear | endDateOntologyProperty = activeYearsEndYear }}