Glossary
Description
This code makes a glossary page and category along with a button to add an entry. If your wiki needs a glossary it will work great. it works my using a new page module to add pages to the glossary category and then lists all pages in the glossary category alphabetically with previews using the pages module.
Code
[[module NewPage category="Glossary" button="Add Page to Glossary"]]
[[module Pages category="Glossary" preview="true"]]
In action
There is an example on http://thehurl.wikidot.com/glossary
Rate this solution
If you think this solution is useful — rate it up! Or dump it otherwise.
page_revision: 0, last_edited: 1187929438|%e %b %Y, %H:%M %Z (%O ago)





Comments
This is awesome! It really helped me on my site, although I had to modify the code a bit! To see how I used it, check out my site.
http://buddypages.wikidot.com/
Is there any way to subdivide the glossary or create multiple separate glossaries on a single site that don't automatically use the existing entries?