[12] wiki mojo fixes

pull/1831/head
meisnate12 11 months ago
parent e6523d6902
commit 31146bd7d9

@ -1 +1 @@
1.20.0-develop11 1.20.0-develop12

@ -34,7 +34,11 @@ No configuration is required for these builders.
??? blank "`range_data` - Determines the actual time range of the Box Office" ??? blank "`range_data` - Determines the actual time range of the Box Office"
Determines the actual time range of the Box Office. The input for this value changes depending on the value Determines the actual time range of the Box Office. The input for this value changes depending on the value
of `range`. This attribute is required for all ranges expect the `yearly` range. of `range`.
??? warning
This attribute is required for all ranges except the `yearly` range.
**Daily Allowed Values:** Date in the format `MM-DD-YYYY`, `current`, or relative current (`current-#`; where **Daily Allowed Values:** Date in the format `MM-DD-YYYY`, `current`, or relative current (`current-#`; where
`#` is the number of days before the current) `#` is the number of days before the current)
@ -87,6 +91,7 @@ No configuration is required for these builders.
Last Months Top 10 Domestic Box Office: Last Months Top 10 Domestic Box Office:
mojo_domestic: mojo_domestic:
range: monthly range: monthly
range_data: current
year: current-1 year: current-1
limit: 10 limit: 10
``` ```
@ -129,7 +134,11 @@ No configuration is required for these builders.
??? blank "`range_data` - Determines the actual time range of the Box Office" ??? blank "`range_data` - Determines the actual time range of the Box Office"
Determines the actual time range of the Box Office. The input for this value changes depending on the value Determines the actual time range of the Box Office. The input for this value changes depending on the value
of `range`. This attribute is required for all ranges expect the `yearly` range. of `range`.
??? warning
This attribute is required for all ranges except the `yearly` range.
**Weekend Allowed Values:** Week Number between 1-53, `current`, or relative current (`current-#`; where `#` **Weekend Allowed Values:** Week Number between 1-53, `current`, or relative current (`current-#`; where `#`
is the number of days before the current) is the number of days before the current)
@ -168,6 +177,7 @@ No configuration is required for these builders.
Last Months Top 10 German Box Office: Last Months Top 10 German Box Office:
mojo_international: mojo_international:
range: monthly range: monthly
range_data: current
chart: germany chart: germany
year: current-1 year: current-1
limit: 10 limit: 10
@ -316,18 +326,18 @@ No configuration is required for these builders.
```yaml ```yaml
collections: collections:
Top 100 Domestic Never #1: "Top 100 Domestic Never #1":
mojo_never: mojo_never:
chart: domestic chart: domestic
limit: 100 limit: 100
Top 100 Domestic Never #10: "Top 100 Domestic Never #10":
mojo_never: mojo_never:
chart: domestic chart: domestic
never: 10 never: 10
limit: 100 limit: 100
Top 100 German Never #1: "Top 100 German Never #1":
mojo_never: mojo_never:
chart: germany chart: germany
limit: 100 limit: 100

Loading…
Cancel
Save