Benutzer:AndreasPlank/Testseite: Unterschied zwischen den Versionen
Aus WIPs-De Datenwiki
KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 2: | Zeile 2: | ||
{| class="tabellenblatt" | {| class="tabellenblatt" | ||
|- | |- class="anzeige-zell-spalten" | ||
| | | | ||
| | | | ||
| Zeile 87: | Zeile 87: | ||
| | | | ||
|} | |} | ||
<syntaxhighlight lang="css"> | |||
.tabellenblatt { | |||
border-collapse: collapse; | |||
} | |||
.tabellenblatt td, .tabellenblatt th { | |||
border: 1px solid #ccc; | |||
min-width: 1em; | |||
/* height: 3ex;*/ | |||
} | |||
.tabellenblatt th { | |||
border-bottom-color: black; | |||
font-weight: bold; | |||
text-align: center; | |||
} | |||
.tabellenblatt { | |||
counter-reset: zeilenzahl; | |||
counter-reset: spaltenzahl; | |||
} | |||
.tabellenblatt td:first-of-type { | |||
background-color: #ccc; | |||
position: relative; | |||
counter-increment: zeilenzahl; | |||
} | |||
.tabellenblatt td:first-of-type::after { | |||
content: counter(zeilenzahl, decimal); | |||
position: absolute; | |||
top: 0; | |||
right: 0.12em; | |||
/* background: red; */ | |||
color: white; | |||
} | |||
.tabellenblatt tr.anzeige-zell-spalten td { | |||
background-color: #ccc; | |||
position: relative; | |||
counter-increment: spaltenzahl; | |||
height: 1em; | |||
} | |||
.tabellenblatt tr.anzeige-zell-spalten td::after { | |||
content: counter(spaltenzahl, upper-alpha); | |||
position: absolute; | |||
top: 0; | |||
right: 0.12em; | |||
/* background: red; */ | |||
color: white; | |||
} | |||
</syntaxhighlight> | |||
* <code><Intern:Alchemilla longituba</code>: {{#ask: [[Kategorie:Verantwortungsarten]] [[<Intern:Alchemilla longituba]] }} | * <code><Intern:Alchemilla longituba</code>: {{#ask: [[Kategorie:Verantwortungsarten]] [[<Intern:Alchemilla longituba]] }} | ||
** <code>offset=1</code> {{#ask: [[Kategorie:Verantwortungsarten]] [[<Intern:Alchemilla longituba]] | offset=1 }} | ** <code>offset=1</code> {{#ask: [[Kategorie:Verantwortungsarten]] [[<Intern:Alchemilla longituba]] | offset=1 }} | ||
Version vom 20. November 2024, 16:00 Uhr
Einzelwerte übersetzen
| Feldbeschreibung | Wert1 | Wert2 | Wert3 | Wert4 | Wert5 | Wert6 | Wert7 | Wert8 | … | |
|---|---|---|---|---|---|---|---|---|---|---|
| exposition | N | S | E | W | NE | NW | SE | SW | ||
| Rückgabewerte vorherrschende Himmelsrichtung | N | S | O | W | NO | NW | SO | SW | ||
| Hangneigung | Keine Angabe | 0-5% | 6-10% | 11-20% | 21-30% | >30% | ||||
| Rückgabewerte Hangneigung | Keine Angabe | Eben (0-5%) | Wellig (6-10%) | Hügelig (11-20%) | Moderat (21-30%) | Steil (>30%) |
.tabellenblatt {
border-collapse: collapse;
}
.tabellenblatt td, .tabellenblatt th {
border: 1px solid #ccc;
min-width: 1em;
/* height: 3ex;*/
}
.tabellenblatt th {
border-bottom-color: black;
font-weight: bold;
text-align: center;
}
.tabellenblatt {
counter-reset: zeilenzahl;
counter-reset: spaltenzahl;
}
.tabellenblatt td:first-of-type {
background-color: #ccc;
position: relative;
counter-increment: zeilenzahl;
}
.tabellenblatt td:first-of-type::after {
content: counter(zeilenzahl, decimal);
position: absolute;
top: 0;
right: 0.12em;
/* background: red; */
color: white;
}
.tabellenblatt tr.anzeige-zell-spalten td {
background-color: #ccc;
position: relative;
counter-increment: spaltenzahl;
height: 1em;
}
.tabellenblatt tr.anzeige-zell-spalten td::after {
content: counter(spaltenzahl, upper-alpha);
position: absolute;
top: 0;
right: 0.12em;
/* background: red; */
color: white;
}
<Intern:Alchemilla longituba:offset=1offset=2offset=(n - 2)offset=(n + 2)
<Intern:Arnica montanalimit=2offset=3offset=(n - 2)offset=(n + 2)
.bildhoehe-hoechstens-100px img,
img.bildhoehe-hoechstens-100px { height:100px; width:auto; }
.bildhoehe-hoechstens-90px img,
img.bildhoehe-hoechstens-90px { height:90px; width:auto; }
.bildhoehe-hoechstens-80px img,
img.bildhoehe-hoechstens-80px { height:80px; width:auto; }
.bildhoehe-hoechstens-70px img,
img.bildhoehe-hoechstens-70px { height:70px; width:auto; }