1# 20Cones template for DokuWiki 2 320Cones is a template for DokuWiki based on default template. 4 5You can see a demo in [https://www.20cones.org] 6 7Additional documentation for this template is available at 8[http://dokuwiki.org/template:20cones] 9 10(c) 2023 by Paulino Ruiz de Clavijo Vázquez [pruiz@us.es] 11 12See COPYING for license info. 13 14## Features summary 15 16- Topbar support 17- Integrated with [Translation Plugin](http://www.dokuwiki.org/plugin:translation) 18- Option to hide the DokuWiki title (hidden by default). It can be changed from configuration page 19- Some styles can be customized using the *style.ini* local file: header font and body font. 20 21## Topbar 22 23The top bar is split into two parts: the top links and the social icons. 24 25By default, the topbar is rendered from the file **topbar.html** that can be 26customized. To use multi-language topbar, you must create a topbar page for each 27language using the instructions of translation plugin. For translations, you 28must create multiple topbar pages, using one namespace for each language (e.g. 29es:topbar, en:topbar, etc.) 30 31These pages must only have a list of links, the social part is common for all 32languages, and it is rendered from the file **social.html**. No support for 33multi-language social part is provided. 34 35This is an example of a topbar page: 36 37``` text 38 * [[en:about|]] 39 * [[en:downloads|Downloads]] 40 * [[en:contribute|Contribute]] 41 * [[en:contact|Contact, bugs, ...]] 42``` 43 44## Adicional notes 45 46- Plugin *translation* is not supported in dropdown mode. 47