Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Basically, things of the form <adjective> timeline of <X>
<adjective> timeline of <X>
For instance, Speculative timeline of future malaria events or Combined timeline of malaria organizations.
Speculative timeline of future malaria events
Combined timeline of malaria organizations
For display, I'm thinking that the initial adjective can be printed at the end in parentheses, and lowercased. For instance:
Speculative timeline of future malaria events becomes Future malaria events (speculative)
Future malaria events (speculative)
The text was updated successfully, but these errors were encountered:
riceissa/timelines-wiki-main-page-table@262505a
Actually, I realized that the real problem is that we are currently querying the MediaWiki API with "apprefix": "Timeline of" when getting the full list of timelines.
"apprefix": "Timeline of"
Sorry, something went wrong.
It doesn't seem like the API allows searching for strings that appear anywhere in the title https://timelines.issarice.com/api.php?action=help&modules=query%2Ballpages so I might need to request all pages and filter the results.
riceissa/timelines-wiki-main-page-table@8439222
No branches or pull requests
Basically, things of the form
<adjective> timeline of <X>
For instance,
Speculative timeline of future malaria events
orCombined timeline of malaria organizations
.For display, I'm thinking that the initial adjective can be printed at the end in parentheses, and lowercased. For instance:
Speculative timeline of future malaria events
becomesFuture malaria events (speculative)
The text was updated successfully, but these errors were encountered: