Zum Inhalt springen

Alle Übersetzungen

Gib einen Nachrichtennamen ein, um alle verfügbaren Übersetzungen anzuzeigen.

Nachricht

Es wurden 2 Übersetzungen gefunden.

NameAktueller Text
 V Deutsch (de)<!-- Infobox rechts, hübsch gestylt -->
<div class="infobox-container">
<table class="infobox">
  <tr>
   <th class="infobox-title" colspan="2">Fakten</th>
  </tr>
  <tr>
   <th>Land</th>
   <td>[[Land::{{{Land|—}}}]]</td>
  </tr>
  <tr>
   <th>Bundesland</th>
   <td>[[Foaf:state::{{{Bundesland|—}}}]]</td>
  </tr>
  <tr>
   <th>Maps&nbsp;Location</th>
   <td>[[Foaf:GeoLocaction::{{{Maps|}}}]]</td>
  </tr>
  <tr>
   <th>Max. Flughöhe (m)</th>
   <td>[[Foaf:Max flight attitude::{{{Flughöhe|—}}}]]</td>
  </tr>
  <tr>
   <th colspan="2">Karte</th>
  </tr>
  <tr>
   <td colspan="2" class="infobox-media">
     <div class="ds-table-wrap">
       {{#ask:
         [[Foaf:GeoLocaction::{{{Maps|}}}]]
         | format=leaflet
         | ?Foaf:GeoLocaction
         | ?Foaf:Max flight attitude
         | template=Google Maps Link
       }}
     </div>
   </td>
  </tr>
</table>
</div>
 V Englisch (en)<!-- Infobox rechts, hübsch gestylt -->
<div class="infobox-container">
<table class="infobox">
  <tr>
   <th class="infobox-title" colspan="2">Facts</th>
  </tr>
  <tr>
   <th>Country</th>
   <td>[[Land::{{{Land|—}}}]]</td>
  </tr>
  <tr>
   <th>State</th>
   <td>[[Foaf:state::{{{Bundesland|—}}}]]</td>
  </tr>
  <tr>
   <th>Maps&nbsp;Location</th>
   <td>[[Foaf:GeoLocaction::{{{Maps|}}}]]</td>
  </tr>
  <tr>
   <th>Max. flight altitude (m)</th>
   <td>[[Foaf:Max flight attitude::{{{Flughöhe|—}}}]]</td>
  </tr>
  <tr>
   <th colspan="2">Map</th>
  </tr>
  <tr>
   <td colspan="2" class="infobox-media">
     <div class="ds-table-wrap">
       {{#ask:
         [[Foaf:GeoLocaction::{{{Maps|}}}]]
         | format=leaflet
         | ?Foaf:GeoLocaction
         | ?Foaf:Max flight attitude
         | template=Google Maps Link
       }}
     </div>
   </td>
  </tr>
</table>
</div>