TOKU - Treasury of Knowledge for Users

A variety of information you might find useful

User Tools

Site Tools


dokuwiki_annoyances

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
dokuwiki_annoyances [2026.03.11 15:52] – [Change the wiki logo] Steve Isenbergdokuwiki_annoyances [2026.03.11 16:07] (current) – [Add an access counter to your page] Steve Isenberg
Line 204: Line 204:
 <code>~~NOTOC~~</code> <code>~~NOTOC~~</code>
  
 +==== Add an access counter to your page ====
 +For example, 
 +<fc #a0a0a0><fs small>//This page last changed ~~LASTMOD~~ visits: {{counter|today| time| times}} today, {{counter|yesterday| time| times}} yesterday, and {{counter|total| time total so far| total times}}//</fs></fc> 
 +
 +<code>
 +~~NOCACHE~~ <fc #a0a0a0><fs small>//This page last changed ~~LASTMOD~~ visits: {{counter|today| time| times}} today, {{counter|yesterday| time| times}} yesterday, and {{counter|total| time total so far| total times}}//</fs></fc> 
 +</code>
 +
 +Explanations <code>
 +<fc #a0a0a0>                  sets the color of the text.  Note you may need an addin for this to work.
 +                                Follow with </fc> to end the coloring of the text.
 +<fs small>                    sets the text size to small.  Similarly, follow with </fs>
 +~~LASTMOD~~                   returns when the page was last changed.
 +{{counter|today|time|times}}  returns the page reference counter for today and follows the number with 'time' 
 +                                or 'times' as appropriate.  Similar for yesterday and total.
 +</code>
 ====== How to Detect Changes to a Doku Wiki ====== ====== How to Detect Changes to a Doku Wiki ======
  
dokuwiki_annoyances.1773269577.txt.gz · Last modified: by Steve Isenberg