Skip to content

Commit

Permalink
Update wikipedia-fr-templates.csl
Browse files Browse the repository at this point in the history
Upated code to satisfy required changes.
  • Loading branch information
Jules78120 authored Jan 3, 2025
1 parent 602c27b commit 2feaf2d
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions wikipedia-fr-templates.csl
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<style class="in-text" version="1.0" initialize="false" default-locale="fr-FR" xmlns="http://purl.org/net/xbiblio/csl">
<style class="in-text" version="1.0" et-al-min="9" et-al-use-first="10" initialize="false" default-locale="fr-FR" xmlns="http://purl.org/net/xbiblio/csl">
<info>
<title>Wikipedia-fr templates</title>
<title-short>Wikipedia-fr templates</title-short>
<title>Wikipedia-fr-templates (français)</title>
<title-short>Wikipedia-fr-templates</title-short>
<id>http://www.zotero.org/styles/wikipedia-fr-templates</id>
<link href="http://www.zotero.org/styles/wikipedia-fr-templates" rel="self"/>
<link href="http://www.zotero.org/styles/wikipedia-templates" rel="template"/>
<link href="https://fr.wikipedia.org/wiki/Mod%C3%A8le:Ouvrage" rel="documentation"/>
<link href="https://fr.wikipedia.org/wiki/Mod%C3%A8le:Chapitre" rel="documentation"/>
<link href="https://fr.wikipedia.org/wiki/Mod%C3%A8le:Article" rel="documentation"/>
<link href="https://fr.wikipedia.org/wiki/Mod%C3%A8le:Lien_web" rel="documentation"/>
<link href="http://www.zotero.org/styles/wikipedia-templates" rel="template"/>
<author>
<name>Jules*</name>
</author>
<category citation-format="numeric"/>
<category field="generic-base"/>
<updated>2025-01-03T19:43:47+00:00</updated>
<updated>2025-01-03T20:18:20+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>
<macro name="citations">
Expand Down Expand Up @@ -124,7 +124,7 @@
<choose>
<if match="any" variable="editor">
<names variable="editor" prefix=" |auteurs ouvrage=">
<name suffix=" ({{dir.}})" et-al-min="10" et-al-use-first="10" initialize-with=". "/>
<name suffix=" ({{dir.}})" initialize-with=". "/>
</names>
<choose>
<if match="any" variable="author">
Expand All @@ -133,17 +133,15 @@
</choose>
</if>
<else>
<names variable="author" prefix=" |auteurs=">
<name et-al-min="10" initialize-with=". "/>
</names>
<names variable="author" prefix=" |auteurs="/>
</else>
</choose>
</if>
<else>
<choose>
<if match="any" variable="editor">
<names variable="editor" prefix=" |auteurs=">
<name suffix=" ({{dir.}})" et-al-min="10" et-al-use-first="10" initialize-with=". "/>
<name suffix=" ({{dir.}})" initialize-with=". "/>
</names>
<choose>
<if match="any" variable="author">
Expand All @@ -152,9 +150,7 @@
</choose>
</if>
<else>
<names variable="author" prefix=" |auteurs=">
<name et-al-min="10" initialize-with=". "/>
</names>
<names variable="author" prefix=" |auteurs="/>
</else>
</choose>
</else>
Expand Down

0 comments on commit 2feaf2d

Please # to comment.