- Default topic to get references from:
- Default sorting for references:
- Set BIBLIOGRAPHYPLUGIN_DEFAULTSORTING = alpha
- Default header for the references list:
- Set BIBLIOGRAPHYPLUGIN_DEFAULTHEADER = ---++ References
- List of selected topics in a web (used in menus)
- Web-specific background color: (is overwritten by web preferences)
- Image, URL and alternate tooltip text of web's logo.
- Set WEBLOGOIMG = /wiki/pub/System/RedesignSkin/ctspedia.jpg
- Set WEBLOGOURL = /do/view/CTSpedia
- Set WEBLOGOALT = CTSpedia
- List this web in the SiteMap:
- If yes, set SITEMAPLIST to
on
, do not set NOSEARCHALL, and add the "what" and "use to..." description for the site map. Make sure to list only links that include the name of the web, e.g. Sandbox.Topic links.
- Set SITEMAPLIST = on
- Set SITEMAPWHAT = Describe what this web does.
- Set SITEMAPUSETO = ...to do something.
- Copyright notice:
- Set WIKIWEBMASTER = marybanachphdmph@gmail.com
- Set WEBCOPYRIGHT = Copyright &© by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback
- Simplified Copyright notice for the WebRss feed (don't use any special characters, html tags, entities, wiki markup or WikiWords)
- Set WEBRSSCOPYRIGHT = Copyright 2023 by contributing authors
- Exclude web from a
web="all"
search: (Set to on
for hidden webs; is overwritten by web preferences) Note it is much better to use AccessControls in individual webs to control who can and can't view the contents of a web. NOSEARCHALL is retained for compatibility, but you should avoid using it.
- Prevent automatic linking of WikiWords and acronyms (if set to
on
); link WikiWords (if empty); can be overwritten by web preferences:
- Set NOAUTOLINK =
- Note: Use the
[[...][...]]
syntax to link topics in case you disabled WikiWord linking. The <noautolink> ... </noautolink>
syntax can be used to prevents links within a block of text.
- If you use non WikiWords for topic names (for example "Expenses" or "Mighty1") and if you use bracket notation to link to those topics, it is useful to turn of all warnings (like: "WARNING: This topic name is not recommended because it will not be linked automatically") and checkboxes ("Allow non WikiWord for the new topic name"). Can be overwritten by web preferences. Set to
on
to activate:
- Set HIDE_NON_WIKI_WORD_WARNINGS =
- Warn if
%INCLUDE{}%
of topic fails: Fail silently if empty or off
. Output warning message (defined in templates/oopsalerts.tmpl) if set to on
. Otherwise output specific text (use $topic
for topic). You can override this in web preferences, or by using a warn="..."
parameter with %INCLUDE{}%
:
- Generated Table of Contents (TOC) settings
- The first header level to appear in the TOC:
- Set TOC_MIN_DEPTH =
- If not set:
1
- Possible values:
1
to 6
- The last header level to appear in the TOC:
- Set TOC_MAX_DEPTH =
- If not set:
6
- Possible values:
1
to 6
- Can be overridden by
depth
parameter of TOC
- The default TOC title:
- Set TOC_TITLE =
- If not set: nothing
- Possible values: any string, for example
On this page:
- Can be overridden by
title
parameter of TOC
- Do not show a TOC if the topic it contains is included in another topic:
- Set TOC_HIDE_IF_INCLUDED =
- If not set: included TOC is shown
- Possible values:
on
or nothing