Von Memleben und Vorlage:Infobox Ort: Unterschied zwischen den Seiten
(Unterschied zwischen Seiten)
Keine Bearbeitungszusammenfassung |
Die Seite wurde neu angelegt: „<div> <table class="infobox"> <!--NAME--> <tr><th colspan="2" class="infobox-header">{{{name}}}</th></tr> <!--Bild--> <tr><td colspan="2" class="full-image"/> <div style="padding-top:10px; padding-bottom:10px;"> [[File:{{{bild}}}.png|200px|center]] </div> </td></tr> <!--Typ--> <tr><th colspan="2" class="sub-title">{{{typ}}}</th></tr> <!--Stand--> {{#ifeq: {{{stand|+}}} | {{{stand|-}}} | <tr>…“ |
||
Zeile 1: | Zeile 1: | ||
{{ | <div> | ||
[[ | <table class="infobox"> | ||
{{ | <!--NAME--> | ||
| | <tr><th colspan="2" class="infobox-header">{{{name}}}</th></tr> | ||
| | <!--Bild--> | ||
| | <tr><td colspan="2" class="full-image"/> | ||
<div style="padding-top:10px; padding-bottom:10px;"> | |||
[[File:{{{bild}}}.png|200px|center]] | |||
</div> | |||
</td></tr> | |||
}} | |||
<!--Typ--> | |||
<tr><th colspan="2" class="sub-title">{{{typ}}}</th></tr> | |||
<!--Stand--> | |||
{{#ifeq: {{{stand|+}}} | {{{stand|-}}} | | |||
<tr> | |||
<td class="half-title">Stand:</td> | |||
<td class="half-content">{{{stand}}}</td> | |||
</tr> | |||
|}} | |||
<!--Profession--> | |||
{{#ifeq: {{{profession|+}}} | {{{profession|-}}} | | |||
<tr> | |||
<td class="half-title">Profession:</td> | |||
<td class="half-content">{{{profession}}}</td> | |||
</tr> | |||
|}} | |||
<!--Gefolge--> | |||
{{#ifeq: {{{gefolge|+}}} | {{{gefolge|-}}} | | |||
<tr> | |||
<td class="half-title">Gefolge:</td> | |||
<td class="half-content">{{{gefolge}}}</td> | |||
</tr> | |||
|}} | |||
<!--Weiteres Für Npcs--> | |||
<tr><th colspan="2" class="sub-title">Weiteres:</th></tr> | |||
<tr> | |||
<td class="half-title">Fundort:</td> | |||
<td class="half-content">{{{fundort}}}</td> | |||
</tr> | |||
<tr> | |||
<td class="half-title">Questgeber:</td> | |||
<td class="half-content">{{{questgeber}}}</td> | |||
</tr> | |||
</table> | |||
</div> |
Aktuelle Version vom 16. August 2024, 02:15 Uhr
{{{name}}} | |
---|---|
[[File:{{{bild}}}.png|200px|center]] | |
{{{typ}}} | |
Weiteres: | |
Fundort: | {{{fundort}}} |
Questgeber: | {{{questgeber}}} |