Difference between revisions of "Geïnstalleerde Mediawiki Extensies"
Postmaster (talk | contribs) |
Postmaster (talk | contribs) |
||
Line 83: | Line 83: | ||
=== FCKeditor === | === FCKeditor === | ||
+ | |||
+ | === Flash === | ||
+ | |||
+ | Add the line include('extensions/Flash.php'); to the end of your LocalSettingsExtra.php file | ||
+ | |||
+ | link: [http://www.mediawiki.org/wiki/Extension:Flash] | ||
=== Graphviz.php === | === Graphviz.php === |
Revision as of 11:25, 19 February 2008
Hier een overzicht van alle extensies/aanpassingen die we op deze wiki gebruiken:
Contents
- 1 ASHighlight
- 2 CategoryTree
- 3 Cite
- 4 Collapsible tables
- 5 FCKeditor
- 6 Flash
- 7 Graphviz.php
- 8 LatexDoc
- 9 latexmk
- 10 OpenID
- 11 OpenWetWare:Toggle
- 12 PasswordReset
- 13 PdfExport
- 14 RawHTML.php
- 15 Renameuser
- 16 SecureLoginPage.php
- 17 SpecialImportUsers.php
- 18 SpecialNoCategoryContributions.php
- 19 WhoIsWatching
- 20 WikiArticleFeeds
ASHighlight
link: ASHighlight
Insert into your LocalSettingsExtra.php:
require_once( "{$IP}/extensions/ASHighlight/ashighlight.php" );
Usage
Use a 'source' HTML-style tag in your wiki code, and give it a 'lang' attribute that matches the standard file extension for your source code, eg 'c' for C code, 'cpp' for C++ code, 'py' for Python, etc. For example:
What it looks like | What you type |
---|---|
while(1){
i++;
}
|
<source lang="c"> while(1){ i++; } </source> |
CategoryTree
link: CategoryTree
Insert into your LocalSettingsExtra.php:
$wgUseAjax = true; require_once( 'extensions/CategoryTree/CategoryTree.php' );
Example
<categorytree mode=pages style="float:right; clear:right; margin-left:1ex; border:1px solid gray; padding:0.7ex; background-color:white;">Manual</categorytree>
Cite
link: Cite/Cite
Insert into your LocalSettingsExtra.php:
require_once( $IP.'/extensions/Cite/Cite.php' );
Example
According to scientists, the Sun is pretty big.<ref>E. Miller, The Sun, (New York: Academic Press, 2005), 23-5.</ref>
The Moon, however, is not so big.<ref>R. Smith, "Size of the Moon", Scientific American, 46 (April 1978): 44-6.</ref>
==Notes==
<references/>
According to scientists, the Sun is pretty big.[1] The Moon, however, is not so big.[2]
Notes
Collapsible tables
link: [1]
FCKeditor
Flash
Add the line include('extensions/Flash.php'); to the end of your LocalSettingsExtra.php file
link: [2]
Graphviz.php
LatexDoc
latexmk
OpenID
OpenWetWare:Toggle
link: Toggle items
PasswordReset
link: [3]
PdfExport
RawHTML.php
Renameuser
link: [4]
SecureLoginPage.php
SpecialImportUsers.php
SpecialNoCategoryContributions.php
WhoIsWatching
WikiArticleFeeds
link: WikiArticleFeeds