Toyonaka ContactMe help To Do Sell Buy Minoo Lorain Bicycle Lorain High School 1976 New Stuff Vancouver, BC ClassesResearchOJC infoMASLE References iPod Publications MediaDesignComputerSoftwarePoliticsTeaching and LearningLearning JapaneseMain.ReligionMusicFamilyFamily?SerendipityWiki ThoughtsPmWiki |
PmWiki /
Edit Variables<< Link Variables | PmWiki.Variables | Upload Variables >>
# turn on graphical edit buttons
# require authors to provide a name
# change delete word to "remove"
# Use 'Main.NewPageTemplate' as default text of all new pages $EditTemplatesFmt = 'Main.NewPageTemplate'; # Use 'Template' in the current group for new pages $EditTemplatesFmt = '$Group.Template'; # Use 'Template' in the current group if it exists, otherwise # use 'Main.NewPageTemplate' $EditTemplatesFmt = array('$Group.Template', 'Main.NewPageTemplate');
$EditFunctions = array('EditTemplates', 'RestorePage', 'ReplaceOnSave', 'SaveAttributes', 'PostPage', 'PostRecentChanges', 'PreviewPage');
# Replace text on Save (add pattern and replacement to array |