The ViewTemplate looks like this now

<!--{{{-->
<div macro='tiddlerGender'>
<div class='tiddlerContainer'>
<div class='toolbar' macro='toolbar
[[ToolbarCommands::ViewToolbar]]'></div>
<div>
<span class='title' macro='view title'></span>&nbsp;<span
macro='makeRootLink'></span>
</div>
<div class='subtitle'>
<span class='ftdob' macro='aet if:dob|dod'>
(<span macro='view dob year'></span><span macro='aet if:dod'> - </
span><span macro='view dod year'></span>)
</span>
</div>

<div>
<div class='subtitle'>
<span macro='aet if:mother|father'>Child of</span>
<span macro='view father link'></span>
<span macro='aet if:father&mother'>och</span>
<span macro='view mother link'></span><br/>
</div>

<div>
<span macro='aet if:spouse'>
Spouse(s): </span>
<span macro='view spouse bracketedlist'></span>
</div>

<div>
<h3>Child of <span macro='view title'></span></h3>
<div macro='listchildren filter:[sort[dob]]'></div>

<h3>Facts</h3> <---- (here's the birthfacts)
<div class='factbox'>
<div>
<span macro='aet if:dob&!dod'>
<span macro='age'></span>
</span>
<span macro='aet if:!dob&!placeofbirth&!occupation&!dod&!
placeofdeath'>Inga fakta finns</span>
<span macro='aet if:dob'>
born <span macro='view dob date'></span>
</span>
<span macro='aet if:placeofbirth'> i </span>
<span macro='view placeofbirth link'></span>
</div>
<div>
<span macro='aet if:occupation'>
occupation </span><span macro='view occupation'></span>
</div>
<div>
<span macro='aet if:dod'>
died </span><span macro='view dod date'></span> <----- (here's the
deathfacts)
<span macro='aet if:placeofdeath'> i </span>
<span macro='view placeofdeath link'></span>
<span macro='aet if:dod&dob'> i en ålder av <span macro='age'></span>
</span>
</div>
</div>

<h3>Biografi</h3>
<div class='viewer' macro='view text wikified'></div>
<div class='tagClear'></div>
</div>
</div>
<!--}}}-->

How would you put it all together?

//Tobbe

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to