User Tools

Site Tools


en:aboutwiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:aboutwiki [2025/05/25 16:42] juras17en:aboutwiki [2025/06/06 10:10] (current) juras17
Line 1: Line 1:
-====== Technical informations ======+====== How to Modify the Template ======
  
 This page contains technical information about wikipedia. This page contains technical information about wikipedia.
Line 80: Line 80:
 ==== Do not change the Template due to color setting ==== ==== Do not change the Template due to color setting ====
  
-You can instal different template and try it, the Arkhalia tpls will be persistent. However it is very likely that you just want different color settings. If you want better desing overall, then I'm skeptical it can be achieved with Dokuwiki templates.+You can instal different template and try it, HOWEVER, I have tried lot of them (@jurass17) and their quality is quite low and gross. (As it is often seen in some open source community driven content)  
 + 
 +If you install different template, the Arkhalia template will be still there and you can return back to it. However take a note tak Akrhalia City Guard is binded to Arkhalia template. 
 + 
 +It is very likely that you just want different color settings. If you want better design overall, then I'm skeptical it can be achieved with Dokuwiki templates.
  
  
 ==== The custom link to Arkhalia.pw ==== ==== The custom link to Arkhalia.pw ====
  
-Another interesting place is in %%tpl_header.php%% where you can place custome link to Arkhalia.pw instead of Wiki Home page:+Another interesting place is in ''tpl_header.php'' where you can place custome link to Arkhalia.pw instead of Wiki Home page:
  
 <code> <code>
Line 93: Line 97:
                 'accesskey="h" title="' . tpl_getLang('home') . ' [h]"'                 'accesskey="h" title="' . tpl_getLang('home') . ' [h]"'
             );             );
 +</code>
 +
 +
 +==== Logo size ====
 +
 +Another interesting place is in ''css/design.less'' where one can override size of the logo:
 +
 +<code>
 +#dokuwiki__header {
 +
 +...
 +
 +        img {
 +            float: left;
 +            margin-right: .5em;
 +            height: 70px;
 +            width: auto;
 +        }
 +
 </code> </code>
en/aboutwiki.1748191356.txt.gz · Last modified: 2025/05/25 16:42 by juras17