Difference between revisions of "Template:Century name from title year/doc"

From blackwiki
Jump to navigation Jump to search
imported>BrownHairedGirl
(→‎Examples: Category:Ballyjamesduff)
imported>Vanisaac
m (→‎See also: clean up per WP:CAT#T and WP:AWBREQ add template:Sandbox other)
Line 34: Line 34:
 
{{string-handling templates}}
 
{{string-handling templates}}
  
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | |
+
<includeonly>{{Sandbox other||
 
<!-- Categories below this line, please; interwikis at Wikidata -->
 
<!-- Categories below this line, please; interwikis at Wikidata -->
 
[[Category:String manipulation templates]]
 
[[Category:String manipulation templates]]

Revision as of 01:36, 24 April 2020

Extracts a 4-digit year from the current page title, and returns the name of the century in which that year was.

Usage

  • {{Century name from title year}}

Mostly used in categorisation.

Parameters

All parameters are optional

  1. The single word "dash" changes the output from "nth century" to "nth-century"
  2. A "nomatch" parameter may be used to specify text to be return if the input cannot be processed. Default behaviour is return an empty string if there is no match

Examples

Implementation

This template is implemented by using {{Century name from decade or year}} around {{Title year}}.

The same effect can be achieved by using {{Century name from decade or year|{{Title year}}}} ... but this wrapper makes more easily-read markup

See also