Fraktionsliste anpassen

Aus New Universe Wiki
Zur Navigation springenZur Suche springen

Einleitung

Um die NPC Fraktionsliste anzupassen, sollte man folgendes beachten:

Es wird hier keine Vorlage verwendet. Das heißt, es wird direkt an der Tabelle gearbeitet. Alle Fraktionen sind in der Übersicht bei NPC Fraktionen aufgelistet(fehlende sind rot verlinkt). Tipp: Mehrere Browser-Tabs helfen hier sehr!

Wichtig: Es dürfen nur die gelb dargestellten Texte im Code der NPC Fraktionen Übersichtstabelle geändert werden! Neue Einträge unbedingt in alphabetischer Reihenfolge!


Beispiel einer Übersichtstabelle für die NPC Fraktionen:

Tab. NPC Fraktionen Übersicht

{| width="73%" style="background: transparent; border: transparent; margin-top: 20px;"

Für die linke Spalte nutzt man folgende Syntax:
| width="33%" align="left" valign="top" | <div style="margin-top: 20px; color: #638C9C;">A</div> :*[[Fraktion 1]]{{ClearL}} :*[[Fraktion 2]]{{ClearL}} <div style="margin-top: 20px; color: #638C9C;">B</div> usw.

Für die mittlere Spalte nutzt man folgende Syntax:

| width="34%" align="left" valign="top" |
<div style="margin-top: 20px; color: #638C9C;">J</div>
:*[[Fraktion 3]]{{ClearL}}
:*[[Fraktion 4]]{{ClearL}}
<div style="margin-top: 20px; color: #638C9C;">K</div>
usw.

Für die rechte Spalte nutzt man folgende Syntax:

| width="33%" align="left" valign="top" |
<div style="margin-top: 20px; color: #638C9C;">S</div>
:*[[Fraktion 5]]{{ClearL}}
:*[[Fraktion 6]]{{ClearL}}
<div style="margin-top: 20px; color: #638C9C;">T</div>
usw.
}
{{NavListBox}}