User:Shahadat/WordCount

From Justapedia, unleashing the power of collective wisdom
Jump to navigation Jump to search
WordCount
Author(s)Shahadat
StatusActive
UpdatedMarch 29, 2023; 15 months ago (2023-03-29)
Browser supportall except (maybe) Internet Explorer 11? haven't tested
Skin supportAll skins
SourceUser:Shahadat/WordCount.js


Instead of a direct insert into the p-cactions portlet links, it will use the built-in mw.util.addPortletLink function, fixing the issue where the portlet link no longer appears. In addition, the script will try its best to match any Unicode letter (including letters and characters from other scripts) instead of just Latin alphabet characters (with no accents). Because of this, ことば, 言語, 언어, and بطة are all counted as words now. Despite this, words still need to be separated by whitespace in order to be counted as a word (so 僕の犬は本当にかわいいですようね~ would be considered one word). Such functionality is only because of newer browser technologies, and the script will automatically fall back to counting plain old Latin letters if the features aren't available (e.g. on very old Internet Explorer versions).

Installation

Manual

{{subst:iusc|User:Shahadat/WordCount.js}}

Source

The source can be found at Justapedia. The script is licensed under the CC BY-SA 3.0 License.

Discussion

You may visit my talk page if you have any concerns.

Script Attribution