NOTE: These are just defaults; don't change them here. Instead, add them to the WebPreferences topic in each web
favicon.ico to a web's WebPreferences or add a FAVICON setting to WebPreferences
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. System.Topic links.
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors. 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. on); link WikiWords (if empty); can be overwritten by web preferences: [[...][...]] 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.
on to activate: %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{}% : 1
1 to 6
6
1 to 6
depth parameter of TOC
On this page:
title parameter of TOC
on or nothing
NOTE: They are typically redefined in topics of individual WikiUsers
width: 99% for full window width (default; this will override the EDITBOXWIDTH setting), or width: auto to disable. This setting works for IE and some other recent browsers. (can be overwritten by user preferences) Set FORCENEWREVISIONCHECKBOX = checked="checked", or unchecked if empty: (can be overwritten by user preferences) Set DONTNOTIFYCHECKBOX = checked="checked", or unchecked if empty: (can be overwritten by user preferences) Set ATTACHLINKBOX = checked="checked", or unchecked if empty (Set ATTACHLINKBOX =). If checked, a link is created to the attached file at the end of the topic: (can be overwritten by user preferences) NOTE: Keyword
$filenamegets expanded to filename;$fileurlgets expanded to the urlencoded filename;$commentto comment;\tto tab (3 spaces for bullets).
* Set ATTACHEDFILELINKFORMAT = \n * [[%ATTACHURL%/$fileurl][$filename]]: $comment
NOTE: Keyword
$filenamegets expanded to filename;$fileurlgets expanded to the urlencoded filename;$commentto comment;$sizetowidth="..." height="..."attribute ofimgtag;\tto tab and\nto linefeed (3 spaces for bullets).
* Set ATTACHEDIMAGEFORMAT = \n * $comment: <br />\n <img src="%ATTACHURLPATH%/$fileurl" alt="$filename" $size />
%SEARCH{}% macro, one of: keyword, regex, or literal automatic: users can be automatically added to groups
one: users can select one of the groups
multiple: users can select from multiple groups to join
none: user cannot be added to groups while registering
NOTE: Changing cache behaviour with these settings should not be necessary and may cause cache-related problems. These settings do not affect proxy caches.
<link>-tags).
http-equiv meta tags for view, rdiff, attach, search* scripts: http-equiv meta tags for edit script: http-equiv meta tags for preview script: initPlugin using the following simple code fragment. Say you want to add 'MYPREF' to the list:
my $pref = Foswiki::Func::getPreferencesValue('EXPORTEDPREFERENCES')||'';
my @list = split(/[,\s]+/, $pref);
unless (grep { /^MYPREF$/ } @list) {
push(@list, 'MYPREF');
}
Foswiki::Func::setPreferencesValue(
'EXPORTEDPREFERENCES', join(',', @list));
PATTERNSKIN_THEME_VARIANT): %ICON{name}%. INIT which will hold the default initialisation parameters for the TinyMCE editor. Not set in this topic, the plugin assumes this value if missing
0 (no animation) debugenableplugins url parameter; for example, http://www.worcesterapa.org/System/DefaultPreferences?debugenableplugins=SmiliesPlugin will display this topic with all Plugins disabled except the SmiliesPlugin.
| You type: | %RED% red text %ENDCOLOR% and %GREEN% green text %ENDCOLOR% |
| You get: | red text and green text |
%<color>% text must end with %ENDCOLOR%. If you want to switch from one color to another one you first need to end the active color with %ENDCOLOR%, e.g. write %RED% some text %ENDCOLOR% %GREEN% more text %ENDCOLOR%.
* Set YELLOW = <font color="#ffff00">
* Set ORANGE = <font color="#ff6600">
* Set RED = <font color="#ff0000">
* Set PINK = <font color="#ff00ff">
* Set PURPLE = <font color="#800080">
* Set TEAL = <font color="#008080">
* Set NAVY = <font color="#000080">
* Set BLUE = <font color="#0000ff">
* Set AQUA = <font color="#00ffff">
* Set LIME = <font color="#00ff00">
* Set GREEN = <font color="#008000">
* Set OLIVE = <font color="#808000">
* Set MAROON = <font color="#800000">
* Set BROWN = <font color="#996633">
* Set BLACK = <font color="#000000">
* Set GRAY = <font color="#808080">
* Set SILVER = <font color="#c0c0c0">
* Set WHITE = <font color="#ffffff">
* Set ENDCOLOR = </font>
$text is the topic link text, $topic is the name of the new topic, and $web is the name of the web for the new topic. Values for the 3 are taken from the link syntax [[$web.$topic][$text]]. For normal plain WikiWord links $text and $topic are the same. The value of $web is the current web unless the link is in the format $web.$topic.
sequential, sidebyside or debug configure (expert setting) [3 spaces] * [space] Set NAME = value %. Example: %WEBBGCOLOR%, it gets expanded to #FFD8AA .
The sequential order of the preference settings is significant. Define preferences that use other preferences FIRST. For example, set
WEBCOPYRIGHTbeforeWIKIWEBMASTERsince the copyright notice uses the Wiki administrator e-mail address.In order to protect your custom preferences from being overwritten when upgrading the System.DefaultPreferences topic, it is recommended that all custom settings are defined in Main.SitePreferences.
%MACROS%.
Copyright © by the contributing authors. All material on this site is the property of the contributing authors.