Extension:Smarty Adaptor

From MediaWiki.org
Jump to: navigation, search
MediaWiki extensions manual - list
Crystal Clear action run.png
Smarty Adaptor

Release status: beta

Implementation Parser function
Description
Author(s) user:jldupont
Last version 1.00
MediaWiki tested on 1.8.2
License No license specified
Download [1]
Check usage and version matrix

What can this extension do? [edit]

This extension provides a bridge between Mediawiki and the Smarty Template Processor framework. More details on Smarty can be found here.

Usage Notes [edit]

  • Use [2] to visually edit a form (just a suggestion)
    • Cut and paste the code in the 'templates' directory specified in the extension
  • Write a PHP template processor
    • Cut and paste the code in the 'processors' directory specified in the extension
  • Use the wikitext:
{{#smarty:processor_name|template_name}}

See Also [edit]

Details can be found here.