Does anyone know of a way to create partial articles which can be pulled together into fuller documents like the below extension allows?

http://www.mediawiki.org/wiki/Extension:Labeled_Section_Transclusion

Comments

risca’s picture

This will be a really great implementation. It's the only missing feature that still let me prefer sometimes Mediawiki.
Is anybody working on it?

daven’s picture

I just started a "transclusion" module today actually: http://drupal.org/sandbox/daven/1200808

If anyone else is working on this sort of thing i'd like to hear about it. So far the module is very basic. It will include an entire node body into another node where you have the transclude tag. I've chosen to use this format for the tag:
{{node/5}}

It's really basic so far in less than 40 lines of code. See my sandbox page (linked above) for more features that i'm thinking of implementing.

risca’s picture

Really nice to know about! I'm waiting now for a working module. I would suggest to keep the Mediawiki behavior as explained here: http://www.mediawiki.org/wiki/Extension:Labeled_Section_Transclusion

I will be pleased to help in debugging!