view page template help for WikiPage and template variable fixes for WikiMaster
This commit is contained in:
parent
c6cde71f28
commit
da28e3b30e
4 changed files with 151 additions and 14 deletions
|
|
@ -218,13 +218,13 @@ our $HELP = {
|
|||
'name' => 'mostPopularUrl',
|
||||
},
|
||||
{
|
||||
'name' => 'mostPopularLabel',
|
||||
'name' => 'mostPopularLabel variable',
|
||||
},
|
||||
{
|
||||
'name' => 'recentChangesUrl',
|
||||
},
|
||||
{
|
||||
'name' => 'recentChangesLabel',
|
||||
'name' => 'recentChangesLabel variable',
|
||||
},
|
||||
{
|
||||
'name' => 'addPageUrl',
|
||||
|
|
@ -330,14 +330,14 @@ our $HELP = {
|
|||
'name' => 'recentChangesUrl',
|
||||
},
|
||||
{
|
||||
'name' => 'recentChangesLabel',
|
||||
'name' => 'recentChangesLabel variable',
|
||||
},
|
||||
{
|
||||
'name' => 'searchLabel',
|
||||
'description' => 'searchLabel variable',
|
||||
},
|
||||
{
|
||||
'name' => 'searchLabelUrl',
|
||||
'name' => 'searchUrl',
|
||||
},
|
||||
{
|
||||
'name' => 'wikiHomeLabel',
|
||||
|
|
@ -372,7 +372,7 @@ our $HELP = {
|
|||
'description' => 'searchLabel variable',
|
||||
},
|
||||
{
|
||||
'name' => 'searchLabelUrl',
|
||||
'name' => 'searchUrl',
|
||||
},
|
||||
{
|
||||
'name' => 'wikiHomeLabel',
|
||||
|
|
@ -385,7 +385,7 @@ our $HELP = {
|
|||
'name' => 'mostPopularUrl',
|
||||
},
|
||||
{
|
||||
'name' => 'mostPopularLabel',
|
||||
'name' => 'mostPopularLabel variable',
|
||||
},
|
||||
],
|
||||
fields => [
|
||||
|
|
@ -413,7 +413,7 @@ our $HELP = {
|
|||
'description' => 'searchLabel variable',
|
||||
},
|
||||
{
|
||||
'name' => 'searchLabelUrl',
|
||||
'name' => 'searchUrl',
|
||||
},
|
||||
{
|
||||
'name' => 'wikiHomeLabel',
|
||||
|
|
@ -426,13 +426,13 @@ our $HELP = {
|
|||
'name' => 'mostPopularUrl',
|
||||
},
|
||||
{
|
||||
'name' => 'mostPopularLabel',
|
||||
'name' => 'mostPopularLabel variable',
|
||||
},
|
||||
{
|
||||
'name' => 'recentChangesUrl',
|
||||
},
|
||||
{
|
||||
'name' => 'recentChangesLabel',
|
||||
'name' => 'recentChangesLabel variable',
|
||||
},
|
||||
{
|
||||
'name' => 'resultsLabel',
|
||||
|
|
|
|||
|
|
@ -64,6 +64,61 @@ our $HELP = {
|
|||
],
|
||||
},
|
||||
|
||||
'view template' => {
|
||||
title => 'view title',
|
||||
body => 'view body',
|
||||
isa => [
|
||||
],
|
||||
variables => [
|
||||
{
|
||||
name => 'viewLabel',
|
||||
description => 'viewLabel variable',
|
||||
},
|
||||
{
|
||||
name => 'editLabel',
|
||||
description => 'editLabel variable',
|
||||
},
|
||||
{
|
||||
name => 'historyLabel',
|
||||
description => 'historyLabel variable',
|
||||
},
|
||||
{
|
||||
name => 'historyUrl',
|
||||
},
|
||||
{
|
||||
'name' => 'wikiHomeLabel',
|
||||
'description' => 'wikiHomeLabel variable',
|
||||
},
|
||||
{
|
||||
'name' => 'wikiHomeUrl',
|
||||
},
|
||||
{
|
||||
'name' => 'mostPopularUrl',
|
||||
},
|
||||
{
|
||||
'name' => 'mostPopularLabel variable',
|
||||
},
|
||||
{
|
||||
'name' => 'recentChangesUrl',
|
||||
},
|
||||
{
|
||||
'name' => 'recentChangesLabel',
|
||||
},
|
||||
{
|
||||
'name' => 'searchLabel',
|
||||
'description' => 'searchLabel variable',
|
||||
},
|
||||
{
|
||||
'name' => 'editContent',
|
||||
},
|
||||
{
|
||||
'name' => 'content',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
],
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue