#How to check if Wikipedia link exists?
6 messages · Page 1 of 1 (latest)
A parser function like that would not be able to communicate with another wiki likely
what are you trying to do here
Would allow you to put in a link and it would put in:
- Local wiki page
- Wikipedia page
- Text (fallback)
Actually I just wrote a thing that kinda looks up wikipedia pages using Extension:UnlinkedWikibase and a lua module: https://allthetropes.org/wiki/Module:GetWikidataQID
Interesting