Template:Search: Difference between revisions

From KDE UserBase Wiki
No edit summary
No edit summary
Line 23: Line 23:
   titlematch = L%|M%|N%|O%|P%|Q%|R%|S%|T%|U%|V%|W%|X%|Y%|Z%
   titlematch = L%|M%|N%|O%|P%|Q%|R%|S%|T%|U%|V%|W%|X%|Y%|Z%
   include = *
   include = *
   includematch = @{{{1}}}@
   includematch = @Learn more@
   includemaxlength = 0
   includemaxlength = 0
   format = ,\n* [[%PAGE%|%TITLE%]],,
   format = ,\n* [[%PAGE%|%TITLE%]],,
Line 34: Line 34:
No wiki expansion takes place before passing arguments to the template.
No wiki expansion takes place before passing arguments to the template.


{{Search|1=Learn more}}
[[Category:Template]]
[[Category:Template]]
</noinclude>
</noinclude>

Revision as of 06:57, 20 August 2012

Find pages containing a string: {{Search|xyz}} finds all pages containing the string xyz. Searches are case sensitive. In order to find both xyz and Xyz use a regular expression: {{Search|[Xx]yz}}.

Regular expressions use a perl like syntax. Special characters like '[', '[','(' and ')' need to be escaped.

No wiki expansion takes place before passing arguments to the template.