Lines Matching refs:tab
4 * User defined tab configuration of the "monobook" DokuWiki template
7 * The template recognizes and loads the provided tab data automatically.
16 * Note: To change the non-tab related config, use the admin webinterface of
38 // tab will be rendered first, last tab will be rendered at last.
42 $_monobook_tabs["tab-textexample"]["text"] = "Example";
51 // li#tab-recent {
55 …$_monobook_tabs["tab-recent"]["text"] = $lang["btn_recent"]; //language comes from DokuWiki co…
56 $_monobook_tabs["tab-recent"]["href"] = wl("", array("do" => "recent"), false, "&");
57 $_monobook_tabs["tab-recent"]["nofollow"] = true;
63 //(un)subscribe namespace tab
80 $_monobook_tabs["tab-urlexample"]["text"] = "Creator";
81 $_monobook_tabs["tab-urlexample"]["href"] = "https://andreashaerter.com/";
82 $_monobook_tabs["tab-urlexample"]["nofollow"] = true;
88 $_monobook_tabs["tab-urlexample2"]["text"] = "Search the web";
89 $_monobook_tabs["tab-urlexample2"]["href"] = "https://www.google.com/search?q=dokuwiki";
90 $_monobook_tabs["tab-urlexample2"]["nofollow"] = true;
96 $_monobook_tabs["tab-wikilinkexample"]["text"] = "Home";
97 $_monobook_tabs["tab-wikilinkexample"]["wiki"] = ":start";
98 $_monobook_tabs["tab-wikilinkexample"]["accesskey"] = "H"; //accesskey is optional