Add the missing documentation for the by keyword template in the WikiMaster.
This commit is contained in:
parent
10d86dbf1a
commit
b2dd6135b6
2 changed files with 68 additions and 0 deletions
|
|
@ -278,6 +278,38 @@ our $HELP = {
|
|||
related => [],
|
||||
},
|
||||
|
||||
'by keyword template' => {
|
||||
title => 'by keyword template title',
|
||||
body => '',
|
||||
isa => [
|
||||
{ namespace => "WebGUI",
|
||||
tag => "pagination template variables"
|
||||
},
|
||||
],
|
||||
variables => [
|
||||
{ name => 'keyword',
|
||||
description => 'by keyword keyword',
|
||||
},
|
||||
{ name => 'pagesLoop',
|
||||
description => 'by keyword pagesLoop',
|
||||
variables => [
|
||||
{ name => 'title',
|
||||
description => 'by keyword title',
|
||||
},
|
||||
{ name => 'url',
|
||||
description => 'by keyword url',
|
||||
},
|
||||
{ name => 'synopsis',
|
||||
description => 'by keyword synopsis',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
fields => [],
|
||||
related => [],
|
||||
},
|
||||
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue