2007-02-28: webgen 0.4.2 released! Bugs fixed and some feature added! More...
2007-01-12: webgen 0.4.1 released! Bug fix for running webgen on Windows and other small updates! More...
2007-01-05: webgen 0.4.0 released! Major update to the core and plugins and many new features added! 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 |