www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit a9fff072a5ebf7f8a2130feca5ab8db71344d2d1
parent 7863cccbe0d904f3623ee3fbc6c92bdc79520b7a
Author: Julian Onions <julian.onions@gmail.com>
Date:   Wed,  5 Dec 2007 15:48:52 +0000

Use the newly defined terms in place of literal text.

Diffstat:
Mcsl/a251.csl | 2+-
Mcsl/cse.csl | 7++++---
Mcsl/iso690-author-date.csl | 2+-
Mcsl/jbc.csl | 2+-
Mcsl/nlm.csl | 4++--
Mcsl/ou-harvard.csl | 3++-
Mcsl/waterresearch.csl | 2+-
7 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/csl/a251.csl b/csl/a251.csl @@ -60,7 +60,7 @@ </macro> <macro name="access"> <group> - <text value="[online]" suffix=" "/> + <text term="online" prefix="[" suffix="] "/> <text variable="URL"/> <group prefix=" (" suffix=")"> <text term="accessed" text-case="capitalize-first" suffix=" "/> diff --git a/csl/cse.csl b/csl/cse.csl @@ -67,8 +67,9 @@ <date-part name="month" prefix=" "/> <date-part name="day" prefix=" "/> </date> - <group prefix=" [cited " suffix="]"> - <date variable="accessed" delimiter=" "> + <group prefix=" [" suffix="]" delimiter=" "> + <text term="cited"/> + <date variable="accessed" > <date-part name="year"/> <date-part name="month" prefix=" "/> <date-part name="day" prefix=" "/> @@ -83,7 +84,7 @@ <text variable="container-title"/> <choose> <if variable="URL"> - <text value=" [Internet]"/> + <text term="internet" prefix=" [" suffix="]" text-case="capitalize-first"/> </if> </choose> </macro> diff --git a/csl/iso690-author-date.csl b/csl/iso690-author-date.csl @@ -53,7 +53,7 @@ <macro name="access"> <group delimiter=" "> <group prefix=" [" suffix="]."> - <text value="cited" text-case="lowercase" suffix=" "/> + <text term="cited" text-case="lowercase" suffix=" "/> <date variable="accessed"> <date-part name="day" suffix=" "/> <date-part name="month" form="long" suffix=" "/> diff --git a/csl/jbc.csl b/csl/jbc.csl @@ -50,7 +50,7 @@ </macro> <macro name="access"> <group> - <text value="[online]" suffix=" "/> + <text term="online" prefix="[" suffix="] "/> <text variable="URL"/> <group prefix=" (" suffix=")"> <text term="accessed" text-case="capitalize-first" suffix=" "/> diff --git a/csl/nlm.csl b/csl/nlm.csl @@ -33,7 +33,7 @@ <macro name="access"> <group delimiter=" "> <group prefix="[" suffix="]" delimiter=" "> - <text value="cited" text-case="lowercase"/> + <text term="cited" text-case="lowercase"/> <date variable="accessed" suffix=" "> <date-part name="year"/> <date-part name="month" prefix=" " form="short"/> @@ -51,7 +51,7 @@ <text variable="title"/> <choose> <if variable="URL"> - <text value="[Internet]"/> + <text term="internet" prefix="[" suffix="]" text-case="capitalize-first"/> </if> </choose> </group> diff --git a/csl/ou-harvard.csl b/csl/ou-harvard.csl @@ -46,7 +46,8 @@ <macro name="access"> <choose> <if variable="URL"> - <text value="[online] Available from: " /> + <text term="online" prefix="[" suffix="]"/> + <text value=" Available from: " /> <text variable="URL"/> <group prefix=" (" delimiter=" " suffix=")"> <text term="accessed" text-case="capitalize-first"/> diff --git a/csl/waterresearch.csl b/csl/waterresearch.csl @@ -50,7 +50,7 @@ </macro> <macro name="access"> <group> - <text value="[online]" suffix=" "/> + <text term="online" suffix="] " prefix="["/> <text variable="URL"/> <group prefix=" (" suffix=")"> <text term="accessed" text-case="capitalize-first" suffix=" "/>