Test resultsheader

From FollowTheScore
Revision as of 08:21, 28 July 2007 by Gero (talk | contribs)
Jump to: navigation, search

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.