Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This is a list of what pages are created when a new Wikidot site is instantiated. Some pages (such as the start page) depend on the wiki template for exact contents. The contents here are based on the IronGiant template.


Slug

Contents

Purpose

start

Code Block
[[include :irongiant:clone]]

This is a blank, minimalist template. All optional components have been removed so you can immediately start adding functionality, rather than removing the parts that you don't want.  For experienced Wikidot users.

------

++ Pages

[[module ListPages category="*" pagetype="*" separate="no"]]
%%linked_title%% ([%%link%%/edit/true Edit])
[[/module]]

Home page for the site.

nav:side

Code Block
* [[[_admin|Site Manager]]]

= [[size 80%]][/nav:side/edit/true Edit this menu][[/size]] 

Contents of the side bar.

nav:top

Code Block
* [[[start | Home]]]
* [/nav:top/edit/true Edit this menu]

[!--
Please do not include anything other than links within the bullet list.
Do not go deeper than 1 level with nesting.

An alternative menu structure can be found below:

* [# example menu]
 * [[[example item 1]]]
 * [[[example item 2]]]
* [[[contact]]]


--] 

Contents of the top bar.

system:recent-changes

Code Block
[[module SiteChanges]] 

Lists recent changes on the site.

system:join

Code Block
[[module Join]] 

Permits user to become new members of the site.

search:site

Code Block
[!-- Please do not remove this page --]
[[include :csi:include:search-site]]

Permits searching the site.

admin:manage

Code Block
[[module ManageSite]]

[!-- Do not edit this page as all changes will be lost --]

Redirect to _admin.

admin:themes

Code Block
[[code type="css"]]
/* No theme defined on top of Base */
[[/code]] 

Suggested location for storing the site theme.

_admins

Code Block

Unknown. Possibly related to the _admin special route.

The contents of :csi:include:search-site are as follows:

Code Block
[[table style="width: 100%;"]][[row]][[cell style="vertical-align: top; padding-right: 1em;"]]
[[module Search]]
[[/cell]][[cell style="vertical-align: top; width: 14em;"]]
[[div style="width: 12em; border:1px solid #cccccc; padding: 1em"]]
**[http://www.wikidot.com/doc:searching Help on searching]**

**Basic searching**

+elephant
title:elephant
title:"grey elephants"
ele*
ele*ant

**Additional filters**

category:abc
category:abc,def
since:yyyy-mm-dd
till:yyyy-mm-dd
user:author-name

**Searching on tags**

tags:big,noisy

**Global searching**
search:all

site:elephants
site:elephants,lions
[[/div]]
[[/cell]][[/row]][[/table]]