Template:ConditionalMapping
From Mediawiki1
Jump to navigationJump to search
{{ConditionalMapping}} maps templates to ontology classes. In comparison to {{TemplateMapping}} the mapping can be made dependent on template properties and their values.
Usage
{{ConditionalMapping
| cases =
| defaultMappings =
}}
Meanings
- cases:
- defaultMappings:
Example
{{ConditionalMapping
| cases =
{{Condition
...
}}
...
{{Condition
| otherwise
...
}}
| defaultMappings =
{{PropertyMapping
...
}}
...
}}