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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue