CharInsertList

From Wiki4Intranet
Jump to: navigation, search

CharInsertList is a MediaWiki extension.

Status for Mediawiki4Intranet distribution:

  • Inclusion date: 2010-04-05
  • Included version: newest available
  • Improvement status: Created by MediaWiki4Intranet project

Usage

Insert the following tag to MediaWiki:Edittools (or, with UserMessage extension, to a personal MediaWiki:Edittools@44.200.196.114).

  • type=dropdown (default) generates <select>boxes.
  • type=links is similar to normal CharInsert output with hyperlinks, but Item Names will be used for link text.
<listinsert [type=links|dropdown] [attributes]>
Item Name = Item Text
Item Name = Long and multiline \
            Item Text
Item Name = What_is_inserted_before_cursor + What_is_inserted_after_cursor \
            CharInsert-like syntax
Item Name = This is a real \+ character, not cursor marker (with slash)
</listinsert>

[attributes] are copied to HTML <select> attributes without any change.

Installation

Add the following into your LocalSettings.php:

require_once "$IP/extensions/CharInsertList/CharInsertList.php";