DokuWiki

It's better when it's simple

User Tools

Site Tools


devel:admin_plugin_skeleton

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
Last revisionBoth sides next revision
devel:admin_plugin_skeleton [2015-10-07 19:42] Aleksandrdevel:admin_plugin_skeleton [2015-10-07 20:44] Klap-in
Line 12: Line 12:
 ''lib/plugins/skeleton/plugin.info.txt'' ''lib/plugins/skeleton/plugin.info.txt''
  
-<code php plugin.info.txt>+<code plugin.info.txt>
 base   skeleton base   skeleton
 author me author me
-email  me@somesite.com', +email  me@somesite.com 
-date   20yy-mm-dd', +date   20yy-mm-dd 
-name   Hello World plugin+name   Hello World Plugin
 desc   Demonstration plugin desc   Demonstration plugin
-url    http://www.dokuwiki.org/plugin:skeleton',+url    https://www.dokuwiki.org/plugin:skeleton
 </code> </code>
  
Line 100: Line 100:
 $lang['menu'] = 'Admin Skeleton...';  $lang['menu'] = 'Admin Skeleton...'; 
  
-$lang['btn_hello'] = 'hello'; +$lang['btn_hello'   = 'hello'; 
-$lang['btn_goodbye'] = 'goodbye';+$lang['btn_goodbye' = 'goodbye';
  
-$lang['world'] = 'Hello, world!'; +$lang['world'       = 'Hello, world!'; 
-$lang['again'] = 'Hello again!'; +$lang['again'       = 'Hello again!'; 
-$lang['goodbye'] = 'Goodbye.'; +$lang['goodbye'     = 'Goodbye.'; 
-$lang['invalid'] = 'invalid input detected!';+$lang['invalid'     = 'invalid input detected!';
 </code> </code>
----- 
- 
  
devel/admin_plugin_skeleton.txt · Last modified: 2023-09-01 22:43 by Klap-in

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