Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a246fa244c9c4bc2

Jump to content

Template:String count/doc

From Wikipedia, the free encyclopedia

This template counts the number of strings on the specified page. It uses the most recent saved version of a page, so if used on the current page it will not work correctly in preview mode.

Usage

[edit]

Plain search

{{string count|page=page|search=text to search for}}

Search with Lua patterns

{{string count|page=page|search=pattern to search for|plain=false}}

Parameters

[edit]
  • page - the page to search on.
  • search - the string or Lua pattern to search for.
  • plain - set to "false" to search with a Lua pattern instead of plain text.

Lua patterns

[edit]

A Lua pattern is a special string that can match several different strings. For people who know regular expressions, Lua patterns are similar, but more limited. See the following documentation for how to construct patterns:

Note: This module uses Unicode-safe Scribunto functions, so there is no need to make special exceptions for Unicode characters. However, some character classes may behave differently to the ASCII pattern character classes, so see the Unicode string pattern documentation for the most accurate description.

Examples

[edit]
  • {{string count|page=Wikipedia:Administrators' noticeboard/Incidents|search=admin}} 70
  • {{string count|page=Wikipedia:Administrators' noticeboard/Incidents|search=[Aa]dmin|plain=false}} 102

TemplateData

[edit]
This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:String count in articles based on its TemplateData.

TemplateData for String count

This template counts the number of strings on the specified page.
Page namepage
The name of the page on Wikipedia to search.
Example
Wikipedia:Administrators' noticeboard/Incidents
Search Querysearch
What to search for on the specified page
Plain text?plain
Is the search query plain text? If not, it is treated as a Lua patten.
Default
true