Skip to content

Commit

Permalink
Update bern-university-of-applied-sciences-school-of-agricultural-for… (
Browse files Browse the repository at this point in the history
citation-style-language#6900)

Style needs to have same date formatting for de and fr for issued-date for webpages.
  • Loading branch information
POBrien333 authored Feb 18, 2024
1 parent 8f5fe43 commit d38af45
Showing 1 changed file with 21 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</author>
<category citation-format="author-date"/>
<category field="generic-base"/>
<updated>2023-05-17T07:55:23+00:00</updated>
<updated>2024-02-15T10:55:41+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale xml:lang="de">
Expand Down Expand Up @@ -248,7 +248,11 @@
<else-if type="article-newspaper article-magazine" match="any">
<group delimiter=", ">
<text variable="container-title"/>
<date form="numeric" variable="issued"/>
<date variable="issued">
<date-part name="day" form="numeric-leading-zeros" suffix="."/>
<date-part name="month" form="numeric-leading-zeros" suffix="."/>
<date-part name="year"/>
</date>
<group delimiter=" ">
<label variable="page" form="short"/>
<text variable="page"/>
Expand All @@ -263,18 +267,30 @@
</group>
<group delimiter=", ">
<text variable="dimensions"/>
<date form="numeric" variable="issued"/>
<date variable="issued">
<date-part name="day" form="numeric-leading-zeros" suffix="."/>
<date-part name="month" form="numeric-leading-zeros" suffix="."/>
<date-part name="year"/>
</date>
</group>
</group>
</else-if>
<else-if type="webpage post post-weblog" match="any">
<date form="numeric" variable="issued"/>
<date variable="issued">
<date-part name="day" form="numeric-leading-zeros" suffix="."/>
<date-part name="month" form="numeric-leading-zeros" suffix="."/>
<date-part name="year"/>
</date>
</else-if>
<else-if type="interview" match="any">
<group delimiter=" ">
<text term="interview" text-case="capitalize-first"/>
<text term="from"/>
<date form="numeric" variable="issued"/>
<date variable="issued">
<date-part name="day" form="numeric-leading-zeros" suffix="."/>
<date-part name="month" form="numeric-leading-zeros" suffix="."/>
<date-part name="year"/>
</date>
</group>
</else-if>
<else>
Expand Down

0 comments on commit d38af45

Please sign in to comment.