The official extension repository only consists of freely available extensions. In the future only security reviewed extensions will be displayed. More information about reviews and disclaimer. New documentation is rendered once a day.

The following extension versions depend on this extension:
| Filename | Size | View | Date | Download |
|---|---|---|---|---|
| class.tx_a21glossary.php | 9.7 K | View | 28.02.2006 | Download |
| ext_icon.gif | 129 | View | 28.02.2006 | Download |
| ext_localconf.php | 826 | View | 28.02.2006 | Download |
| ext_tables.php | 1.4 K | View | 28.02.2006 | Download |
| ext_tables.sql | 1.1 K | View | 28.02.2006 | Download |
| icon_tx_a21glossary_main.gif | 126 | View | 28.02.2006 | Download |
| locallang_db.php | 2.1 K | View | 28.02.2006 | Download |
| tca.php | 6.8 K | View | 28.02.2006 | Download |
| doc/manual.sxw | 52 K | 28.02.2006 | Download | |
| static/constants.txt | 2.0 K | View | 28.02.2006 | Download |
| static/setup.txt | 2.9 K | View | 28.02.2006 | Download |
a21glossary {
# cat=a21glossary; type=; label=Storage page: Comma separated list of page IDs where the glossary entries are stored in the backend
storagePage = 0
# cat=a21glossary; type=int+; label=Frontend glossary page: Page ID of the frontend glossary page, where the list of glossary entries are shown
glossaryPage = 0
# cat=a21glossary; type=wrap; label=Glossary wrap: It wraps the whole glossary content
allWrap = <dl class="glossary">|</dl>
# cat=a21glossary; type=wrap; label=Term wrap: It wraps the term (Acronym / abbreviation / definition) in the glossary list
shortWrap = <dt>|</dt>
# cat=a21glossary; type=wrap; label=Description block wrap: It wraps the rest block - long version, description etc.
restWrap = <dd>|</dd>
# cat=a21glossary; type=wrap; label=Type wrap: It wraps the type of the term - acronym / abbreviation / definition
typeWrap = <span class="type">|</span>
# cat=a21glossary; type=wrap; label=Long version wrap: It wraps the long version of the term
longWrap = <b>|</b>
# cat=a21glossary; type=wrap; label=Description wrap: It wraps the description of the term
descriptionWrap = <p class="description">|</p>
# cat=a21glossary; type=; label=Back label: The label of the link back to the previous page, displayed in the glossary list
back = back
# cat=a21glossary; type=wrap; label=Back label wrap: Wraps the label and the link back to the previous page, displayed in the glossary list
backWrap = <p class=back">|</p>
# cat=a21glossary; type=; label=All entries label: The label of the link to displaying all entries of the glossary list
allEntries = show all entries
# cat=a21glossary; type=wrap; label=All entries label wrap: Wraps the label and the the link to displaying all entries of the glossary list
allEntriesWrap = <p class="all">|</p>
# cat=a21glossary; type=; label=Sorting field: The database field to sort the entries in the glossary list
orderBy = short
}