DokuWiki

It's better when it's simple

User Tools

Site Tools


template:zero

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
template:zero [2016-01-15 18:35] Aleksandrtemplate:zero [2024-02-07 22:36] (current) Aleksandr
Line 6: Line 6:
 email         : massou@gmail.com email         : massou@gmail.com
 lastupdate    : 2008-12-04 lastupdate    : 2008-12-04
-compatible    :  +compatible    : 2014-09-29d "Hrun" 
-depends       : +depends       : plugin:displaywikipage
 conflicts     :  conflicts     : 
 similar       :  similar       : 
-screenshot_img: http://massou.tk/v2/lib/exe/fetch.php?media=blogw:zero.jpg&.jpg 
 tags          : zero tags          : zero
  
-downloadurl   : http://massou.tk/v2/lib/exe/fetch.php?id=blogw%3Ai_have_made_zero_faults&cache=cache&media=blogw:zero.zip+downloadurl   : https://trello.com/1/cards/5d7422716c4bcf7ed1788568/attachments/5d74227db672a17d2cc2bb3b/download/zero.zip
 bugtracker    : # eg. https://github.com/example/dokuwiki-template-sample/issues bugtracker    : # eg. https://github.com/example/dokuwiki-template-sample/issues
 sourcerepo    : # eg. https://github.com/example/dokuwiki-template-sample/ sourcerepo    : # eg. https://github.com/example/dokuwiki-template-sample/
 donationurl   : # eg. https://www.paypal.com/... donationurl   : # eg. https://www.paypal.com/...
 +
 +screenshot_img: https://trello.com/1/cards/5d7422716c4bcf7ed1788568/attachments/657dcf2405f4d2566a614856/download/zero-template.jpg
 ----  ---- 
-{{  http://massou.tk/v2/lib/exe/fetch.php?media=blogw:zero.jpg&.jpg?250}} 
  
 This the template of my Home Website. This the template of my Home Website.
 +
 I have just to say that it is my first Zero Fault, W3C and CSS DokuWiki compliant template that I made with. I have just to say that it is my first Zero Fault, W3C and CSS DokuWiki compliant template that I made with.
 Just for Fun and pleasure for the next Hacker of the original DokuWiki "Default" Template could do with it. Just for Fun and pleasure for the next Hacker of the original DokuWiki "Default" Template could do with it.
 PS : [[:images#dynamic_images]] ... a good trick to embed dynamic image. PS : [[:images#dynamic_images]] ... a good trick to embed dynamic image.
  
 +===== Dependencies =====
  
- 
-===== Dependencies ===== 
   * DokuWiki   * DokuWiki
-  * You need this plugin : [[plugin:displaywikipage]] +  * You need this plugin: [[plugin:displaywikipage]] 
  
 ===== Download and Install ====== ===== Download and Install ======
Line 35: Line 35:
 Use the following URL to download this template: Use the following URL to download this template:
  
-  * [[http://massou.tk/v2/lib/exe/fetch.php?id=blogw%3Ai_have_made_zero_faults&cache=cache&media=blogw:zero.zip|Zero.Zip]]+  * [[https://trello.com/1/cards/5d7422716c4bcf7ed1788568/attachments/5d74227db672a17d2cc2bb3b/download/zero.zip|zero.zip]]
  
 Refer to [[:template]] on how to install and use templates in DokuWiki. Refer to [[:template]] on how to install and use templates in DokuWiki.
Line 41: Line 41:
 ===== Dynamics Menu ===== ===== Dynamics Menu =====
  
-  * Create three pages under the root namespace of your Wiki :  +  * Create three pages under the root namespace of your Wiki: 
-    - **Head** : will be display on all the pages of the Wiki +    - **Head**: will be display on all the pages of the Wiki. 
-    - **menuL** : will be display only in the current namespace and under namespace if this namespace haven't a **menuL** page. +    - **menuL**: will be display only in the current namespace and under namespace if this namespace haven't a **menuL** page. 
-    - **menuR** : will be display only in the current namespace and under namespace if this namespace haven't a **menuR** page. +    - **menuR**: will be display only in the current namespace and under namespace if this namespace haven't a **menuR** page.
- +
-^  head   ^^^ +
-^  \\  \\ menuL \\  \\  | \\ Current Name \\ Space ^  \\ menuR ^+
  
 +^  head  ^^^
 +^  \\  menuL  |  \\ Current Name\\ Space  ^  \\ menuR  ^
  
 ===== Sites using this Template ===== ===== Sites using this Template =====
Line 57: Line 56:
 ===== CODE ===== ===== CODE =====
  
-  * The Head include in Main.php : +  * The ''Head'' include in ''main.php'':<code php>
- +
-<code php>+
 <?php if (function_exists('dwp_display_wiki_page')) dwp_display_wiki_page("head");?> <?php if (function_exists('dwp_display_wiki_page')) dwp_display_wiki_page("head");?>
- 
 </code> </code>
- +  * The ''menuL'' include in ''main.php'':<code php>
- +
-  * The menuL include in Main.php : +
- +
-<code php>+
 <?php <?php
 $pmenu = ":menuL"; $pmenu = ":menuL";
Line 78: Line 70:
  }  }
 ?> ?>
- 
 </code> </code>
- +  * The ''menuR'' include in ''main.php'':<code php>
- +
-  * The menuR include in Main.php : +
- +
-<code php> +
  <?php  <?php
 $pmenu = ":menuR"; $pmenu = ":menuR";
Line 95: Line 81:
  }  }
 ?> ?>
 +</code>
  
- 
-</code> 
template/zero.1452879356.txt.gz · Last modified: 2016-01-15 18:35 by Aleksandr

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki