view page template help for WikiPage and template variable fixes for WikiMaster

This commit is contained in:
Colin Kuskie 2006-12-13 22:38:07 +00:00
parent c6cde71f28
commit da28e3b30e
4 changed files with 151 additions and 14 deletions

View file

@ -321,11 +321,11 @@ our $I18N =
},
'searchLabel variable' => {
message => q|The description for this Wiki, with any recognized titles or urls from pages in this Wiki automatically converted to links to those pages.|,
message => q|An internationalized label to go with searchUrl|,
lastUpdated => 1165812138,
},
'searchLabelUrl' => {
'searchUrl' => {
message => q|A URL to take the user to the screen search pages in this Wiki.|,
lastUpdated => 1165816007,
},
@ -335,7 +335,7 @@ our $I18N =
lastUpdated => 1165812138,
},
'mostPopularLabel' => {
'mostPopularLabel variable' => {
message => q|An internationalized label to go with mostPopularUrl.|,
lastUpdated => 1165812138,
},
@ -345,7 +345,7 @@ our $I18N =
lastUpdated => 1165812138,
},
'recentChangesLabel' => {
'recentChangesLabel variable' => {
message => q|An internationalized label to go with recentChangesUrl.|,
lastUpdated => 1165812138,
},

View file

@ -91,7 +91,7 @@ our $I18N =
},
'add/edit title' => {
message => q|Wiki Page, Add/Edit|,
message => q|Wiki Page, Add/Edit Template|,
lastUpdated => 1165790228,
},
@ -100,6 +100,88 @@ our $I18N =
lastUpdated => 1165790228,
},
'view title' => {
message => q|Wiki Page, View Template|,
lastUpdated => 1165790228,
},
'view body' => {
message => q|Variables available for use in the template are listed below:|,
lastUpdated => 1166047618,
},
'viewLabel variable' => {
message => q|An internationalized label for viewing the content of a page. Useful for tabbed interfaces to
the Wiki Page.|,
lastUpdated => 1166047913,
},
'editLabel variable' => {
message => q|An internationalized label for editing the content of a page. Useful for tabbed interfaces to
the Wiki Page.|,
lastUpdated => 1166047618,
},
'historyLabel variable' => {
message => q|An internationalized label to go with historyUrl.|,
lastUpdated => 1166047618,
},
'historyUrl' => {
message => q|A URL to take the user to a screen with a history of edits and changes to this page.|,
lastUpdated => 1166047618,
},
'wikiHomeLabel variable' => {
message=>q|An internationalized label to go with wikiHomeUrl.|,
lastUpdated=>1165816161,
},
'wikiHomeUrl' => {
message=>q|A URL to take the user back to the Wiki front page.|,
lastUpdated=>1165816166,
},
'recentChangesUrl' => {
message => q|A URL to take the user to the screen where all changes to the the pages in this Wiki are listed.|,
lastUpdated => 1165812138,
},
'recentChangesLabel' => {
message => q|An internationalized label to go with recentChangesUrl.|,
lastUpdated => 1165812138,
},
'mostPopularUrl' => {
message => q|A URL to take the user to the screen where the most popular Wiki pages are listed.|,
lastUpdated => 1165812138,
},
'mostPopularLabel variable' => {
message => q|An internationalized label to go with mostPopularUrl.|,
lastUpdated => 1165812138,
},
'searchLabel variable' => {
message => q|An internationalized label to go with searchUrl|,
lastUpdated => 1165812138,
},
'searchUrl' => {
message => q|A URL to take the user to the screen search pages in this Wiki.|,
lastUpdated => 1165816007,
},
'editContent' => {
message => q|The rendered form for editing the content of this page.|,
lastUpdated => 1165812138,
},
'content' => {
message => q|The content of this page, with recognized title and links changed into Wiki links.|,
lastUpdated => 1165812138,
},
};
1;