Removed a number of <text value= and replaced them with <text term= forms.
This commit is contained in:
parent
cf91779fcf
commit
9a4b4cf66f
|
@ -79,7 +79,7 @@
|
|||
</date>
|
||||
</if>
|
||||
<else>
|
||||
<text value="n.d."/>
|
||||
<text term="no date"/>
|
||||
</else>
|
||||
</choose>
|
||||
</group>
|
||||
|
|
|
@ -20,6 +20,9 @@
|
|||
<label form="short" prefix=", " text-case="lowercase" suffix="."/>
|
||||
</names>
|
||||
</macro>
|
||||
<macro name="anon">
|
||||
<text term="anonymous" form="short" text-case="capitalize-first"/>
|
||||
</macro>
|
||||
<macro name="author">
|
||||
<group suffix=".">
|
||||
<names variable="author">
|
||||
|
@ -28,7 +31,7 @@
|
|||
<label form="short" prefix=" " suffix="" text-case="lowercase"/>
|
||||
<substitute>
|
||||
<names variable="editor"/>
|
||||
<text value="Anon"/>
|
||||
<text macro="anon"/>
|
||||
</substitute>
|
||||
</names>
|
||||
</group>
|
||||
|
@ -39,7 +42,7 @@
|
|||
<substitute>
|
||||
<names variable="editor"/>
|
||||
<names variable="translator"/>
|
||||
<text value="Anon"/>
|
||||
<text macro="anon"/>
|
||||
</substitute>
|
||||
</names>
|
||||
</macro>
|
||||
|
@ -82,7 +85,7 @@
|
|||
</date>
|
||||
</if>
|
||||
<else>
|
||||
<text value="n.d."/>
|
||||
<text term="no date"/>
|
||||
</else>
|
||||
</choose>
|
||||
</group>
|
||||
|
|
|
@ -20,9 +20,6 @@
|
|||
<label form="short" prefix=", " text-case="lowercase" suffix="."/>
|
||||
</names>
|
||||
</macro>
|
||||
<macro name="anon">
|
||||
<text value="Anon"/>
|
||||
</macro>
|
||||
<macro name="author">
|
||||
<names variable="author">
|
||||
<name name-as-sort-order="all" and="text" sort-separator=", " initialize-with=". "
|
||||
|
@ -83,7 +80,7 @@
|
|||
</date>
|
||||
</if>
|
||||
<else>
|
||||
<text value="n.d."/>
|
||||
<text term="no date"/>
|
||||
</else>
|
||||
</choose>
|
||||
</group>
|
||||
|
|
|
@ -46,9 +46,9 @@
|
|||
</date>
|
||||
</macro>
|
||||
<macro name="volumes">
|
||||
<group>
|
||||
<group delimiter=" ">
|
||||
<text variable="number-of-volumes"/>
|
||||
<text value=" vols."/>
|
||||
<text term="volume" form="short" plural="true"/>
|
||||
</group>
|
||||
</macro>
|
||||
<macro name="pageno">
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
</names>
|
||||
</macro>
|
||||
<macro name="anon">
|
||||
<text value="Anon"/>
|
||||
<text term="anonymous" form="short" text-case="capitalize-first"/>
|
||||
</macro>
|
||||
<macro name="author">
|
||||
<names variable="author">
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
</names>
|
||||
</macro>
|
||||
<macro name="anon">
|
||||
<text value="Anon"/>
|
||||
<text term="anonymous" form="short" text-case="capitalize-first"/>
|
||||
</macro>
|
||||
<macro name="author">
|
||||
<names variable="author">
|
||||
|
|
|
@ -20,6 +20,9 @@
|
|||
<label form="long" prefix=", " text-case="lowercase" suffix="."/>
|
||||
</names>
|
||||
</macro>
|
||||
<macro name="anon">
|
||||
<text term="anonymous" form="short" text-case="capitalize-first"/>
|
||||
</macro>
|
||||
<macro name="author">
|
||||
<group suffix=".">
|
||||
<names variable="author">
|
||||
|
@ -28,7 +31,7 @@
|
|||
<label form="short" prefix=" " suffix="" text-case="lowercase"/>
|
||||
<substitute>
|
||||
<names variable="editor"/>
|
||||
<text value="Anon"/>
|
||||
<text macro="anon"/>
|
||||
</substitute>
|
||||
</names>
|
||||
</group>
|
||||
|
@ -39,7 +42,7 @@
|
|||
<substitute>
|
||||
<names variable="editor"/>
|
||||
<names variable="translator"/>
|
||||
<text value="Anon"/>
|
||||
<text macro="anon"/>
|
||||
</substitute>
|
||||
</names>
|
||||
</macro>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
</names>
|
||||
</macro>
|
||||
<macro name="anon">
|
||||
<text value="Anon"/>
|
||||
<text term="anonymous" form="short" text-case="capitalize-first"/>
|
||||
</macro>
|
||||
<macro name="author">
|
||||
<names variable="author">
|
||||
|
@ -81,7 +81,7 @@
|
|||
</date>
|
||||
</if>
|
||||
<else>
|
||||
<text value="n.d."/>
|
||||
<text term="no date"/>
|
||||
</else>
|
||||
</choose>
|
||||
</macro>
|
||||
|
|
|
@ -19,6 +19,9 @@
|
|||
<label form="short" prefix=", " text-case="lowercase" suffix="."/>
|
||||
</names>
|
||||
</macro>
|
||||
<macro name="anon">
|
||||
<text term="anonymous" form="short" text-case="capitalize-first"/>
|
||||
</macro>
|
||||
<macro name="author">
|
||||
<names variable="author">
|
||||
<name name-as-sort-order="all" and="symbol" sort-separator=", " initialize-with="."
|
||||
|
@ -26,7 +29,7 @@
|
|||
<label form="short" prefix=" (" suffix=")." text-case="lowercase"/>
|
||||
<substitute>
|
||||
<names variable="editor"/>
|
||||
<text value="Anon"/>
|
||||
<text macro="anon"/>
|
||||
</substitute>
|
||||
</names>
|
||||
</macro>
|
||||
|
@ -36,7 +39,7 @@
|
|||
<substitute>
|
||||
<names variable="editor"/>
|
||||
<names variable="translator"/>
|
||||
<text value="Anon"/>
|
||||
<text macro="anon"/>
|
||||
</substitute>
|
||||
</names>
|
||||
</macro>
|
||||
|
@ -79,7 +82,7 @@
|
|||
</date>
|
||||
</if>
|
||||
<else>
|
||||
<text value="n.d."/>
|
||||
<text term="no date"/>
|
||||
</else>
|
||||
</choose>
|
||||
</group>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
</names>
|
||||
</macro>
|
||||
<macro name="anon">
|
||||
<text value="Anon"/>
|
||||
<text term="anonymous" form="short" text-case="capitalize-first"/>
|
||||
</macro>
|
||||
<macro name="author">
|
||||
<names variable="author">
|
||||
|
@ -85,7 +85,7 @@
|
|||
</date>
|
||||
</if>
|
||||
<else>
|
||||
<text value="n.d."/>
|
||||
<text term="no date"/>
|
||||
</else>
|
||||
</choose>
|
||||
</macro>
|
||||
|
|
|
@ -54,9 +54,9 @@
|
|||
</date>
|
||||
</macro>
|
||||
<macro name="volumes">
|
||||
<group>
|
||||
<group delimiter=" ">
|
||||
<text variable="number-of-volumes"/>
|
||||
<text value=" vols."/>
|
||||
<text term="volume" form="short" plural="true"/>
|
||||
</group>
|
||||
</macro>
|
||||
<macro name="pageno">
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
</names>
|
||||
</macro>
|
||||
<macro name="anon">
|
||||
<text value="Anon"/>
|
||||
<text term="anonymous" form="short" text-case="capitalize-first"/>
|
||||
</macro>
|
||||
<macro name="author">
|
||||
<names variable="author">
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
</names>
|
||||
</macro>
|
||||
<macro name="anon">
|
||||
<text value="Anon"/>
|
||||
<text term="anonymous" form="short" text-case="capitalize-first"/>
|
||||
</macro>
|
||||
<macro name="author">
|
||||
<names variable="author">
|
||||
|
@ -83,7 +83,7 @@
|
|||
</date>
|
||||
</if>
|
||||
<else>
|
||||
<text value="n.d."/>
|
||||
<text term="no date"/>
|
||||
</else>
|
||||
</choose>
|
||||
</macro>
|
||||
|
|
|
@ -74,9 +74,9 @@
|
|||
</date>
|
||||
</macro>
|
||||
<macro name="volumes">
|
||||
<group>
|
||||
<group delimiter=" ">
|
||||
<text variable="number-of-volumes"/>
|
||||
<text value=" vols"/>
|
||||
<text term="volume" form="short" plural="true"/>
|
||||
</group>
|
||||
</macro>
|
||||
<macro name="pageno">
|
||||
|
|
Loading…
Reference in New Issue
Block a user