File tree 1 file changed +17
-4
lines changed
1 file changed +17
-4
lines changed Original file line number Diff line number Diff line change 40
40
</macro >
41
41
<macro name =" author-short" >
42
42
<choose >
43
- <if type =" bill book graphic legal_case legislation motion_picture report song" match =" any" >
44
- <text macro =" name-short-macro" font-variant =" small-caps" />
43
+ <if type =" legal_case" >
44
+ <choose >
45
+ <if variable =" title-short" >
46
+ <text macro =" name-short-macro" font-style =" italic" />
47
+ </if >
48
+ <else >
49
+ <text macro =" name-short-macro" />
50
+ </else >
51
+ </choose >
45
52
</if >
53
+ <else-if type =" bill legislation" match =" any" >
54
+ <text macro =" name-macro" />
55
+ </else-if >
56
+ <else-if type =" book graphic motion_picture report song" match =" any" >
57
+ <text macro =" name-short-macro" font-variant =" small-caps" />
58
+ </else-if >
46
59
<else >
47
60
<text macro =" name-short-macro" />
48
61
</else >
59
72
</macro >
60
73
<macro name =" author" >
61
74
<choose >
62
- <if type =" legal_case" >
75
+ <if type =" bill legal_case legislation " match = " any " >
63
76
<text macro =" name-macro" />
64
77
</if >
65
- <else-if type =" bill book graphic legal_case legislation motion_picture report song" match =" any" >
78
+ <else-if type =" book graphic motion_picture report song" match =" any" >
66
79
<text macro =" name-macro" font-variant =" small-caps" />
67
80
</else-if >
68
81
<else >
You can’t perform that action at this time.
0 commit comments