Parse wikimedia URLs as input param
See original GitHub issueI’m unable to fetch and parse from the following wiki: https://dota2.gamepedia.com/Abaddon
wtfWikipedia.fetch('https://dota2.gamepedia.com/Abaddon', (err, doc) => {
if (err) console.log(err);
console.log(doc);
});`
From what I read through the other issues, mediawiki's should be supported or am I mistaken?
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (7 by maintainers)
Top Results From Across the Web
Allow passing parameters to MediaWiki Pages
URL parameter : A way to pass information about a click through its URL. You can insert URL parameters into your URLs so...
Read more >API:Parsing wikitext - MediaWiki
This page is part of the MediaWiki Action API documentation. GET/POST request to parse content of a page and obtain the output.
Read more >Query string - Wikipedia
A query string is a part of a uniform resource locator (URL) that assigns values to specified parameters. ... Web frameworks may provide...
Read more >Regex for parsing Wikipedia templates - Stack Overflow
input = `|param1=value1 |param2 = [[value2|val2]] |param3 ... It will work only if the parameters name or values do not contain = character....
Read more >mediawiki/Parser.php at master - GitHub
PHP Parser - Processes wiki markup (which uses a more user-friendly ... RegExp to make image URLs (embeds IPv6 part of EXT_LINK_ADDR).
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
add extension of
wtf_wikipedia
to the Github Wikithis works now, in
v8.0.0
check on the docs here thanks