'alias', 'auto_activate' => FALSE, 'requires_pair' => FALSE, 'load_function' => 'data_alias', 'title' => 'Alias', 'help_page' => 'DataPluginAlias', 'description' => tra( "This plugin allows you to easily create an alias for a page." ), 'help_function' => 'data_alias_help', 'syntax' => "{alias page='title'}", 'plugin_type' => DATA_PLUGIN ); $gLibertySystem->registerPlugin( PLUGIN_GUID_DATAalias, $pluginParams ); $gLibertySystem->registerDataTag( $pluginParams['tag'], PLUGIN_GUID_DATAalias ); function data_alias_help() { $help = '
| ' . tra( "Key" ) . ' | ' .'' . tra( "Type" ) . ' | ' .'' . tra( "Comments" ) . ' | ' .'
|---|---|---|
| ' . tra( "page" ) . ' | ' .'' . tra( "string") . ' ' . tra( "(required)" ) . ' | '
.'' . tra( "The name of any other wiki page." ) .' | ' .'