Vorlage:Stammbaum

Aus Battlestar Wiki
This template comes from Wikipedia

This is a template for rendering simple Stammbaums consisting of boxes and connecting lines based on an ASCII art-like syntax. The trees are displayed as HTML tables using CSS attributes, and may contain arbitrary wiki markup within the boxes.

Beispiel

Dieser Code:

{{Stammbaum/Start}}
{{Stammbaum | | | | GRM |~|y|~| GRP | | GRM=Großmutter|GRP=Großvater}}
{{Stammbaum | | | | | | | |)|-|-|-|.| | }}
{{Stammbaum | | | MOM |y| DAD | | DAI | MOM=Mutti|DAD=Papa|DAI=Tante Wilma}}
{{Stammbaum | |,|-|-|-|+|-|-|-|.| | | | }}
{{Stammbaum | JOE | | ME  | | SIS | | | JOE=Mein Bruder [[Tim]]|ME='''[[Ich]]!'''|SIS=Meine kleine Schwester}}
{{Stammbaum/Ende}}

erzeugt diese Ausgabe:






 
 
 
Großmutter
 
 
 
Großvater
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Mutti
 
Papa
 
Tante Wilma
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Mein Bruder Tim
 
Ich!
 
Meine kleine Schwester
 
 


Musterverzeichnis

Linie
,
 
 
 
 
  .
 
 
 
  `
 
 
 
  '
 
 
 
 
^
 
 
 
  v
 
 
 
  (
 
 
 
  )
 
 
 
 
-
 
 
  !
 
 
  +
 
 
 
 
 
 
 
Gestrichelt
F
 
 
 
 
  7
 
 
 
  L
 
 
 
  J
 
 
 
 
A
 
 
 
  V
 
 
 
  C
 
 
 
  D
 
 
 
 
~
 
 
  :
 
 
  %
 
 
 
 
 
Mischung
é
{{{é}}}
  è
{{{è}}}
  <
{{{<}}}
  >
{{{>}}}
 
*
 
 
 
 
  #
 
 
 
 
  y
 
 
 
  Y
{{{Y}}}
 
{
 
 
 
  }
 
 
 
  Ä
{{{Ä}}}
 



Style attributes

The appearance of the boxes may be controlled by the optional template parameters border and boxstyle. The former sets the width of the box border in pixels, while the latter can be used to append arbitrary CSS declarations directly to the box style attributes. For example, the following code:

{{Stammbaum/Start}}
{{Stammbaum|border=0|boxstyle=background:#dfd;| | FOO |y| BAR | |FOO=Box 1|BAR=Box 2}}
{{Stammbaum|border=0|boxstyle=background:#dfd;| | |,|-|^|-|.| | }}
{{Stammbaum|border=0|boxstyle=background:#dfd;| | FOO | | BAR | |FOO=Box 3|BAR=Box 4}}
{{Stammbaum/Ende}}

produces a result like this:




 
Box 1
 
Box 2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Box 3
 
Box 4
 


Style attributes can even be set for individual boxes, as in the example below:

{{Stammbaum/Start}}
{{Stammbaum| | | | |WHITE| | | | |WHITE=White box}}
{{Stammbaum| |,|-|-|'|!|`|-|-|.| }}
{{Stammbaum|RED  |~|GREEN|~|BLUE |RED=Red box|GREEN=Green box|BLUE=Blue box
|boxstyle_RED  =background-color: #faa;
|boxstyle_GREEN=background-color: #afa;
|boxstyle_BLUE =background-color: #aaf;
}}
{{Stammbaum/Ende}}

which produces the output:




 
 
 
 
White box
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Red box
 
Green box
 
Blue box
 
 


NOTE: When specifying style attributes for individual named boxes, make sure the box names are aligned to the left side of area reserved for them in the template call (as in "|RED  |" instead of "| RED |" in the example above). Otherwise the template will end up looking for a style parameter with spaces in its name.

The {{Stammbaum/Start}} template also accepts an optional style parameter that can be used to set CSS styles for the entire table.