Difference between revisions of "Other Extensions"
From FollowTheScore
(StringFunctions extension, alphabetized) |
|||
Line 1: | Line 1: | ||
Apart from DPL and Wgraph, there are a few minor extensions which may be helpful: | Apart from DPL and Wgraph, there are a few minor extensions which may be helpful: | ||
− | ;[[Call extension]]: makes it possible to call a template via a normal link like this <nowiki>[[Special:Call/xyz,p1=v1,p2=v2]]</nowiki> | + | ;[[Call extension]]: makes it possible to call a template via a normal link like this <tt><nowiki>[[Special:Call/xyz,p1=v1,p2=v2]]</nowiki></tt> |
;[[Inputbox extension|Inputbox]]: offers a simple dialog box | ;[[Inputbox extension|Inputbox]]: offers a simple dialog box | ||
− | |||
;[[Javascript extension]]: allows to include pre-defined pieces of Javascript | ;[[Javascript extension]]: allows to include pre-defined pieces of Javascript | ||
− | ;[[LinkedImage extension]]: allows to use an image as | + | ;[[LinkedImage extension]]: allows to use an image as an href link symbol |
+ | ;[[StringFunctions extension]]: modified version of original which allows regular expressions | ||
+ | ;[[StripMarkup extension]]: removes all wiki and HTML markup from its argument | ||
;[[Treeview extension]]: converts unordered lists into clickable trees | ;[[Treeview extension]]: converts unordered lists into clickable trees |
Revision as of 21:44, 12 September 2007
Apart from DPL and Wgraph, there are a few minor extensions which may be helpful:
- Call extension
- makes it possible to call a template via a normal link like this [[Special:Call/xyz,p1=v1,p2=v2]]
- Inputbox
- offers a simple dialog box
- Javascript extension
- allows to include pre-defined pieces of Javascript
- LinkedImage extension
- allows to use an image as an href link symbol
- StringFunctions extension
- modified version of original which allows regular expressions
- StripMarkup extension
- removes all wiki and HTML markup from its argument
- Treeview extension
- converts unordered lists into clickable trees