Card Printing
From The Dim Future Wiki
Creating the Image Set
Extracting the Data From the Wiki
Starting with MediaWiki 1.9 there is a machine access API:
Lena's MLS wiki can be used to play with the API. Here are some examples:
- Retrieve the page ID from one namespace a fixed number at a time: http://www.hellmaggot.com/mls/api.php?action=query&list=allpages&apnamespace=0&aplimit=1&apfilterredir=nonredirects&format=xml
- Retrieve the pages with IDs 1 and 2 including content: http://www.hellmaggot.com/mls/api.php?action=query&pageids=1%7C2&prop=revisions&rvprop=timestamp%7Ccontent&format=xml
The above examples return XML, but I should consider using JSON.