|  | 
 
 
 Set ALLOWWEBCHANGE = 
 Set DENYWEBRENAME = 
 Set ALLOWWEBRENAME = TWikiAdminGroup
 
 Users or groups allowed to change or rename this WebPreferences topic: (I.e. TWikiAdminGroup)  
 
Notes: Web preferences that are not allowed to be overridden by user preferences: 
 Set FINALPREFERENCES = NOSEARCHALL, ATTACHFILESIZELIMIT, WIKIWEBMASTER, WIKIWEBMASTERNAME, WEBCOPYRIGHT, WEBTOPICLIST, DENYWEBVIEW, ALLOWWEBVIEW, DENYWEBCHANGE, ALLOWWEBCHANGE, DENYWEBRENAME, ALLOWWEBRENAME
 
Related Topics: A preference is defined as: 
 6 spaces * Set NAME = valueExample:
 Preferences are used as TWikiVariables by enclosing the name in percent signs. Example: 
 When you write variable %WEBBGCOLOR%, it gets expanded to#99ccff. The sequential order of the preference settings is significant. Define preferences that use other preferences first, i.e. set WEBCOPYRIGHTbeforeWIKIWEBMASTERsince%WEBCOPYRIGHT%uses the%WIKIWEBMASTER%variable. You can introduce new preferences variables and use them in your topics and templates. There is no need to change the TWiki engine (Perl scripts).
 
 |