DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:alphalist

alphalist Plugin

Compatible with DokuWiki

Weatherwax, Angua, Adora Belle

plugin Combine several DokuWiki lists to alphabetical list

Last updated on
2017-09-29
Provides
Syntax
Repository
Source

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Similar to alphalist2

Tagged with !discontinued, list, order, sort

Overview

This plugin can be used to combine several dokuwiki lists into one alphabetical list. See the example page below to see some use cases of it.

Installation

Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.

Examples/Usage

Plugin is very simple to use. If you want just create alphabtical list from all list's element on the current page type:

[alphalist]

If you want to combine two lists in the current page onto the alphalist. Just type:

[alphalist {List 1} {List 2}]

Where List 1 and List 2 are headers of the lists.

You can also use lists from onther pages:

[alphalist page2{List 1} page3{List 2}]

If you want to collect all list elements from the other pages:

[alphalist page2 page3]

Syntax

There are three possible usage of this plugin: To just create a list from all list's elements on the page, type:

[alphalist]

If you want to create alphabetical list from lists from one section:

[alphalist {Header name}]

Or combine several setcions:

[alphalist {Header 1} {Header 2}]

You can also use lists from other pages:

[alphalist page1 :foo:page2]

You can also get the lists from other pages sections:

[alphalist :page1{Header no page1} page2{Header no page2}]

Of course you can combine several syntax types:

[alphalist page2{List 1} {List 2}]

Configuration and Settings

  • locale - this will be past to php setlocase in order to the sort funciton work correctly. If your dokuwiki pages uses UTF be sure to use UTF locale. Ex. pl_PL.utf8 de_DE.utf8

Development

Change Log

Releases:

Discussion

plugin/alphalist.txt · Last modified: 2021-01-27 12:05 by solewniczak

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki