De:Gramps 3.3 Wiki Handbuch - Berichte - Teil 2

From Gramps
Revision as of 10:21, 1 March 2011 by Grampsd (talk | contribs) (1 revision)
Jump to: navigation, search

This sections describes the substitution values that can be used in the different reports available in GRAMPS.

Zurück Index Nächste


Gnome-important.png Spezielle Copyright Notiz: Alle Änderungen auf dieser Seite müssen unter zwei copyright Lizenzen stehen:

Diese Lizenzen ermöglichen es dem Gramps-Projekt die bestmögliche Verwendung dieses Handbuchs als freien Inhalt in zukünftigen Gramps Versionen. Wenn du mit dieser dual Lizenzierung nicht einverstanden bist, bearbeite diese Seite nicht. Du darfst zu anderen Seiten des Wiki die nur unter die GFDL Lizenz fallen nur über externe Links (verwende die Syntax: [http://www.gramps-project.org/...]), nicht über interne Links verlinken.
Außerdem verwende nur die Bekannten Drucktechnische Konventionen


Zurück zu Übersicht der Berichte.


Werte ersetzen

Many of the graphical reports allow you to customize the information on the display. Variable substitutions are used to substitute date for a particular symbol. There are two styles of variables. The difference between the two styles is how empty data is handled.

  1. The first style of variables are preceded by a $. The line is printed and the variable is printed as found in your family tree.
    Example: 'Born: $b' will show as 'Born: 2001' if a birth date is found, and 'Born: ', if no date is found
  2. The second style of variables are preceded by a %. If the variable evaluates to an empty string, the entire line that contains the variable is removed from the output!
    Example: '$n - Born: %b' will show as 'John Doe - Born: 2001' if a birth date is found, whereas the line will not be present if no date is found

Overview of the different substitution keys

  • $n/%n
Zeigt die Personen Namen in der Form Vorname Nachname
  • $N/%N
Zeigt die Personen Namen in der Form Vorname Nachname
  • $i/%i
Zeigt die mit der Person verknüpfte GRAMPS ID
  • $b/%b
Zeigt das Geburtsdatum der Person
  • $B/%B

Zeigt den Geburtsort der Person

  • $d/%d
Zeigt das Todesdatum der Person
  • $D/%D
Zeigt den Sterbeort der Person
  • $s/%s
Zeigt den Ehepartner-Namen in der Form Vorname Nachname
  • $S/%S
Zeigt den Ehepartner-Namen in der Form Vorname Nachname
  • $m/%m
Zeigt das Datum der Eheschließung an
  • $M/%M
Zeigt den Ort der Eheschließung an.

Two new variables are defined (for trunk only):

  • $f/%f
Displays the person's name by using Gramps preferred name display
  • $p/%p
Displays the spouse's name by using Gramps preferred name display

New for Gramps 3.3

Two modifiers have been defined for Gramps version 3.3:

  • If the character C is appended to variables n, N, s or S the surname will be capitalized.
  • If the character y is appended to variables b, d or m the date will be displayed as year only.

Substitution values can be combined:e.g. $n $i $b $B $d $D

this will give a lot of information in the displayed boxes.

Zurück zu Index der Berichte.

Zurück Index Nächste