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: | ||
+ | == Extensions created by the author of this wiki == | ||
;[[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> | ;[[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> | ||
− | |||
;[[Javascript extension]]: allows to include pre-defined pieces of Javascript | ;[[Javascript extension]]: allows to include pre-defined pieces of Javascript | ||
+ | |||
+ | == Extensions with minor modifications by the author of this wiki == | ||
+ | ;[[Inputbox extension|Inputbox]]: offers a simple dialog box, also as a parser function | ||
+ | ;[[StringFunctions extension]]: string search, also allows regular expressions | ||
+ | ;[[Variables extension]]: bugfix which avoids a certain php runtime error | ||
+ | |||
+ | == Other extensions used in this wiki (not modified) == | ||
;[[LinkedImage extension]]: allows to use an image as an href link symbol | ;[[LinkedImage extension]]: allows to use an image as an href link symbol | ||
− | |||
;[[StripMarkup extension]]: removes all wiki and HTML markup from its argument | ;[[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 |
Latest revision as of 10:17, 28 January 2008
Apart from DPL and Wgraph, there are a few minor extensions which may be helpful:
Extensions created by the author of this wiki
- Call extension
- makes it possible to call a template via a normal link like this [[Special:Call/xyz,p1=v1,p2=v2]]
- Javascript extension
- allows to include pre-defined pieces of Javascript
Extensions with minor modifications by the author of this wiki
- Inputbox
- offers a simple dialog box, also as a parser function
- StringFunctions extension
- string search, also allows regular expressions
- Variables extension
- bugfix which avoids a certain php runtime error
Other extensions used in this wiki (not modified)
- LinkedImage extension
- allows to use an image as an href link symbol
- StripMarkup extension
- removes all wiki and HTML markup from its argument
- Treeview extension
- converts unordered lists into clickable trees