Home | Gifts

TWiki Site-Level Preferences

This topic defines site-level settings that apply to all users and webs on this TWikiSite.

ALERT! NOTE: Don't edit this topic, changes will be lost on the next TWiki upgrade. Define new site-level settings, or overload below settings in Main.TWikiPreferences

Preference settings local to your site should be set in Main.TWikiPreferences (this topic is pointed to by {LocalSitePreferences}, which is set by the admin in the configure interface). Settings in Main.TWikiPreferences will override settings in this topic, and should be used for defining custom settings and variables.

Read more on how to set Preferences Variables.

Default Web Preferences

ALERT! NOTE: These are just defaults; don't change them here. Instead, add them to the WebPreferences topic in each web

Default User Settings

ALERT! NOTE: They are typically redefined in topics of individual TWikiUsers

      * Set ATTACHEDFILELINKFORMAT = \n   * [[%ATTACHURL%/$name][$name]]: $comment

      * Set ATTACHEDIMAGEFORMAT = \n   * $comment: <br />\n     <img src="%ATTACHURLPATH%/$name" alt="$name" $size />

TWiki Platform Settings

Search Settings

E-mail Settings

HTTP-EQUIV Settings

Skin Settings

Pattern Skin

Skin Icons

Legacy Support

Plugins Settings

Parameterized Variables

ParameterizedVariables for global use are defined here.

Rendering Shortcuts Settings

These TWikiRenderingShortcuts facilitate doc writing.

      * Set YELLOW = <span style="color: #ffff00">
      * Set ORANGE = <span style="color: #ff6600">
      * Set RED = <span style="color: #ff0000">
      * Set PINK = <span style="color: #ff00ff">
      * Set PURPLE = <span style="color: #800080">
      * Set TEAL = <span style="color: #008080">
      * Set NAVY = <span style="color: #000080">
      * Set BLUE = <span style="color: #0000ff">
      * Set AQUA = <span style="color: #00ffff">
      * Set LIME = <span style="color: #00ff00">
      * Set GREEN = <span style="color: #008000">
      * Set OLIVE = <span style="color: #808000">
      * Set MAROON = <span style="color: #800000">
      * Set BROWN = <span style="color: #996633">
      * Set BLACK = <span style="color: #000000">
      * Set GRAY = <span style="color: #808080">
      * Set SILVER = <span style="color: #c0c0c0">
      * Set WHITE = <span style="color: #ffffff">
      * Set ENDCOLOR = </span>

      * Set YELLOWBG = <div style="background-color: #ffff80; padding:0 3px 0 3px">
      * Set ORANGEBG = <div style="background-color: #ffbb80; padding:0 3px 0 3px">
      * Set REDBG = <div style="background-color: #ff8080; padding:0 3px 0 3px">
      * Set PINKBG = <div style="background-color: #ff80ff; padding:0 3px 0 3px">
      * Set PURPLEBG = <div style="background-color: #dd99dd; padding:0 3px 0 3px">
      * Set TEALBG = <div style="background-color: #80c0c0; padding:0 3px 0 3px">
      * Set NAVYBG = <div style="background-color: #8080c0; padding:0 3px 0 3px">
      * Set BLUEBG = <div style="background-color: #8080ff; padding:0 3px 0 3px">
      * Set AQUABG = <div style="background-color: #80ffff; padding:0 3px 0 3px">
      * Set LIMEBG = <div style="background-color: #80ff80; padding:0 3px 0 3px">
      * Set GREENBG = <div style="background-color: #99cc99; padding:0 3px 0 3px">
      * Set OLIVEBG = <div style="background-color: #c0c080; padding:0 3px 0 3px">
      * Set MAROONBG = <div style="background-color: #c08080; padding:0 3px 0 3px">
      * Set BROWNBG = <div style="background-color: #bb9988; padding:0 3px 0 3px">
      * Set BLACKBG = <div style="background-color: #000000; padding:0 3px 0 3px">
      * Set GRAYBG = <div style="background-color: #a0a0a0; padding:0 3px 0 3px">
      * Set SILVERBG = <div style="background-color: #c0c0c0; padding:0 3px 0 3px">
      * Set WHITEBG = <div style="background-color: #ffffff; padding:0 3px 0 3px">
      * Set ENDBG = </div>

      * Set TWOCOLUMNS = <div class="twikiTwoColumns">
      * Set THREECOLUMNS = <div class="twikiThreeColumns">
      * Set FOURCOLUMNS = <div class="twikiFourColumns">
      * Set ENDCOLUMNS = </div>

Miscellaneous Settings

Security Settings

Creating New Preference Variables

You can introduce new VARIABLES and use them in your topics and templates. There is no need to change the TWiki engine (Perl scripts).

Protected System Settings

The following settings are declared final to protect them as read only. These are system variables that should never be attempted set or altered in any preference topic or topic settings.

This topic should not be edited.

Related Topics

Note: Can't edit? View raw topic

ALERT! NOTE: Don't edit this topic, changes will be lost on the next TWiki upgrade. Define new site-level settings, or overload above settings in Main.TWikiPreferences

Revision r91 - 2017-02-12 - 00:19:50 - TWikiContributor Edit