Difference between revisions of "Other Extensions"
From FollowTheScore
| (4 intermediate revisions by 2 users not shown) | |||
| 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]]: makes it possible to call a template via a normal link like this <nowiki>[[Special:Call/xyz,p1=v1,p2=v2]]</nowiki> | + | == 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> |
| − | ;[[StripMarkup]]: removes all wiki and | + | ;[[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 | ||
| + | ;[[StripMarkup extension]]: removes all wiki and HTML markup from its argument | ||
| + | ;[[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