Difference between revisions of "Geïnstalleerde Mediawiki Extensies"
(Summary + link) |
m (move Graphviz) |
||
Line 71: | Line 71: | ||
=== FCKeditor === | === FCKeditor === | ||
A [http://en.wikipedia.org/wiki/WYSIWYG '''Y'''ou '''S'''ee '''I'''s '''W'''hat '''Y'''ou '''G'''et] for the wikitext. | A [http://en.wikipedia.org/wiki/WYSIWYG '''Y'''ou '''S'''ee '''I'''s '''W'''hat '''Y'''ou '''G'''et] for the wikitext. | ||
+ | |||
+ | |||
+ | === Graphviz === | ||
+ | [Maak grafische tekeningen online][Render Graphs online]. | ||
+ | |||
+ | |||
+ | <graphviz> | ||
+ | digraph G {Hello->World!} | ||
+ | </graphviz> | ||
+ | |||
+ | =====Code===== | ||
+ | <pre> | ||
+ | <graphviz> | ||
+ | digraph G {Hello->World!} | ||
+ | </graphviz> | ||
+ | </pre> | ||
+ | |||
+ | [meer voorbeelden][More examples]: [http://www.wickle.com/wikis/index.php/Graphviz_extension#Samples Graphviz extension Samples] | ||
+ | |||
+ | Link: [http://www.mediawiki.org/wiki/Extension:GraphViz Extension:GraphViz] | ||
Line 134: | Line 154: | ||
== Uncategorized extensions== | == Uncategorized extensions== | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=== LatexDoc === | === LatexDoc === |
Revision as of 17:16, 11 March 2008
Overview of the extensions that can be used on a wiki:
GUI extensions
Extensions for graphic features.
ASHighlight
link: ASHighlight
Insert into your LocalSettingsExtra.php:
require_once( "/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>
Flash
The flash extension allows the display of flash movies within a wiki.
Insert into your to the end LocalSettingsExtra.php:
require_once ("extensions/Flash.php");
link: Extension:Flash
Collapsible tables
link: Wikipedia:Collapsible_tables
FCKeditor
A You See Is What You Get for the wikitext.
Graphviz
Render Graphs online.
<graphviz>
digraph G {Hello->World!}
</graphviz>
Code
<graphviz> digraph G {Hello->World!} </graphviz>
More examples: Graphviz extension Samples
Link: Extension:GraphViz
Function extensions
Extensions that are delivering more functions to the wiki.
Cite
Simple cite of quotes with references. link: Cite/Cite
Insert into your LocalSettingsExtra.php:
require_once( "/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
User management
Extensions for management of the users on the wiki.
OpenID
The extension lets users log in with an OpenID (http://www.openid.net/) instead of a username and password. This system is also used for this wiki; every FNWI-student/-staff member can login without creating an account.
link: Extension:OpenID
PasswordReset
link: Extension:Password_Reset
Renameuser
Renameuser provides a special page which allows authorised users to rename user accounts. This will cause page histories, etc. to be updated.
Insert into your LocalSettingsExtra.php:
require_once( "/extensions/Renameuser/SpecialRenameuser.php" );
link: Extension:Renameuser
SpecialImportUsers.php
Uncategorized extensions
LatexDoc
latexmk
OpenWetWare:Toggle
link: Toggle items
PdfExport
RawHTML.php
SecureLoginPage.php
SpecialNoCategoryContributions.php
WhoIsWatching
WikiArticleFeeds
link: WikiArticleFeeds