Implémentation et validation
This commit is contained in:
parent
7e5108a7fd
commit
899d5137f5
12
REB/REB.csl
12
REB/REB.csl
|
@ -97,11 +97,13 @@
|
||||||
<text macro="sourceReference"/>
|
<text macro="sourceReference"/>
|
||||||
<choose>
|
<choose>
|
||||||
<if type="webpage post-weblog" match="none">
|
<if type="webpage post-weblog" match="none">
|
||||||
|
<group delimiter=", ici ">
|
||||||
<group delimiter=" ">
|
<group delimiter=" ">
|
||||||
<text macro="publicationReference"/>
|
<text macro="publicationReference"/>
|
||||||
<text macro="digitalReference" prefix="(" suffix=")"/>
|
<text macro="digitalReference" prefix="(" suffix=")"/>
|
||||||
</group>
|
</group>
|
||||||
<text macro="publicationLocators"/>
|
<text macro="thisCitationLocator"/>
|
||||||
|
</group>
|
||||||
</if>
|
</if>
|
||||||
<else>
|
<else>
|
||||||
<text macro="publicationReference"/>
|
<text macro="publicationReference"/>
|
||||||
|
@ -145,6 +147,7 @@
|
||||||
<text macro="publicationPublisher"/>
|
<text macro="publicationPublisher"/>
|
||||||
<text macro="publicationDateWithReedition"/>
|
<text macro="publicationDateWithReedition"/>
|
||||||
</group>
|
</group>
|
||||||
|
<text macro="wholeItemLocator"/>
|
||||||
</group>
|
</group>
|
||||||
</macro>
|
</macro>
|
||||||
|
|
||||||
|
@ -621,13 +624,6 @@
|
||||||
<text variable="edition" vertical-align="sup"/>
|
<text variable="edition" vertical-align="sup"/>
|
||||||
</macro>
|
</macro>
|
||||||
|
|
||||||
<macro name="publicationLocators">
|
|
||||||
<group delimiter=", ici ">
|
|
||||||
<text macro="wholeItemLocator"/>
|
|
||||||
<text macro="thisCitationLocator"/>
|
|
||||||
</group>
|
|
||||||
</macro>
|
|
||||||
|
|
||||||
<macro name="wholeItemLocator">
|
<macro name="wholeItemLocator">
|
||||||
<group delimiter=" ">
|
<group delimiter=" ">
|
||||||
<choose>
|
<choose>
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user