Vorlage Diskussion:Gegenstand

Aus Unitopiawiki
Version vom 3. August 2018, 18:58 Uhr von Skaara (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „<syntaxhighlight lang="smarty" line='line'> <includeonly> {{Info/Headbar | Kategorie = Gegenstand | Typ = {{{Typ|}}} | Gegend = {{{…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen
<includeonly>
    {{Info/Headbar
        | Kategorie = Gegenstand
        | Typ = {{{Typ|}}}
        | Gegend = {{{Gegend|}}}
        | Set = {{{Set|}}}
        | Titel = {{{Titel|}}}
    }}
    
    [[Kategorie:Gegenstand]]
        
    {{Info/Navkat
        | Kategorie = Gegenstand
        | Typ = {{{Typ|}}}
        | TypTPN = 1
        | TypTPF = 1
        | Gegend = {{{Gegend|}}}
    }}
    
    {{Info/Navkat
        | Kategorie = Gegenstand
        | Typ = {{{Typ|}}}
        | TypTPN = 1
        | TypTPF = 2
        | Gegend = {{{Gegend|}}}
    }}

    {{Info/Navkat
        | Kategorie = Gegenstand
        | Typ = {{{Typ|}}}
        | TypTPN = 1
        | TypTPF = 3
        | Gegend = {{{Gegend|}}}
    }}

    {{Info/Navkat
        | Kategorie = Gegenstand
        | Typ = {{{Typ|}}}
        | TypTPN = 1
        | TypTPF = 4
        | Gegend = {{{Gegend|}}}
    }}

    {{Info/Navkat
        | Kategorie = Gegenstand
        | Typ = {{{Typ|}}}
        | TypTPN = 1
        | TypTPF = 5
        | Gegend = {{{Gegend|}}}
    }}

    {{#if: {{{Set|}}} |
        [[Kategorie:Set]]
        [[Kategorie:Set/{{{Set}}}]]
    }}
</includeonly>
<noinclude>
    {{Dokumentation|Gegenstand}}
</noinclude>