Vorlage:Map: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „ <includeonly> {{Infobox |titel={{{name|{{PAGENAME}}}}} |bild=[[Datei:{{{bild|Map_default.png}}}|center|256px]] |inhalt= {{#if:{{{mapname|}}}|<tr><th>Mapname</th><td><code>{{{mapname}}}</code></td></tr>|}}<nowiki/> {{#if:{{{level_min|}}}|<tr><th>Level</th><td>{{{level_min}}}{{#if:{{{level_max|}}}|-{{{level_max}}}|}}</td></tr>|}}<nowiki/> {{#if:{{{typ|}}}|<tr><th>Typ</th><t…“) |
(Map-Infobox Vorlage) |
||
| Zeile 1: | Zeile 1: | ||
<includeonly><div class="infobox map-infobox" style="float:right; width:300px; margin:0 0 10px 10px; padding:10px; background:#1a1a2e; border:1px solid #4a4a6a; border-radius:8px;"> | |||
<div style="text-align:center; font-size:1.3em; font-weight:bold; color:#c9a227; margin-bottom:10px;">{{{name|Unbekannte Map}}}</div> | |||
{{{bild|}}} | |||
{| style="width:100%; color:#e0e0e0;" | |||
{{#if:{{{mapname|}}}| | |||
{{!}}- | |||
{{!}} style="width:40%; color:#888;" {{!}} '''Map-ID''' | |||
{{!}} {{{mapname}}} | |||
}} | |||
{{#if:{{{reich|}}}| | |||
{{!}}- | |||
{{!}} style="color:#888;" {{!}} '''Reich''' | |||
{{!}} {{{reich}}} | |||
}} | |||
{{#if:{{{level_min|}}}| | |||
{{!}}- | |||
{{!}} style="color:#888;" {{!}} '''Level''' | |||
{{!}} {{{level_min}}}{{#if:{{{level_max|}}}| - {{{level_max}}}}} | |||
}} | |||
{{#if:{{{typ|}}}| | |||
{{!}}- | |||
{{!}} style="color:#888;" {{!}} '''Typ''' | |||
{{!}} {{{typ}}} | |||
}} | |||
{{#if:{{{boss|}}}| | |||
{{!}}- | |||
{{!}} style="color:#888;" {{!}} '''Boss''' | |||
{{!}} [[Monster:{{{boss}}}|{{{boss}}}]] | |||
}} | |||
{{#if:{{{portal|}}}| | |||
{{!}}- | |||
{{!}} style="color:#888;" {{!}} '''Portal zu''' | |||
{{!}} {{{portal}}} | |||
}} | |||
|} | |||
</div></includeonly><noinclude> | |||
== Map-Vorlage == | |||
Diese Vorlage erstellt eine Infobox fuer Map-Seiten. | |||
=== Parameter === | |||
{| class="wikitable" | |||
|- | |||
! Parameter !! Beschreibung !! Beispiel | |||
|- | |||
| name || Name der Map || Joan | |||
|- | |||
| mapname || Technischer Map-Name || metin2_map_a1 | |||
|- | |||
| reich || Zugehoeriges Reich || Chunjo / Jinno / Shinsoo / Neutral | |||
|- | |||
| level_min || Mindestlevel || 1 | |||
|- | |||
| level_max || Maximallevel || 30 | |||
|- | |||
| typ || Map-Typ || Startgebiet / Gildenzone / Dungeon | |||
|- | |||
| boss || Hauptboss der Map || Tigerkoenig | |||
|- | |||
| portal || Verbundene Maps || [[Map:Bokjung|Bokjung]] | |||
|- | |||
| bild || Bild der Map || <nowiki>[[Datei:Map_joan.jpg|280px]]</nowiki> | |||
|} | |||
=== Beispiel === | |||
<pre> | |||
{{Map | |||
|name=Joan | |||
|mapname=metin2_map_a1 | |||
|reich=Chunjo | |||
|level_min=1 | |||
|level_max=30 | |||
|typ=Startgebiet | |||
|boss=Tigerkoenig | |||
|portal=[[Map:Bokjung|Bokjung]] | |||
}} | |||
</pre> | |||
[[Kategorie:Vorlagen]] | |||
</noinclude> | |||
Version vom 21. Februar 2026, 22:17 Uhr
Map-Vorlage
Diese Vorlage erstellt eine Infobox fuer Map-Seiten.
Parameter
| Parameter | Beschreibung | Beispiel |
|---|---|---|
| name | Name der Map | Joan |
| mapname | Technischer Map-Name | metin2_map_a1 |
| reich | Zugehoeriges Reich | Chunjo / Jinno / Shinsoo / Neutral |
| level_min | Mindestlevel | 1 |
| level_max | Maximallevel | 30 |
| typ | Map-Typ | Startgebiet / Gildenzone / Dungeon |
| boss | Hauptboss der Map | Tigerkoenig |
| portal | Verbundene Maps | Bokjung |
| bild | Bild der Map | [[Datei:Map_joan.jpg|280px]] |
Beispiel
{{Map
|name=Joan
|mapname=metin2_map_a1
|reich=Chunjo
|level_min=1
|level_max=30
|typ=Startgebiet
|boss=Tigerkoenig
|portal=[[Map:Bokjung|Bokjung]]
}}