Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update registry name in citations #15

Merged
merged 1 commit into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/base.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<h1 class="display-5 fw-bold"><a href="{{url('home')}}" class="link-dark">WA BMD</a></h1>
<p class="lead mb-4">
A tool to help track the citations of
the <a href="https://www.wa.gov.au/organisation/department-of-justice/online-index-search-tool">Western Australian Birth, Marriage, and Death index</a>
the Western Australian <a href="https://www.wa.gov.au/organisation/department-of-justice/the-registry-of-births-deaths-and-marriages">Registry of Births, Deaths and Marriages</a>
from <a href="https://www.wikidata.org">Wikidata</a>
and <a href="https://www.wikitree.com">WikiTree</a>.
</p>
Expand Down
6 changes: 3 additions & 3 deletions templates/record.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ WABMD-{{type}}-{{record.registration_year}}/{{record.registration_number}}
<p>
<tt>WABMD-{{type}}-{{record.registration_year}}/{{record.registration_number}}</tt>.
<a href="https://www.wa.gov.au/organisation/department-of-justice/online-index-search-tool">
Western Australian Birth, Marriage, and Death index
Registry of Births, Deaths and Marriages
</a>
(Government of Western Australia, Department of Justice)
<em>Index entry for {{record.given_names}} {{record.surname}}</em>
Expand All @@ -140,7 +140,7 @@ WABMD-{{type}}-{{record.registration_year}}/{{record.registration_number}}

<h3>Wikitext</h3>
<p><tt>&lt;ref>WABMD-{{type}}-{{record.registration_year}}/{{record.registration_number}}.
[https://www.wa.gov.au/organisation/department-of-justice/online-index-search-tool Western Australian Birth, Marriage, and Death index]
[https://www.wa.gov.au/organisation/department-of-justice/online-index-search-tool Registry of Births, Deaths and Marriages]
(Government of Western Australia, Department of Justice)
''Index entry for {{record.given_names}} {{record.surname}}''
({{type|title}} registered in {{record.registration_year}}; number: {{record.registration_number}}; district: {{record.registration_district}}).
Expand Down Expand Up @@ -186,7 +186,7 @@ Accessed {{'now'|date('j F Y')}}.&lt;/ref>
<h3>Markdown</h3>
<p><tt>{#
#}WABMD-{{type|title}}-{{record.registration_year}}/{{record.registration_number}}.
[Western Australian Birth, Marriage, and Death index](https://www.wa.gov.au/organisation/department-of-justice/online-index-search-tool)
[Registry of Births, Deaths and Marriages](https://www.wa.gov.au/organisation/department-of-justice/online-index-search-tool)
(Government of Western Australia, Department of Justice)
*Index entry for {{record.given_names}} {{record.surname}}*
({{type|title}} registered in {{record.registration_year}}; number: {{record.registration_number}}; district: {{record.registration_district}}).
Expand Down