TestDivs: Difference between revisions
Appearance
Content deleted Content added
Created page with "base {{BASEPAGENAME}} name <templatestyles src="TestDivs.css"/> <div class="address-box" itemscope itemtype="https://schema.org"> <div class="address-name" itemprop="name">{{{name}}}</div><!-- Name --> <div class="address-street" itemprop="streetAddress">{{{strasse}}}</div><!-- Straße --> <div class="address-locality"><!-- PLZ und Stadt in einer Zeile --> <span class="zip" itemprop="postalCode">{{{plz}}}</span> <span class="city" itemprop="addressL..." |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
base {{BASEPAGENAME}} name |
base {{BASEPAGENAME}} name |
||
*Deutsch (Standard) |
|||
<templatestyles src="TestDivs.css"/> |
|||
{{Mailaddress |name=Max Mustermann |street=Hauptstraße |housenumber=12 |zip=12345 |city=Berlin |country=Deutschland}} |
|||
<div class="address-box" itemscope itemtype="https://schema.org"> |
|||
<div class="address-name" itemprop="name">{{{name}}}</div><!-- Name --> |
|||
<div class="address-street" itemprop="streetAddress">{{{strasse}}}</div><!-- Straße --> |
|||
*Englisch |
|||
<div class="address-locality"><!-- PLZ und Stadt in einer Zeile --> |
|||
<span class="zip" itemprop="postalCode">{{{plz}}}</span> |
|||
{{Mailaddress |lang=en |name=John Doe |street=Main St |housenumber=456 |zip=SW1A 1AA |city=London |country=United Kingdom}} |
|||
<span class="city" itemprop="addressLocality">{{{stadt}}}</span> |
|||
</div> |
|||
<div class="country" style="text" itemprop="addressCountry"><!-- Land mit speziellem Styling -->{{{land}}}</div> |
|||
</div> |
|||
Latest revision as of 12:47, 20 April 2026
base TestDivs name
- Deutsch (Standard)
Max Mustermann
Hauptstraße
12
12345 Berlin
Deutschland
- Englisch
John Doe
456
Main St
London, SW1A 1AA
United Kingdom