Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

IndexingScheme: Difference between revisions

From ZeroWiki
imported>Unknown
No edit summary
 
(Repair MoniWiki formatting after migration)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
An IndexingScheme is a way to navigate a wiki (see also MeatBall:IndexingScheme).
An [[IndexingScheme]] is a way to navigate a wiki (see also MeatBall:[[IndexingScheme]]).


MoinMoin supports these IndexingScheme''''''s:
[[MoinMoin]] supports these [[IndexingScheme]]''''''s:
* RecentChanges
* [[RecentChanges]]
* TitleIndex
* [[TitleIndex]]
* WordIndex
* [[WordIndex]]
* FindPage
* [[FindPage]]
* WantedPages
* [[WantedPages]]
* OrphanedPages
* [[OrphanedPages]]
* RandomPage
* [[RandomPage]]
* Like''''''Pages (at the bottom of each page)
* Like''''''Pages (at the bottom of each page)


Additionally, there are the  
Additionally, there are the  
~cpp [[PageList]]
<code>&#91;&#91;PageList&#93;&#93;</code>
, {{{~cpp &#91;&#91;FullSearch('text')&#93;&#93;}}}
, <code>&#91;&#91;FullSearch('text')&#93;&#93;</code>
and  
and  
~cpp [[TableOfContents]]
<code>&#91;&#91;TableOfContents&#93;&#93;</code>
macros.
macros.

Latest revision as of 00:34, 29 March 2026

An IndexingScheme is a way to navigate a wiki (see also MeatBall:IndexingScheme).

MoinMoin supports these IndexingScheme's:

Additionally, there are the [[PageList]] , [[FullSearch('text')]] and [[TableOfContents]] macros.