2007-12-31: Minor release with feature enhancements. More...
2007-09-08: Small bug fix release. More...
2007-06-29: Some bug fixes and one small feature enhancement. More...
| Plugin name: | Tag/Langbar (Tag/Default) |
|---|---|
| Author: | Thomas Leitner <t_leitner@gmx.at> |
| Summary: | Provides links to translations of the page |
| Parameters: | separator: " | " showOwnLang: true showSingleLang: true |
| Handled tags: | langbar |
This tag is used to display a list of languages for a page. Take a look at the header. There you will find a link titled ‘en’. This is the link to the english (=en) version of this page.
This page is available in several other languages (however, with nearly no content
) for
demonstration purposes.
| Usage | Output |
|---|---|
| {langbar: } | de | en | fr |
| {langbar: {separator: Hallo}} | deHalloenHallofr |
| {langbar: {showSingleLang: false}} | de | en | fr |
| {langbar: {showOwnLang: false}} | de | fr |