This trigger fires for any articles that are receiving an unusual level of edits.
- API endpoint slug
- wikipedia.trending_topics
Trigger fields
- Label
- Minimum edits? (optional)
- Helper text
- Minimum number of edits for an article to trend
- Slug
- edits
- Required
- true
- Can have default value
- true
- Label
- Minimum contributors? (optional)
- Helper text
- Minimum number of unique contributors for an article to trend
- Slug
- editors
- Required
- true
- Can have default value
- true
- Label
- Title contains (optional)
- Helper text
- Only show trending articles where title contains this text
- Slug
- title_contains
- Required
- true
- Can have default value
- true
Ingredients
- Slug
- date
- Filter code
- Wikipedia.trendingTopics.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
- Slug
- title
- Filter code
- Wikipedia.trendingTopics.Title
- Type
- String
- Example
- Coffee
- Slug
- url
- Filter code
- Wikipedia.trendingTopics.Url
- Type
- Web URL
- Example
- https://en.wikipedia.org/wiki/Coffee
- Slug
- edits
- Filter code
- Wikipedia.trendingTopics.NumEdits
- Type
- String
- Example
- 42
- Slug
- editors
- Filter code
- Wikipedia.trendingTopics.NumContributors
- Type
- String
- Example
- 3
- Slug
- media_url
- Filter code
- Wikipedia.trendingTopics.Image
- Type
- Image URL
- Example
- https://upload.wikimedia.org/wikipedia/commons/thumb/4/45/A_small_cup_of_coffee.JPG/1024px-A_small_cup_of_coffee.JPG
- Slug
- since
- Filter code
- Wikipedia.trendingTopics.TrendStart
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00