Closed malberts closed 1 week ago
Draft to check if this approach makes sense.
How can I generate an ID for page 1?
I ran
and also putting
{{#ppid:}}
How can I generate an ID for page 1?
Which version of MW are you using there? That warning there might require you to run the maintenance script differently. But that branch is still WIP, so there's also a possibility that something is wrong with it in a later version of MW.
Otherwise, just change the API to look for a page you created yourself:
/api.php?action=query&prop=info&titles=Some Page
{{#ppid:}}
That only displays the ID in the page. It won't generate it.
Works for me now.
Closes #34
null
for valid pagesAPI request:
/api.php?action=query&prop=info&titles=Main Page|Page|Does Not Exist|Foo
Future low priority improvement: