5,418
edits
Changes
m
→Citation Formatter
* [https://github.com/gramps-project/addons-source/tree/maintenance/gramps52/CiteEnhanced <code>CiteEnhanced</code>] addon plugin source code on GitHub
== Reports ==
Only some Reports include Bibliographies. (Sometimes called "End Notes")
=== Built-ins ===
* [[Gramps_{{man version}}_Wiki_Manual_-_Reports_-_part_6#Detailed_Ancestral_Report|Detailed Ancestral Report]] text report <small>[https://github.com/gramps-project/gramps/blob/6b758b8067dc47daa718e1ddf45da40578c54866/gramps/plugins/textreport/detancestralreport.py#L63 source]</small>
* [[Gramps_{{man version}}_Wiki_Manual_-_Reports_-_part_6#Detailed_Descendant_Report|Detailed Descendant]] text report <small>[https://github.com/gramps-project/gramps/blob/6b758b8067dc47daa718e1ddf45da40578c54866/gramps/plugins/textreport/detdescendantreport.py#L70 source]</small>
* Family Group web report <small>[https://github.com/gramps-project/gramps/blob/6b758b8067dc47daa718e1ddf45da40578c54866/gramps/plugins/webreport/family.py#L53 source]</small>
* [[Gramps_{{man version}}_Wiki_Manual_-_Reports_-_part_6#Complete_Individual_Report|Complete Individual]] text report <small>[https://github.com/gramps-project/gramps/blob/6b758b8067dc47daa718e1ddf45da40578c54866/gramps/plugins/textreport/indivcomplete.py#L68 source]</small>
* [[Gramps_{{man version}}_Wiki_Manual_-_Reports_-_part_7#Narrated_Web_Site|Narrated website]] web report: Person <small>[https://github.com/gramps-project/gramps/blob/6b758b8067dc47daa718e1ddf45da40578c54866/gramps/plugins/webreport/person.py#L66 source]</small>, base page <small>[https://github.com/gramps-project/gramps/blob/6b758b8067dc47daa718e1ddf45da40578c54866/gramps/plugins/webreport/basepage.py#L86 source]</small>, Place <small>[https://github.com/gramps-project/gramps/blob/6b758b8067dc47daa718e1ddf45da40578c54866/gramps/plugins/webreport/place.py#L53 source]</small>, Media <small>[https://github.com/gramps-project/gramps/blob/6b758b8067dc47daa718e1ddf45da40578c54866/gramps/plugins/webreport/media.py#L58 source]</small>, Statistics <small>[https://github.com/gramps-project/gramps/blob/6b758b8067dc47daa718e1ddf45da40578c54866/gramps/plugins/webreport/statistics.py#L52 source]</small>
=== Addons ===
* [[Addon:PersonEverything_Report|Person Everything]] Text Report <small>[https://github.com/gramps-project/addons-source/blob/ddb32eb151794e5b156aeace00a43bd9d6db57cc/PersonEverything/PersonEverything.py#L775 source]</small>
* [[Addon:Detailed_Descendant_Report_With_All_Images|Detailed Descendant with Images]] Text Report <small>[https://github.com/gramps-project/addons-source/blob/ddb32eb151794e5b156aeace00a43bd9d6db57cc/DetDescendantReport-images/detdescendantreporti.py#L203 source]</small>
* [[Addon:DynamicWeb_report|Dynamic Web]] Web Pages <small>[https://github.com/gramps-project/addons-source/blob/ddb32eb151794e5b156aeace00a43bd9d6db57cc/DynamicWeb/dynamicweb.py#L191 source]</small>
* [[Addon:Descendant_and_Detailed_Descendant_Book_Reports|Detailed Descendant Book]] Text Report <small>[https://github.com/gramps-project/addons-source/blob/ddb32eb151794e5b156aeace00a43bd9d6db57cc/DescendantBooks/DetailedDescendantBookReport.py#L52 source]</small>
== See also ==