From: <var...@us...> - 2016-07-27 13:37:35
|
Revision: 9909 http://sourceforge.net/p/phpwiki/code/9909 Author: vargenau Date: 2016-07-27 13:37:33 +0000 (Wed, 27 Jul 2016) Log Message: ----------- Add pgsrc/Help%2FPopularTagsPlugin Added Paths: ----------- trunk/pgsrc/Help%2FPopularTagsPlugin Added: trunk/pgsrc/Help%2FPopularTagsPlugin =================================================================== --- trunk/pgsrc/Help%2FPopularTagsPlugin (rev 0) +++ trunk/pgsrc/Help%2FPopularTagsPlugin 2016-07-27 13:37:33 UTC (rev 9909) @@ -0,0 +1,60 @@ +Date: Wed, 27 Jul 2016 15:35:04 +0000 +Mime-Version: 1.0 (Produced by PhpWiki 1.5.5) +Content-Type: application/x-phpwiki; + pagename=Help%2FPopularTagsPlugin; + flags=PAGE_LOCKED%2CEXTERNAL_PAGE; + charset=UTF-8 +Content-Transfer-Encoding: binary + +The **~PopularTags** [[Help:WikiPlugin|plugin]] lists the most popular tags. + +== Usage == + +{{{ +<<PopularTags arguments>> +}}} + +== Arguments == + +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **pagename** +| +| +|- +| **limit** +| +| 10 +|- +| **mincount** +| +| 5 +|- +| **noheader** +| +| 0 +|} + +== Example == + +{{{ +<<PopularTags>> +}}} + +<<PopularTags>> + +== Author == +* [[Help:Reini Urban|Reini Urban]] + +== See Also == +* [[Help%2FCategories]] +* [[Help%2FCategoryPagePlugin]] + +<noinclude> +---- +[[PhpWikiDocumentation]] [[CategoryWikiPlugin]] +</noinclude> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |