Template:GeocoordinatesMapping: Difference between revisions
From DBpedia Mappings
Jump to navigationJump to search
(Created page with '<table class="wikitable"> <tr><th style="text-align:left" colspan="2">Geocoordinates Mapping </th></tr> {{#if:{{{coordinates|}}}|<tr> <td width="200px">coordinates template prope...') |
No edit summary |
||
Line 3: | Line 3: | ||
</th></tr> | </th></tr> | ||
{{#if:{{{coordinates|}}}|<tr> | {{#if:{{{coordinates|}}}|<tr> | ||
<td width="200px">coordinates template property | <td width="200px">coordinates template property</td> | ||
</td><td width="350px">{{{coordinates}}}</td> | <td width="350px">{{{coordinates}}}</td> | ||
</tr>}} | |||
{{#if:{{{latitude|}}}|<tr> | {{#if:{{{latitude|}}}|<tr> | ||
<td width="200px"> | <td width="200px">latitude template property</td> | ||
</td><td width="350px">{{{ | <td width="350px">{{{latitude}}}</td> | ||
</tr>}} | |||
{{#if:{{{longitude|}}}|<tr> | {{#if:{{{longitude|}}}|<tr> | ||
<td width="200px">longitude | <td width="200px">longitude template property</td> | ||
</td><td width="350px">{{{ | <td width="350px">{{{longitude}}}</td> | ||
</tr>}} | |||
{{#if:{{{longitudeDegrees|}}}|<tr> | {{#if:{{{longitudeDegrees|}}}|<tr> | ||
<td width="200px">longitude | <td width="200px">longitude degrees template property</td> | ||
</td><td width="350px">{{{ | <td width="350px">{{{longitudeDegrees}}}</td> | ||
</tr>}} | |||
{{#if:{{{longitudeMinutes|}}}|<tr> | {{#if:{{{longitudeMinutes|}}}|<tr> | ||
<td width="200px">longitude | <td width="200px">longitude minutes template property</td> | ||
</td><td width="350px">{{{ | <td width="350px">{{{longitudeMinutes}}}</td> | ||
</tr>}} | |||
{{#if:{{{longitudeSeconds|}}}|<tr> | {{#if:{{{longitudeSeconds|}}}|<tr> | ||
<td width="200px">longitude | <td width="200px">longitude seconds template property</td> | ||
</td><td width="350px">{{{ | <td width="350px">{{{longitudeSeconds}}}</td> | ||
</tr>}} | |||
{{#if:{{{longitudeDirection|}}}|<tr> | {{#if:{{{longitudeDirection|}}}|<tr> | ||
<td width="200px"> | <td width="200px">longitude direction template property</td> | ||
</td><td width="350px">{{{ | <td width="350px">{{{longitudeDirection}}}</td> | ||
</tr>}} | |||
{{#if:{{{latitudeDegrees|}}}|<tr> | {{#if:{{{latitudeDegrees|}}}|<tr> | ||
<td width="200px">latitude | <td width="200px">latitude degrees template property</td> | ||
</td><td width="350px">{{{ | <td width="350px">{{{latitudeDegrees}}}</td> | ||
</tr>}} | |||
{{#if:{{{latitudeMinutes|}}}|<tr> | {{#if:{{{latitudeMinutes|}}}|<tr> | ||
<td width="200px">latitude | <td width="200px">latitude minutes template property</td> | ||
</td><td width="350px">{{{ | <td width="350px">{{{latitudeMinutes}}}</td> | ||
</tr>}} | |||
{{#if:{{{latitudeSeconds|}}}|<tr> | {{#if:{{{latitudeSeconds|}}}|<tr> | ||
<td width="200px">latitude | <td width="200px">latitude seconds template property</td> | ||
</td><td width="350px">{{{ | <td width="350px">{{{latitudeSeconds}}}</td> | ||
</tr>}} | |||
{{#if:{{{latitudeDirection|}}}|<tr> | {{#if:{{{latitudeDirection|}}}|<tr> | ||
<td> | <td width="200px">latitude direction template property</td> | ||
</td><td> | <td width="350px">{{{latitudeDirection}}}</td> | ||
{{#if:{{{ | </tr>}} | ||
<td> | {{#if:{{{ontologyProperty|}}}|<tr> | ||
<td> ontology property</td> | |||
<td>[[OntologyProperty:{{#replace:{{{ontologyProperty}}}|:|/}}]]</td> | |||
</tr>}} | </tr>}} | ||
</table> | </table> |
Revision as of 13:03, 3 March 2010
Geocoordinates Mapping |
---|