Template:SearchLang
Appearance
Find pages in a given language containing a string: {{SearchLang|string|lang}}
finds all pages with language code lang containing the string. Searches are case sensitive. In order to find both xyz and Xyz use a regular expression: {{SearchLang|[Xx]yz|da}}
.
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.