Difference between revisions of "Test resultsheader"

From FollowTheScore
Jump to: navigation, search
Line 6: Line 6:
 
   resultsheader = ===How many articles starting with 'A' are there in this wiki? ===
 
   resultsheader = ===How many articles starting with 'A' are there in this wiki? ===
 
   titlematch=Af%
 
   titlematch=Af%
   resultsfooter= \n===There are %PAGES% articles starting with 'A' in this wiki. ===
+
   resultsfooter= ===There are %PAGES% articles starting with 'A' in this wiki. ===
 
</dpl> and some text after the query.
 
</dpl> and some text after the query.
  

Revision as of 08:22, 28 July 2007

We use a resultsheader and footer

Note that theses statements do not automatically add newlines. Watch the problem with the DPL query below:

Some text before the query:

How many articles starting with 'A' are there in this wiki? ======There are 2 articles starting with 'A' in this wiki.

and some text after the query.

if we add \n the header appears as wanted:

Some text before the query:

How many articles starting with 'A' are there in this wiki?

There are 2 articles starting with 'A' in this wiki.

and some text after the query.