%( op_m=1 Sources %)
%( op_m=2 Sources complete (events) %)
%let;op_m;%if;(op_m!="")%op_m;%else;1%end;%in;
%if;(has_linked_page.BIBLIO and linked_page.BIBLIO!="")
[*bibliography]
- %apply;capitalize(linked_page.BIBLIO)
%end;
%reset_count;
%if;has_sources;%incr_count;%end;
%foreach;event;
%if;event.has_src;%incr_count;%end;
%end;
%if;(count>0)
%if;(count=1)
[*source/sources]0
%else;
[*source/sources]1
%end;
%foreach;source;
- %apply;capitalize(source_type)[:] %source;.
%end;
%if;(op_m=2)
%reset_count;
%foreach;event;
%if;event.has_src;
%if;(event.name!=[birth] and
event.name!=[baptism] and
event.name!=[marriage event] and
event.name!=[death] and
event.name!=[burial] and
event.name!=[cremation] and
event.name!="special" and
event.name!="special1" and
event.name!="special2")
- %apply;capitalize(event.name)[:] %event.src;.
%end;
%if;((event.name="special" or
event.name="special1" or
event.name="special2") and count=0)
- [timeline][:] %linked_page.TIMELINE;
%incr_count;
%end;
%end;
%end;
%end;
%end;