include ||
User manual ||
Macros ||
Namespaces ||
Special links ||
Wiki formatting syntax ||
Templates ||
Uploading files & images ||
Special links
On this page the special links, that can be used in any wiki, are explained and demonstrated.
Special link tags
There are a few special link targets that reference the currently displayed page for the corresponding action if now pagename is defined.
Example:
[[talk@|Discussion of this page]] will link to the discussion thread for the currently viewed page, like
in this example. To link to a certain action for another page, simple add the pagename
after the @-sign, like this:
[[source@index|Show wiki source of page index]].
Edit the linked page
With
[[edit@pagename|Edit this page]] you create a link to the page editor for
pagename. If no
pagename is defined, it links to the editor of the current page.
Example:
[[edit@::sandbox|edit the sandbox]] becomes
edit the sandbox
Show source of the linked page
With
[[source@pagename|Source of this page]] you create a link to the page source view for
pagename. If no
pagename is defined, it links to the source code view of the current page.
Example:
[[source@::start|show the start source]] becomes
show the start source
Display change history of the linked page
With
[[history@pagename|History of this page]] you create a link to the page history view for the page
pagename. If
pagename is not defined the link will point to the history for the current page
Example:
[[history@::sandbox|history of sandbox]] becomes
history of sandbox
Display discussion of the linked page
With
[[talk@pagename|Discussion of this page]] you create a link to the discussion for the page
pagename. If
pagename is not defined the link will point to the discussion about the current page
Example:
[[talk@::sandbox|discussion of sandbox]] becomes
discussion of sandbox
Special namespace gebo:
There is a
namespace gebo: which provides some special links for certain functions. The usage is
[[gebo:SPECIALLINK|your link text]]. All links to gebo: are related to the current wiki.
Link to page list
[[gebo:allpages]] creates a link to the overview of wiki pages in the wiki.
Link to wiki activity log
[[gebo:activity]] creates a link to the overview of changes made to wiki pages in the wiki.
Link to orphan pages list
[[gebo:unreferenced]] creates a link to the overview of wiki pages that are not referenced in the wiki.
Link to missing pages list
[[gebo:missing]] creates a link to the overview of wiki pages that are referenced but not yet created.
Link to random page
[[gebo:random]] creates a link to a randomly selected wiki page.
Link to user list
[[gebo:userlist]] creates a link to the overview of users that are member of the wiki.