[pmwiki-users] Pagelist further...
    Patrick R. Michaud 
    pmichaud at pobox.com
       
    Thu May 25 00:15:15 CDT 2006
    
    
  
On Wed, May 24, 2006 at 10:09:55PM -0700, pmwiki at 911networks.com wrote:
> I'd like a pagelist with the description of the page. The 
> description would come from (:description ....:) I need more than 
> the title. The closest I have found is: fmt=#headerinclude, it 
> includes the first paragraph, but usually my description is 
> different from the 1st paragraph. The description is a summary, 
> while the 1st paragraph is usually some kind of question.
Just create a pagelist template that displays the
{=$Description} page variable.  For example:
    [[#description]]
    * [[{=$FullName}|+]]
    (:if ! equal {=$Description} '':)
    -> {=$Description}
    (:if:)
    [[#descriptionend]]
and then
    (:pagelist ... fmt=Something#description:)
Pm
    
    
More information about the pmwiki-users
mailing list