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

Create wikipedia-fr-templates.csl #7373

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update wikipedia-fr-templates.csl
Upated code to satisfy required changes.
  • Loading branch information
Jules78120 authored Jan 3, 2025
commit 2feaf2d9c10c42f1d005c522d2293aba8b5814f4
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
Loading