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

Auto-create template pages #6

Closed samuell closed 8 years ago

samuell commented 8 years ago

Template pages could be auto-created, with all the facts that are written through them, since they follow a pretty standard pattern:

... table code ...
!propertyname
|[[propertyname::{{{propertyname|}}}]]
... more table code ...

... or possibly:

... table code ...
!propertyname
|{{#arraymap:{{{propertyname|}}}|,|x|[[propertyname::x]]|,}}
... more table code ...

... to account for multi-argument variables.

samuell commented 8 years ago

Fixed in 32b78731b4bfb268663e9faf6f984d5f9e04ea87