DPL talk:Manual - General Usage and Invocation Syntax

From FollowTheScore
Revision as of 17:10, 31 August 2007 by 69.247.38.218 (talk) (Calling Semantic MediaWiki from within DPL)
Jump to: navigation, search

Is it possible to create a nice image gallery using dpl as a parser function rather than the "gallery" tags? This would make incorporation into templates easier.

I think this should be possible. It very much depends on what you call "nice" ;-)
DPL allows you to create arbitrary wikicode which you can pipe into another extension (like e.g. gallery).
Have you seen Test escapelinks?
Gero 17:58, 22 July 2007 (CEST)

Calling Semantic MediaWiki from within DPL

Is it possible to use SMW <ask> tags from within DPL? Thanks.