We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee2e9fe commit 8ee2b17Copy full SHA for 8ee2b17
schemas/input/csl-citation.json
@@ -42,8 +42,9 @@
42
"label": {
43
"type": "string",
44
"enum": [
45
+ "act",
46
"appendix",
- "article",
47
+ "article-locator",
48
"book",
49
"canon",
50
"chapter",
@@ -60,13 +61,15 @@
60
61
"paragraph",
62
"part",
63
"rule",
64
+ "scene",
65
"section",
- "sub verbo",
66
+ "sub-verbo",
67
"supplement",
68
"table",
69
"timestamp",
- "title",
70
+ "title-locator",
71
"verse",
72
+ "version",
73
"volume"
74
]
75
},
schemas/styles/csl-terms.rnc
@@ -146,7 +146,7 @@ div {
146
| "sub-verbo"
147
| "table"
148
| "timestamp"
149
- | "title"
+ | "title-locator"
150
| "verse"
151
| terms.locator-number-variables
152
0 commit comments