Commit bf1ddae 1 parent db525ac commit bf1ddae Copy full SHA for bf1ddae
File tree 1 file changed +24
-7
lines changed
1 file changed +24
-7
lines changed Original file line number Diff line number Diff line change 71
71
<macro name =" title" >
72
72
<choose >
73
73
<if type =" book" >
74
- <group delimiter =" , " >
75
- <text variable =" title" />
76
- <text macro =" edition" />
74
+ <group delimiter =" . " >
75
+ <group delimiter =" , " >
76
+ <text variable =" title" />
77
+ <text macro =" edition" />
78
+ </group >
79
+ <choose >
80
+ <!-- Replace with type="software" as that becomes available -->
81
+ <if type =" book" match =" any" variable =" version" >
82
+ <text variable =" version" prefix =" Version " />
83
+ </if >
84
+ </choose >
77
85
</group >
78
86
</if >
79
87
<else >
177
185
<else-if type =" bill book graphic legal_case legislation motion_picture report song" match =" any" >
178
186
<!-- Book
179
187
South J, Blass B (2001) The future of modern genomics. Blackwell, London -->
180
- <group prefix =" . " delimiter =" , " >
181
- <text variable =" publisher" />
182
- <text variable =" publisher-place" />
188
+ <group delimiter =" . " >
189
+ <group prefix =" . " delimiter =" , " >
190
+ <text variable =" publisher" />
191
+ <text variable =" publisher-place" />
192
+ </group >
193
+ <group >
194
+ <choose >
195
+ <if match =" any" variable =" version" >
196
+ <text variable =" URL" prefix =" URL " />
197
+ </if >
198
+ </choose >
199
+ </group >
183
200
</group >
184
201
</else-if >
185
- <else-if type =" webpage post-weblog" match =" any" >
202
+ <else-if type =" webpage post-weblog post " match =" any" >
186
203
<!-- Online document
187
204
Doe J (1999) Title of subordinate document. In: The dictionary of substances and their effects.
188
205
Royal Society of Chemistry. Available via DIALOG.
You can’t perform that action at this time.
0 commit comments