Vorlage:Infobox Stadt: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Die Seite wurde neu angelegt: „<table class="infobox" style="float:right; width: 22em; font-size: 90%;"> <tr> <th colspan="2" style="text-align:center;">{{{Titel|}}}</th> </tr> <tr> <td>Land</td> <td>{{{Land|}}}</td> </tr> <tr> <td>Einwohner</td> <td>{{{Einwohner|}}}</td> </tr> </table>“ |
Keine Bearbeitungszusammenfassung |
||
| Zeile 12: | Zeile 12: | ||
</tr> | </tr> | ||
</table> | </table> | ||
<templatedata> | |||
{ | |||
"description": "Infobox für Städte", | |||
"params": { | |||
"Titel": { | |||
"label": "Titel", | |||
"description": "Überschrift der Infobox", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"Land": { | |||
"label": "Land", | |||
"description": "Staat, in dem die Stadt liegt", | |||
"type": "string" | |||
}, | |||
"Einwohner": { | |||
"label": "Einwohner", | |||
"description": "Einwohnerzahl", | |||
"type": "number" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
Version vom 10. August 2025, 17:10 Uhr
| Land | |
| Einwohner | |
Infobox für Städte
| Parameter | Beschreibung | Typ | Status | |
|---|---|---|---|---|
| Titel | Titel | Überschrift der Infobox | Mehrzeiliger Text | erforderlich |
| Land | Land | Staat, in dem die Stadt liegt | Mehrzeiliger Text | optional |
| Einwohner | Einwohner | Einwohnerzahl | Zahlenwert | optional |