User Tools

Site Tools


pug-l:2001

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
pug-l:2001 [2011/03/06 14:12] – created PUGwiki Adminpug-l:2001 [2011/04/20 17:04] – [Multiple events shown on trees] Malcolm Austen
Line 44: Line 44:
  
 ===== Major or last occupation or residence ===== ===== Major or last occupation or residence =====
- 
  
 One of Pedigree's strengths has been the support for multiple occurrences of occupations and residences spanning peoples' lives.  The downside has been the difficulty of showing only one of them, when a particular chart or tree has required this. One of Pedigree's strengths has been the support for multiple occurrences of occupations and residences spanning peoples' lives.  The downside has been the difficulty of showing only one of them, when a particular chart or tree has required this.
  
 The PediView Elton.ped database introduced an extra picture for occupation called major which allowed you to add a semicolon to occupation.title that you didn't want to be shown, with the picture The PediView Elton.ped database introduced an extra picture for occupation called major which allowed you to add a semicolon to occupation.title that you didn't want to be shown, with the picture
-  + 
-if not  title contains ";" then title ", " end+  if not  title contains ";" then title ", " end
  
 So that only titles without a semicolon would be shown. So that only titles without a semicolon would be shown.
Line 59: Line 58:
 Define a new picture script name called 'final' for occupation and enter: Define a new picture script name called 'final' for occupation and enter:
  
-if to absent then title  +  if to absent then title  
-end+  end
  
 Then use final(occupation) instead of your original picture in (say) Person detail picture script. Then use final(occupation) instead of your original picture in (say) Person detail picture script.
Line 66: Line 65:
 Define a new picture script name called 'final' for residence and enter: Define a new picture script name called 'final' for residence and enter:
  
-if to absent then +  if to absent then 
- [dwelling|][road|][locality|][TOWN county|][postcode country|] +    [dwelling|][road|][locality|][TOWN county|][postcode country|] 
-end+  end
  
 The main script has been copied from the 'address' picture so that you could use this new 'final(residence)' picture in the Source letter report.  It is obviously wrong to have more than one address – particularly a previous address, in a letter! The main script has been copied from the 'address' picture so that you could use this new 'final(residence)' picture in the Source letter report.  It is obviously wrong to have more than one address – particularly a previous address, in a letter!
Line 74: Line 73:
 If you don't know a 'to' date, it can always be 'bef.' death.date or some other later date.  If you don't know a 'to' date, it can always be 'bef.' death.date or some other later date. 
  
-(Murray Kennedy)+//(Murray Kennedy)//
  
 ===== Modification of control.ged ===== ===== Modification of control.ged =====
Line 135: Line 134:
  
 In the above example: In the above example:
-                                                                 +                                
-Joe instead of Joe +  Joe               instead of    Joe 
-            BLOGGS  BLOGGS +  BLOGGS                          BLOGGS 
-            b. 07 May 1874 b.c.1874 +  b. 07 May 1874                  b.c.1874 
-b.c.1875 +  b.c.1875 
-b.c.1874 +  b.c.1874 
-b. 07 May 1874+  b. 07 May 1874
  
 - -
Line 148: Line 147:
  
 I would suggest that you add a semicolon ; or exclamation ! to the end of notes on any event that you don't want included on the tree. (This is what I suggested for occupations for a major(occupation) picture.) Then in the new picture insert this line at the start: I would suggest that you add a semicolon ; or exclamation ! to the end of notes on any event that you don't want included on the tree. (This is what I suggested for occupations for a major(occupation) picture.) Then in the new picture insert this line at the start:
- +  if not notes contains ";" then 
-if not notes contains ";" then +
  
 and at the last line add end and at the last line add end
  
 You may still get new lines for each extra occurrence of the event, unless you insert You may still get new lines for each extra occurrence of the event, unless you insert
- +  separator=" {the default is new line}
-separator=" {the default is new line}+
  
 before the normal picture for Person, or whatever picture name was used instead of normal(descendant) in your original F5 tree picture. before the normal picture for Person, or whatever picture name was used instead of normal(descendant) in your original F5 tree picture.
pug-l/2001.txt · Last modified: 2018/08/30 00:19 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki