DokuWiki's layout can be customized through templates (aka. skins or themes). Below is a list of available templates. More information is available on the following pages:
Note to Template Developers: Please include a reasonable description of your template listing key functionality and differentiators. Screenshots large enough to view are also appreciated (an example is Monobook)
If you have created a template which you want to share with the community add it here. Please always give info about Author, DokuWiki compatibility and the last update date. When adding please keep the alphabetical sort order.
Users: Please do not add questions or feedback here. Use the templates' sites or contact the authors. If you like to have a template ported to DokuWiki use the template wishlist sub-forum.
Template with changed page structure and discussion functionality, using the color scheme replacement with 4 predefined color schemes
Template with dropdown menus, valid pagelink insertions, etc.
Yet Another Sidebar Template.
Features: sidebar (left/right/both/none), definable User-/Group-/Namespace-Sidebars, fully configurable via configuration manager, TOC inside sidebar, user defined sidebar actions
Better navigation with DokuWiki. Features: a navigation sidebar, a tagline, highlighting the current page in the sidebar (unique feature!), using the page heading as link text automatically. Retains the default dokuwiki look and feel as much as possible.
Green (or blue or plain) look with an action bar with all the available user actions represented by links and icons (new feature: Action bar can be animated with script.aculo.us effects!). Integrated with Digg.com , del.icio.us and google bookmarks. Integrated with navigation sidebar (left or right positioning) and blog plugin for discussion and tags. Multiple color schemes. You can easily customize the look and feel by changing the style.ini file. Configurable via configuration manager.
A bug that leads to ordered list numbers fall outside their frame. The fix would be to change the "margin:0pt 0pt 0.5em 1.5em;" to "margin:0pt 0pt 0.5em 2.5em;" for ol and ul in all css files.
An a theme with sidebars (left and right). By default no sidebar displayed. If “text_sidebar_left” is created, this is displayed as leftbar in “text” wikipage (idem right). “default_sidebar_left” is the default left sidebar (if it's created) (idem right). Allow specific sidebars per page. See readme.txt.

This template takes the mediawiki look as starting point but doesn`t try to copy the look and feel of mediawiki. Therefore it adds no extra functionality like discussion and so forth.
This template takes the great work of Dokubook and adds discussion functionality. Basically all discussions are just new pages of talk:<namespace>. We add tabs for “discussion” and “article”. Additionally, the sidebar has the “navigation” section split into two. Each section is read from lang/en/navigation.txt and lang/en/index.txt, written in dokuwiki syntax, located in the template path. The default index.txt uses indexmenu, if you have that plugin installed.
This template can be of value if you use Dokuwiki as a lightweight CMS. It is meant for and best suited for a wiki with read access for everybody and restricted write access. It is not suited for a totally closed wiki. From version 0.1.1 onward it can be used for a totally open wiki. The template offers a sidebar with an index. It is based on the “Arctic” and the default template.
Just a port of the famous Kubrick theme (I know that not everybody likes it since it`s overused by too many people
).
A modified version of the default Dokuwiki template that changes to dark colours, including graphics updates to aid this change. It also adds a number of small changes to make customisation easier. Full details on my website.
Confirmed that the template still works on the latest release. — Martin Gill 2007-08-09 15:42
“Windows XP”-like style skin.
Clean blue look that nicely resizes. Works in all browsers (incl. Safari). I am really proud how active this theme got. It became by far the most visited link of my page.
GREAT Template that uses a dynamic css-Layout Engine for crating variable fixed style layouts.
The content Pages scrolls and the other layout Content ist fixed.
The Layout of the Template can easily be changed. Only a single xml-File defines the Layout. In this example the basic default Template is used and modified. There are only small changes made to the default Template. The changes are defined inside the File main.php. Have a look at the important files:
Files that are different to the default Templates Files:
Direct Download: dwsimple.zip
A techno cool template for Dokuwiki.
Another better navigation template with autogenerated sitemap and autogenerated table of content on the left. Namespaces are named by their name, files either by the headline or if there is none by their name. Based on lilas but cleaner look
For 2006-03-05 a little hack can do the job (the TOC will appear correctly) – change the code in lib/tpl/ginas/toc.php to
<?php function getToc(){ global $ID; $except = array("admin", "revisions", "diff"); if(in_array($_REQUEST["do"], $except) || auth_quickaclcheck($ID) < 1) return false; require_once(DOKU_INC.'inc/parserutils.php'); $content = p_wiki_xhtml($ID); $start = "<div class=\"toc\">"; $end = "</div>\n</div>"; $int_start = strpos($content, $start); $int_end = strpos($content, $end); if($int_start === false || $int_end === false){ return false; } $retour = substr($content, $int_start, ($int_end + strlen($end)) ); return $retour; } ?>
Hi! I've found a bug in this template. TOC is not working
In lib/tpl/ginas/toc.php, change
$pattern = '@<div id="tocinside">.*?(</div>\n</div>)@s'; preg_match($pattern, $content, $matches); return substr($matches[0], 20, -14);
by
$pattern = '@<div id="toc__inside">.*?(</div>\n</div>)@s'; preg_match($pattern, $content, $matches); return substr($matches[0], 22, -14);
(sorry if bad english)
I added a slight adaptation of Gina's great template. Main change is that the defined start page (normally 'start') is ommitted on the sub menu so that clicking on a namespace menu will take you to that start-page but not show it on the menu (because of alpha-sorting it usually show somewhere in the middle of the submenu which is a bit confusing).
Other changes:
Anyone know where to download the original Ginas template….the link just leads to German site, can't read!
April 2008
Hi whoever, it does not make sense to offer a download possibility, the template is outdated. Maybe use the upper version gina-fso. gina - 2008-04-08
A clean and simple template, with a small navigation bar at the top.
A theme based on the default Confluence Theme
Sitemap and toc on the left.
A very simple and clean template designed for closed wikis (personal sites and so). TOC on the right.
Note: Download URL is in spanish only. The download link is at the bottom of the page.
A default template with sidebar (taken from arctic template) and action menu like in MoinMoin;
Russian and English translations
A clean template with graphical header, sidebar and tabs; easy switch between 6 predefined color schemes and 3 layout widths. A very COOL template!
Bug - This template breaks with long index names in IE. This does not seem to be a resolvable bug.
Goal: To view DokuWiki pages in mobile handsets, BlackBerrys, and other portable devices.
How: A very minimal template, with almost no margins, modified from the default template. The image displays a “narrow browser”, equivalent to what a user can see in a mobile (albeit with lots of scrolling)
Clean and simple template with many customizable options (e.g. two types of menu).
Clean and simple template with many customizable options (e.g. two types of menu).
Clean and simple template with many customizable options.
Gives DokuWiki the Wikipedia/Mediawiki look and feel, as well as more functionality. Includes discussions without using a plugin and the navigation can be edited like a wiki page.
This template allows you to use any templates you wish for any namespace (or page) you wish.
A dark theme, inspired by old monitors. Layout is almost identical to the default template, but it uses different fonts and colors.
r7thblog1 is a template for DokuWiki wiki engine (inspirated on Greenery theme for Wordpress). I have seen this theme the first time here. As you can see, it's an ideal template for bloggers ;).
r7throot1 is a template for DokuWiki wiki engine (inspirated on Minima and mmZenzire templates). The main features: Sidebar - customizable sidebar, that is displayed on every page (sidebar page). Every namespace may have his own sidebar (sidebar page into the namespace). Footer - user defined footer informations.
r7throot2 is a template for DokuWiki wiki engine (inspirated on Minima and mmZenzire templates). Menu - customizable menu, that is displayed on every page. Keywords - user defined meta tag for every generated page. Footer - user defined footer informations.
r7throot3 is a template for DokuWiki wiki engine (inspirated on Minima and Artic templates). Sidebar - customizable sidebar, that is displayed on every page (sidebar page). Every namespace may have his own sidebar (sidebar page into the namespace). Menu - customizable menu, that is displayed on every page. Keywords - user defined meta tag for every generated page. Footer - user defined footer informations.
r7throot4 is a template for DokuWiki wiki engine (inspirated on r7throot3 template). Sidebar - customizable sidebar, that is displayed on every page (namespace_sidebar page). Every namespace may have his own sidebar or a general one (default_sidebar). Menu - customizable menu, that is displayed on every page (menu1). Footer - user defined footer informations.
—
main.php refers to a sidebar-theme.css that is not included in the package -This was fixed on r7throot4 and other ones - Oscar M. Lage
r7throot4 is a template for DokuWiki wiki engine (inspirated on r7throot4 template) -very minor changes!-. Sidebar - customizable sidebar, that is displayed on every page (namespace_sidebar page). Every namespace may have his own sidebar or a general one (default_sidebar). Menu - customizable menu, that is displayed on every page (menu1). Footer - user defined footer informations.
r7throot4 is a template for DokuWiki wiki engine (inspirated on Userlinux). Sidebar - customizable sidebar, that is displayed on every page (namespace_sidebar page). Every namespace may have his own sidebar or a general one (default_sidebar). Menu - customizable menu, that is displayed on every page (menu1). Footer - user defined footer informations.
r7throot4 is a template for DokuWiki wiki engine (inspirated on Codigo23 -thanks Wu-). Sidebar - customizable sidebar, that is displayed on every page (namespace_sidebar page). Every namespace may have his own sidebar or a general one (default_sidebar). Menu - customizable menu, that is displayed on every page (menu1). Footer - user defined footer informations.
Based on the design of my homepage. Nice, round boxes that divide the page in a header, sidebar and main content area.

