Implémentation
This commit is contained in:
parent
f3a8db3409
commit
098cc77700
28
REB/REB.csl
28
REB/REB.csl
|
@ -148,20 +148,10 @@
|
||||||
</macro>
|
</macro>
|
||||||
|
|
||||||
<macro name="digitalReference">
|
<macro name="digitalReference">
|
||||||
<choose>
|
<group delimiter=" ">
|
||||||
<if type="webpage post-weblog" match="any">
|
<text macro="digitalLocation"/>
|
||||||
<group delimiter=" ">
|
<text macro="digitalAccessed"/>
|
||||||
<text macro="digitalLocation"/>
|
</group>
|
||||||
<text macro="digitalAccessed"/>
|
|
||||||
</group>
|
|
||||||
</if>
|
|
||||||
<else>
|
|
||||||
<group delimiter=", ">
|
|
||||||
<text macro="digitalLocation"/>
|
|
||||||
<text macro="digitalAccessed"/>
|
|
||||||
</group>
|
|
||||||
</else>
|
|
||||||
</choose>
|
|
||||||
</macro>
|
</macro>
|
||||||
|
|
||||||
<macro name="sourceAuthor">
|
<macro name="sourceAuthor">
|
||||||
|
@ -655,18 +645,12 @@
|
||||||
|
|
||||||
<macro name="digitalAccessed">
|
<macro name="digitalAccessed">
|
||||||
<choose>
|
<choose>
|
||||||
<if type="webpage post-weblog" match="none">
|
<if type="webpage post-weblog" match="any">
|
||||||
<group delimiter=" ">
|
|
||||||
<text term="accessed"/>
|
|
||||||
<date variable="accessed" form="numeric"/>
|
|
||||||
</group>
|
|
||||||
</if>
|
|
||||||
<else>
|
|
||||||
<group prefix="(" suffix=")" delimiter=" ">
|
<group prefix="(" suffix=")" delimiter=" ">
|
||||||
<text term="accessed"/>
|
<text term="accessed"/>
|
||||||
<date variable="accessed" form="numeric"/>
|
<date variable="accessed" form="numeric"/>
|
||||||
</group>
|
</group>
|
||||||
</else>
|
</if>
|
||||||
</choose>
|
</choose>
|
||||||
</macro>
|
</macro>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user