Difference between revisions of "Geïnstalleerde Mediawiki Extensies"
(→Cite) |
|||
Line 55: | Line 55: | ||
''Example'' | ''Example'' | ||
+ | <blockquote> | ||
+ | <tt> | ||
+ | According to scientists, the Sun is pretty big.<font color=red>'''<ref>'''E. Miller, ''The Sun'', (New York: Academic Press, 2005), 23-5.'''</ref>'''<br/></font> | ||
+ | The Moon, however, is not so big.<font color=red>'''<ref>'''R. Smith, "Size of the Moon", ''Scientific American'', 46 (April 1978): 44-6.'''</ref>'''<br/></font> | ||
+ | <br/> | ||
+ | ==Notes== | ||
+ | <br/> | ||
+ | <font color=red>'''<references/></font> | ||
+ | </tt> | ||
+ | </blockquote> | ||
According to scientists, the Sun is pretty big.<ref>E. Miller, The Sun, (New York: Academic Press, 2005), 23-5.</ref> | According to scientists, the Sun is pretty big.<ref>E. Miller, The Sun, (New York: Academic Press, 2005), 23-5.</ref> | ||
Line 61: | Line 71: | ||
''Notes'' | ''Notes'' | ||
<references/> | <references/> | ||
− | |||
=== Collapsible tables === | === Collapsible tables === |
Revision as of 21:30, 14 January 2008
Hier een overzicht van alle extensies/aanpassingen die we op deze wiki gebruiken:
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' );
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
Graphviz.php
LatexDoc
latexmk
OpenID
OpenWetWare:Toggle
link: Toggle items
PdfExport
RawHTML.php
Renameuser
SecureLoginPage.php
SpecialImportUsers.php
SpecialNoCategoryContributions.php
WhoIsWatching
WikiArticleFeeds
link: WikiArticleFeeds