rdfio / rdf2smw

Convert RDF to Semantic MediaWiki facts in MediaWiki XML format, with a standalone commandline tool
MIT License
18 stars 3 forks source link

Create data listing pages for categories #9

Open samuell opened 8 years ago

samuell commented 8 years ago

One could create, for each category, either on the category itself, or on a page named "List of {{{category}}}s", a page with the following content:

{{#ask:[[Category:Compound]]
 |?HaspKa
 |?HasDOIUrl
 |format=table
 |link=all
 |headers=show
 |searchlabel=... further results
 |class=sortable wikitable smwtable
 |sort=HaspKa
 |limit=250
}}