Toggle menu
15
236
70
27.5K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 04:05, 23 February 2025 by Prd (talk | contribs) (Created page with "{{Documentation subpage}} {{tsh|Slen}} {{lua|Module:Section sizes}} {{template rating|alpha}} Returns the length of a given section of a page, the size of the longest section, or the size of the article. == Usage == {{tlc|section length | ''Article'' | ''Section''}}{{br}} {{tlc|section length | ''Article'' | ''Section''|nosep{{=}}y}}{{br}} {{tlc|section length | ''Article'' | ''Section''|pct{{=}}y}}{{br}} {{tlc|section length | ''Article'' | ''token''}}{{br}} {{tlc|secti...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:Template rating Returns the length of a given section of a page, the size of the longest section, or the size of the article.

Usage

{{section length|Article|Section}}
{{section length|Article|Section|nosep=y}}
{{section length|Article|Section|pct=y}}
{{section length|Article|token}}
{{section length|Article}}

Parameters

There is one required parameter, and four optional parameters:

  • |1= – the name of the article or page (required)
  • |2= – the section name, or a token with leading underscore (optional; if absent, _lead is the default):
    |2=SectionName – returns the length of the given section
    |2=_lead – returns the length of the lead section (default if param 2 is absent)
    |2=_max – returns the length of the longest section
    |2=_total – returns the length of the article (should = {{PAGESIZE}} )
  • |3=_all – with param 2 set to a section name, add this to return section size including all its subsections (optional; default: return only the length before the first subsection heading)
  • |pct= – set to any non-empty value, returns section length as percent of article length, rounded to 2 decimal places (optional)
  • |nosep= – set to any non-empty value, returns byte length without thousand separators (optional; default: with separators)

Examples

  • {{section length|World War II|Background}} ? error: no article: World War II (help)      – length in bytes of World War II excluding subsections
  • {{section length|World War II|Background|_all}} ? error: no article: World War II (help)      – length of World War II including all subsections
  • {{section length|World War II|_total}} ? error: no article: World War II (help)      – total length of World War II
  • {{section length|World War II|nosep=y|_total}} ? error: no article: World War II (help)      – as above, without the comma
  • {{section length|World War II|_lead}} ? error: no article: World War II (help)      – length in bytes of the lead
  • {{section length|World War II|_lead|pct=y}} ? error: no article: World War II (help)      – length of the lead as a percent of article length
  • {{section length|World War II|pct=y}} ? error: no article: World War II (help)      – same as above; param 2 is optional
  • {{section length|World War II|_max}} ? error: no article: World War II (help)      – length in bytes of longest section
  • {{section length|France|_total}} ? error: no article: France (help)      – total length in bytes of France
  • {{section length|France|_lead}} ? error: no article: France (help)      – length of the lead section in bytes
  • {{section length|France}} ? error: no article: France (help)      – same as above; param 2 is optional
  • {{section length|France|pct=y}} ? error: no article: France (help)      – length of the lead section as a percent of article length
  • {{section length|France|Environment}} ? error: no article: France (help)      – length of France
  • {{section length|France|Environment|nosep=y}} ? error: no article: France (help)      – same, without thousands separator
  • {{section length|France|Environment|pct=y}} ? error: no article: France (help)      – length of section as a percent of article length
  • {{section length|France|Whoopsie!|pct=y}} ? error: no article: France (help)      – when the section doesn't exist
  • {{section length|Franceee|pct=y}} ? error: no article: Franceee (help)      – when the article doesn't exist

See also