• Home
  • Random
  • Nearby
  • Log in
  • Settings
Donate Now If Wikipedia is useful to you, please give today.
  • About Wikipedia
  • Disclaimers
Wikipedia

Template:Word count

  • Template
  • Talk
  • Language
  • Watch
  • Edit
Template documentation[view] [edit] [history] [purge]
This template uses Lua:
  • Module:Word count

This template counts the number of words that goes into its first parameter. It serves as a basic word count function in areas where word count is important (such as Arbitration Committee statements, etc.)

Contents

  • 1 Usage
  • 2 Examples
    • 2.1 Parameter trim= example showing all text (trim=no) or truncated text (trim=yes)
  • 3 Possible errors
  • 4 See also

Usage

edit

{{word count|1=[phrase to count]|limit=[number of words to limit?]|trim=[whether to trim?]|showcount=[whether to show the word count?]}|prepend=[what to prepend?]|append=[what to append after?]}}

Examples

edit
{{word count|
One two three four five six seven
|limit=20|trim=no|showcount=yes}}

Word count: 7/20
One two three four five six seven


{{word count|
One two three four five six seven eight nine ten

eleven twelve
|limit=20|trim=yes|showcount=yes}}

Word count: 12/20
One two three four five six seven eight nine ten

eleven twelve


{{word count|
One two three four five six seven eight nine ten

eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty
|limit=20|trim=yes|showcount=yes}}

Word count: 20/20
One two three four five six seven eight nine ten

eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty


{{word count|
One two three four five six seven eight nine ten

eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twenty-one twenty-two
|limit=20|trim=yes|showcount=yes}}

Word count: 22/20
One two three four five six seven eight nine ten

eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty


{{word count|
One two three four five six seven eight nine ten

eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twenty-one twenty-two
|trim=yes|showcount=yes}}

Word count: 22
One two three four five six seven eight nine ten

eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twenty-one twenty-two


Parameter trim= example showing all text (trim=no) or truncated text (trim=yes)

edit
{{word count|prepend=<div style="border:1px solid red;">|
One two three four five six seven eight nine ten

eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twenty-one twenty-two
|append=</div>|limit=20|trim=no|showcount=yes}}
Word count: 22/20
One two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twenty-one twenty-two


{{word count|prepend=<div style="border:1px solid red;">|
One two three four five six seven eight nine ten

eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty twenty-one twenty-two
|append=</div>|limit=20|trim=yes|showcount=yes}}
Word count: 22/20
One two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen seventeen eighteen nineteen twenty


Possible errors

edit

The |trim=yes option truncates text at a word boundary, which may leave formatting markup unclosed. This can affect formatting of text that follows the template text, and can cause Linter errors.

See also

edit
  • {{Count}} – To count the parameters of a template
This template has not been added to any categories. Please help out by adding categories to it so that it can be listed with similar templates.
The above documentation is transcluded from Template:Word count/doc. (edit | history)
Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages.
Add categories to the /doc subpage. Subpages of this template.
Retrieved from "https://en.wikipedia.org/w/index.php?title=Template:Word_count&oldid=1216051663"