Examples/Parameter: noresultsheader (example 1)
Appearance
< Examples
Example
[edit source]The first example lists pages from a nonexistent category, to cause the noresultsheader output to display (for example purposes), the second uses a non-breaking space to output no result, and the third uses \n to display output no result.
- Code
A)
{{#dpl:
|category = notArealCategory
|noresultsheader = <i>No results found</i>
}}
B)
{{#dpl:
|category = notArealCategory
|noresultsheader =
}}
C)
{{#dpl:
|category = notArealCategory
|noresultsheader = \n
}}
- Result
A) No results found
B)
C)