Vorlage:Adresse: Unterschied zwischen den Versionen

Aus München Wiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(35 dazwischenliegende Versionen von 5 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
<onlyinclude>
<onlyinclude>
<div class="vcard" style="border:1px solid black; background-color:#FEFDE9; padding:5px;">[[Bild:Adr.png|right|link=]]
<div name="Oben Rechts" style="background: rgb(255,255,255); background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(248,237,60,1) 71%); text-align: left; color: #000000; font-weight: bold; font-size: 110%; border: 1px solid black; border-bottom: 1px solid #F4FA58; margin: 10px 5px 0px 0; padding: 4px 4px 4px 14px; width:400px">'''{{#if:{{{Name|}}}|{{{Name}}}|{{PAGENAME}}}}'''</div>
<div class="adr">
<div style="margin: 0px 5px 0px 0; padding: 4px 3px 4px 14px; border: 1px dotted black; border-top: 1px solid #F4FA58; background-color: #fff; width:400px">
<span class="org fn">
{{{Straße}}}{{#if:{{{PLZ|}}}
'''{{#if:{{{Name|}}}|{{{Name}}}|{{PAGENAME}}}}'''
  |<br/>{{{PLZ}}}&nbsp;{{{Stadt|München}}}|}}{{#if:{{{Postfachnummer|}}}
</span>
  |<br/>Postfachnummer: {{{Postfachnummer}}}|}}{{#if:{{{Postfach-PLZ|}}}
<br/>
  |<br/>Postfachanschrift: {{{Postfach-PLZ}}}&nbsp;{{{Stadt|München}}}|}}{{#if:{{{Telefon|}}}
{{{Straße}}}
  |<br/>&#9742; : {{{Telefon}}}|}}{{#if:{{{eMail|}}}
{{#if:{{{PLZ|}}}|<br/>D-{{{PLZ}}}&nbsp;{{{Stadt}}}|}}
  |<br/>'''@''' : [mailto:{{{eMail}}} {{{eMail}}}]}}{{#if:{{{Mobil|}}}
{{#if:{{{Postfachnummer|}}}|<br/>Postfachnummer: {{{Postfachnummer}}}|}}{{#if:{{{Postfach-PLZ|}}}|<br/>Postfachanschrift: {{{Postfach-PLZ}}}&nbsp;{{{Stadt}}}|}}{{#if:{{{Telefon|}}}|<br/>&#9742; : {{{Telefon}}}|}}{{#if:{{{Mobil|}}}|<br/>Mobil: {{{Mobil}}}|}}{{#if:{{{eMail|}}}|<br/>'''@''' : [mailto:{{{eMail}}} {{{eMail}}}]}}
  |<br/>'''&#128241;''': {{{Mobil}}}|}}{{#if:{{{MVV|}}}
</div>
  |<br/>{{#if: {{{MVV|}}}|{{ÖPNV|MVVd|15}}: {{{MVV}}}}}|}}{{#if:{{{WWW|}}}
  |<br/>[[Datei:Www.png|verweis=http://{{{WWW}}}]] https://{{{WWW}}}}}
</div>
</div>
</onlyinclude>
</onlyinclude>
<noinclude>
<noinclude>
----
----
Eine Vorlage für das [[München Wiki:Mikroformat#Adresse|Mikroformat adr]].
Eine Vorlage für Adressen.


;Verwendung
;Verwendung
Zeile 20: Zeile 21:
<pre>
<pre>
{{Adresse
{{Adresse
| Name          =  ''(optional; anderfalls wird der Seitentitel verwendet)''
| Name          =  (optional; andernfalls wird der Seitentitel verwendet)
| Straße        =  ''(Straße/Hausnummer)''
| Straße        =  (Straßenname (wird nicht automatisch verlinkt!!!) und Hausnummer)
| PLZ            =  ''(Postleitzahl)''
| PLZ            =  (Postleitzahl)
| Stadt          =  ''(z.B. München)''
| Stadt          =  (optional; kann entfallen, weil standardmäßig München eingesetzt wird)
| Postfachnummer =  ''(optional)''
| Postfachnummer =  (optional)
| Postfach-PLZ  =  ''(optional)''
| Postfach-PLZ  =  (optional)
| Telefon        =  (089) ## ## ## ## ''(optional)''
| Telefon        =  089 - ######## (optional)
| Mobil          =  ''(optional)''
| Mobil          =  (optional)
| eMail          =  ''(optional)''
| eMail          =  (optional)
| MVV            =  (optional)
| WWW            =  (optional; Webseitenangabe (ohne "https://"!!!))
}}
}}
</pre>
</pre>
{{Achtung|Der Parameter <code><nowiki>| Fax=</nowiki></code> wird ab sofort bitte nicht mehr belegt! Weil er aber immernoch vielfach eingebunden ist, steht hier dieser Hinweis! }}


{{Adresse
{{Adresse
| Name = Mustermann GmbH u. Co KG
| Name = Mustermann GmbH u. Co KG
| Straße = Musterstr. 1
| Straße = [[Musterstraße]] 1
| PLZ = 00000
| PLZ = 00000
| Stadt = Musterhausen
| Stadt = Musterhausen
| Telefon = 089 - 99 99 99 99
| Telefon = 089 - '''99 99 99 99'''
| eMail = mustermann@mustermail.de
| eMail = mustermann@mustermail.de
| MVV= {{ÖPNV|29}}
| WWW=istmeincomputeran.de
}}
}}
----
----

Aktuelle Version vom 25. Mai 2025, 13:03 Uhr

Adresse

{{{Straße}}}



Eine Vorlage für Adressen.

Verwendung
{{Adresse
| Name           =  (optional; andernfalls wird der Seitentitel verwendet)
| Straße         =  (Straßenname (wird nicht automatisch verlinkt!!!) und Hausnummer)
| PLZ            =  (Postleitzahl)
| Stadt          =  (optional; kann entfallen, weil standardmäßig München eingesetzt wird)
| Postfachnummer =  (optional)
| Postfach-PLZ   =  (optional)
| Telefon        =  089 - ######## (optional)
| Mobil          =  (optional)
| eMail          =  (optional)
| MVV            =  (optional)
| WWW            =  (optional; Webseitenangabe (ohne "https://"!!!))
}}

Der Parameter | Fax= wird ab sofort bitte nicht mehr belegt! Weil er aber immernoch vielfach eingebunden ist, steht hier dieser Hinweis!


Mustermann GmbH u. Co KG

Musterstraße 1
00000 Musterhausen
☎ : 089 - 99 99 99 99
@ : mustermann@mustermail.de
MVV-Logo neu transparent.png: München Tram 29.png
Www.png https://istmeincomputeran.de