Date: Tue, 27 Nov 2012 11:38:57 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FListPagesPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; markup=2; charset=UTF-8 Content-Transfer-Encoding: binary The **~ListPages** [[Help:WikiPlugin|plugin]] is the simplest plugin to explicitly list a set of pages with all available [[Help:PageList|PageList]] options, mainly used for a wikilens theme to display ratings info and recommendations. It can also be used with the [[PhpWiki:PluginList]] method to list a set of pages generated by another plugin, and/or to exclude a set of pages generated by another plugin. See the [[Help:PageList|PageList]] options. == Usage == {{{ <> }}} == Arguments == All [[Help:PageList|PageList]] arguments, plus the following ones: {| class="bordered" |- ! Argument ! Description ! Default value |- | **pages** | Pages to list | false |- | **dimension** | | 0 |} === Additional info arguments === |= top3recs | recommendations (wikilens theme only) |= numbacklinks | number of backlinks (links to the given page) |= numpagelinks | number of forward links (links at the given page) == Examples == {{{ <> }}} {{{ < exclude=ListPagesPlugin,WikiPlugin >> }}} ---- [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]