diff --git a/lib/WebGUI/Help/Asset_WikiMaster.pm b/lib/WebGUI/Help/Asset_WikiMaster.pm index 03b375a6b..84255d87a 100644 --- a/lib/WebGUI/Help/Asset_WikiMaster.pm +++ b/lib/WebGUI/Help/Asset_WikiMaster.pm @@ -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; diff --git a/lib/WebGUI/i18n/English/Asset_WikiMaster.pm b/lib/WebGUI/i18n/English/Asset_WikiMaster.pm index a275ecc0e..0d349681f 100644 --- a/lib/WebGUI/i18n/English/Asset_WikiMaster.pm +++ b/lib/WebGUI/i18n/English/Asset_WikiMaster.pm @@ -572,6 +572,42 @@ listing of pages that are related to a specific keyword?| }, context => q{Help for template variable}, }, + 'by keyword template title' => { + message => q{Wiki By Keyword Template Variables}, + lastUpdated => 0, + context => q{Help for template variable}, + }, + + 'by keyword keyword' => { + message => q{The keyword that was requested.}, + lastUpdated => 0, + context => q{Help for template variable}, + }, + + 'by keyword pagesLoop' => { + message => q{A loop of pages that contain the requested keyword.}, + lastUpdated => 0, + context => q{Help for template variable}, + }, + + 'by keyword title' => { + message => q{The title of this page in the loop.}, + lastUpdated => 0, + context => q{Help for template variable}, + }, + + 'by keyword url' => { + message => q{The url of this page in the loop.}, + lastUpdated => 0, + context => q{Help for template variable}, + }, + + 'by keyword synopsis' => { + message => q{The synopsis of this page in the loop.}, + lastUpdated => 0, + context => q{Help for template variable}, + }, + }; 1;