The Sambar is based on the Sidebar template. It is a style and layout modification.
Provide DokuWiki with a flexible sidebar.
Template based on sidebar-template but with autogenerated sidebar. Code is ugly and very specelized for my needs.
Needs the newpagebutton-plugin


Hello,
I'm using this template Sidebar2 within my dokuwiki and get following warnings since I changed to the new dokuwiki release.
Warning: Illegal offset type in c:\inetpub\wwwroot\dokuwiki\inc\pageutils.php on line 163
A possible solution for this issue is to typecast the variable $raw_id in the functions cleanID() and wikiFN() within the file pageutils.php . So you have to paste following line at the beginning of both functions. Maybe it's not the best way but it works. — Anja Vag 2006-10-27 12:54
$raw_id = "$raw_id";
The default theme with sidebars (left and right). By default no sidebar displayed. If “text_sidebar_left” is created, this is displayed as leftbar in “text” wikipage (idem right). “default_sidebar_left” is the default left sidebar (if it's created) (idem right). Allow specific sidebars per page. See readme.
Template with top menu. The menu is generated from a special wiki page, which contains an unordered list, using the CSS hover technique.
Changing the default template that comes with DokuWiki. The positioning of the elements are almost the same, the only thing that changes is the visual aspect.
If you find a bug, would appreciate an email with the version of the browser, and a brief description of the problem. If you include an image, much better
The SXS template is based on the Roundbox template. It is a style modification, and an update for compatibility with the most recent version of DokuWiki. It uses a sidebar and includes a PSD file for a custom header bar graphic.
A minimalistic, greyscale template designed for the Wikimagination project.
Simple and valid xhtml 1.0 translational 3 columns/2 columns layouts. Header, left-side, right-side and footer are editable by using Display wiki page plugin by Terence J. Grant.