KaraKaraWitch
commited on
Commit
•
810fb13
1
Parent(s):
b5b9585
Update README.md
Browse files
README.md
CHANGED
@@ -114,6 +114,7 @@ Refer to this sample to see all the fields:
|
|
114 |
- `selectors`: `issues` are based on templates, which may have multiple templates but mean the same thing. In that case, the selectors provide a unduplicated css class selectors that were used for the article. (`Template:Few sources` is the same as `Template:More citations needed` for example.)
|
115 |
- `rituals`: List of "Rituals" used to remove even more "Issue" templates. If not present, this field is empty.
|
116 |
- `templates`: Used for debugging but are all the templates found in the article.
|
|
|
117 |
`infobox_html`: A list of side infoboxes that ae extracted out from the text.
|
118 |
`figures_dict`: A list of figures used in the article. Again, extracted out from the text.
|
119 |
|
|
|
114 |
- `selectors`: `issues` are based on templates, which may have multiple templates but mean the same thing. In that case, the selectors provide a unduplicated css class selectors that were used for the article. (`Template:Few sources` is the same as `Template:More citations needed` for example.)
|
115 |
- `rituals`: List of "Rituals" used to remove even more "Issue" templates. If not present, this field is empty.
|
116 |
- `templates`: Used for debugging but are all the templates found in the article.
|
117 |
+
|
118 |
`infobox_html`: A list of side infoboxes that ae extracted out from the text.
|
119 |
`figures_dict`: A list of figures used in the article. Again, extracted out from the text.
|
120 |
|