Indication de date de consultation seulement pour les pages web et les billets de blog (approuvé par M. Cassin).
This commit is contained in:
commit
9e1a7bb6ab
|
@ -1,5 +1,9 @@
|
|||
# Changements
|
||||
|
||||
## 2022-01-15
|
||||
|
||||
* REB : n'indiquer la date de consultation que pour les pages web et les billets de blog.
|
||||
|
||||
## 2022-01-11
|
||||
|
||||
* Prise en compte du cas où un ouvrage d'un auteur moderne
|
||||
|
|
28
REB/REB.csl
28
REB/REB.csl
|
@ -148,20 +148,10 @@
|
|||
</macro>
|
||||
|
||||
<macro name="digitalReference">
|
||||
<choose>
|
||||
<if type="webpage post-weblog" match="any">
|
||||
<group delimiter=" ">
|
||||
<text macro="digitalLocation"/>
|
||||
<text macro="digitalAccessed"/>
|
||||
</group>
|
||||
</if>
|
||||
<else>
|
||||
<group delimiter=", ">
|
||||
<text macro="digitalLocation"/>
|
||||
<text macro="digitalAccessed"/>
|
||||
</group>
|
||||
</else>
|
||||
</choose>
|
||||
<group delimiter=" ">
|
||||
<text macro="digitalLocation"/>
|
||||
<text macro="digitalAccessed"/>
|
||||
</group>
|
||||
</macro>
|
||||
|
||||
<macro name="sourceAuthor">
|
||||
|
@ -655,18 +645,12 @@
|
|||
|
||||
<macro name="digitalAccessed">
|
||||
<choose>
|
||||
<if type="webpage post-weblog" match="none">
|
||||
<group delimiter=" ">
|
||||
<text term="accessed"/>
|
||||
<date variable="accessed" form="numeric"/>
|
||||
</group>
|
||||
</if>
|
||||
<else>
|
||||
<if type="webpage post-weblog" match="any">
|
||||
<group prefix="(" suffix=")" delimiter=" ">
|
||||
<text term="accessed"/>
|
||||
<date variable="accessed" form="numeric"/>
|
||||
</group>
|
||||
</else>
|
||||
</if>
|
||||
</choose>
|
||||
</macro>
|
||||
|
||||
|
|
|
@ -572,7 +572,7 @@ N. de la <span class="smallcaps">Particule</span>, N. de l’<span class="smal
|
|||
<li id="fn32" role="doc-endnote"><p>N. <span class="smallcaps">Auteur</span>, Article d’encyclopédie, <em>Titre de l’encyclopédie</em> 3, 1895, p. <span class="smallcaps">10</span>.<a href="#fnref32" class="footnote-back" role="doc-backlink">↩︎</a></p></li>
|
||||
<li id="fn33" role="doc-endnote"><p>N. <span class="smallcaps">Auteur</span>, <em>Thèse ou mémoire</em>, Type de mémoire, Institution de rattachement 2000.<a href="#fnref33" class="footnote-back" role="doc-backlink">↩︎</a></p></li>
|
||||
<li id="fn34" role="doc-endnote"><p>N. <span class="smallcaps">Auteur</span>, Page Web, sur <em>Site du projet</em>, <a href="http://placeholder.url" role="doc-biblioref">http://placeholder.url</a> (consulté le 20/07/2019).<a href="#fnref34" class="footnote-back" role="doc-backlink">↩︎</a></p></li>
|
||||
<li id="fn35" role="doc-endnote"><p>N. <span class="smallcaps">Auteur</span>, Article d’encyclopédie avec URL, <em>Titre de l’encyclopédie</em>, 1895 (en ligne : <a href="https://placeholder.url" role="doc-biblioref">https://placeholder.url</a>, consulté le 30/01/2004).<a href="#fnref35" class="footnote-back" role="doc-backlink">↩︎</a></p></li>
|
||||
<li id="fn35" role="doc-endnote"><p>N. <span class="smallcaps">Auteur</span>, Article d’encyclopédie avec URL, <em>Titre de l’encyclopédie</em>, 1895 (en ligne : <a href="https://placeholder.url" role="doc-biblioref">https://placeholder.url</a>).<a href="#fnref35" class="footnote-back" role="doc-backlink">↩︎</a></p></li>
|
||||
<li id="fn36" role="doc-endnote"><p>N. <span class="smallcaps">Auteur</span>, Page Web sur un site de projet, sur N. <span class="smallcaps">Éditeur</span> (éd.), <em>Site Web du projet</em>, <a href="http://placeholder.url" role="doc-biblioref">http://placeholder.url</a> (consulté le 20/07/2019).<a href="#fnref36" class="footnote-back" role="doc-backlink">↩︎</a></p></li>
|
||||
<li id="fn37" role="doc-endnote"><p><em>Site Web sans nom d’auteur</em>, <a href="http://placeholder.url" role="doc-biblioref">http://placeholder.url</a> (consulté le 20/07/2019).<a href="#fnref37" class="footnote-back" role="doc-backlink">↩︎</a></p></li>
|
||||
<li id="fn38" role="doc-endnote"><p>N. <span class="smallcaps">Éditeur</span> (éd.), <em>Site Web d’un projet</em>, <a href="http://placeholder.url" role="doc-biblioref">http://placeholder.url</a> (consulté le 20/07/2019).<a href="#fnref38" class="footnote-back" role="doc-backlink">↩︎</a></p></li>
|
||||
|
|
Loading…
Reference in New Issue
Block a user