SortBy

Description

The SortBy macro will take a wiki table of data and sort it by the criteria you specify, similar to the functionality you’d expect from a spreadsheet program. This macro can be useful for such tasks as building internal phone lists, etc.

Download & Release Notes

Download

Release Version

Moin Version

Release Notes

SortBy-1.7.py

1.7

Small update to work on 1.7

SortBy.py

1.5 & 1.6

Usage

[[SortBy(page, num_headers, column, sort_type [,othercolumn, sort_type]...)]]

Example

Sorting a phone list:

The following example will take the 'PhonelistData' from another page and sort it <<SortBy(PhoneListData,1,1,alpha)>>

becomes...

LaneRettig

License

Bugs

UnicodeDecodeError 'ascii' codec can't decode byte 0xc3 in position 46: ordinal not in range(128)

Discussion

MoinMoin: MacroMarket/SortBy (last edited 2010-04-07 09:07:45 by TakeoKatsuki)