Your IP address will be publicly visible if you make any edits.
Template:Title number/doc
Template page
More actions
Revision as of 05:41, 20 February 2025 by Prd(talk | contribs)(Created page with "{{Documentation subpage}} <!-- Place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{Lua|Module:String}} == Usage == {{tlx|Title number|''match''|''nomatch''|4=page=}} or {{tlx|Title number|<nowiki>match=|nomatch=|page=</nowiki>}} == TemplateData == {{TemplateData header}} <templatedata> { "params": { "1": { "aliases": [ "match" ], "label": "Match Instance", "description": "If mul...")
Extracts an integer number from the current page title. All parameters are optional.
Template parameters
Parameter
Description
Type
Status
Match Instance
1match
If multiple numbers are found, this specifies which match to return, where the first match is match= 1. If a negative number is specified then a match is returned counting from the last match. Hence match = -1 is the same as requesting the last match. Defaults to 1.
Default
1
Number
optional
No match text
2nomatch
If no numbers are found, output the "nomatch" value. Defaults to blank.
String
optional
Override page title
page
Specified a page title to use other than the current page. If left blank, the template will use the title of the current page