CollapsableText is an extension of MediaWiki to create automatically portions of text which are collapsable.
require_once($IP.'/extensions/CollapsableText/CollapsableText.php'); in your LocalSettings.php.
extensions/CollapsableText/public. You must make this directory accessible from a browser with the URL /extensions/CollapsableText/:$> ln -s /path/to/mediawiki/extensions/CollapsableText/public /path/to/apache/document/root/wiki/extensions/CollapsableText/path/to/mediawiki/extensions/CollapsableText/public into /path/to/apache/document/root/wiki/extensions/CollapsableTextCollapsableText extension provides only one HTML tag: <collapsetext>. This tag permits to mark some part of the wikitext as collapsable:<collapsetext>This is the Title (always visible). This is the collapsed text (visible when not collapse).</collapsetext>
The text inside <collapsetext/> is parsed to detect a part which must be always visible and a part will should be invisible. The rules to detect both parts are (in prefered order):
<collapsetext>ABC. DEF.<collapse>GHI.</collapsetext>,
<collapsetext>ABC. DEF. GHI.</collapsetext>,
<collapsetext>ABC. DEF. GHI.</collapsetext>,
Tag <collapsetext/> accepts parameters:
show="true" or show="false": permits to force the visibility flag when showing up the page (default is false);titleclass="css_style": permits to change the CSS class associated to the first part of the text (default is collapsedtexttitle);bodyclass="css_style": permits to change the CSS class associated to the second part of the text (default is collapsedtextbody).| Authors | Stéphane GALLAND |
|---|---|
| Licenses | GPL |
| Operating Systems | OS Independent |
| Implementation | PHP |

A LaTeX style which permits to create Unified Process methodology (UP or RUP) based documents (document version, history, authors, validators, specification, task management, helping tools...).

A very small platform which permits to implement and run agent-based systems.