Hello everyone! I hope this message finds you well.
I would like to ask for some advice in terms of data management on a wiki. Currently, the wiki that I'm helping to maintain has a large amount of data, and there are some pages that require specific sorting of information, but because of the sheer amount of data present on the wiki, editing every page manually is really tedious.
After doing some research, I've started to try and pick up lua in hopes of achieving this in a more efficient manner, and I would like to ask if there are any good practices in general to maintain large amounts of data?
Since using lua also seems to require an existing database in order to invoke any relevant functions, would it be possible to create a database by searching the wiki for any pages that specifically use a template (similar to a DPL category query), or would it be better to build the database module from scratch?
Any advice would be greatly appreciated! Thank you so much for your time and attention.