Module:sortkeys/documentation

Hello, you have come here looking for the meaning of the word Module:sortkeys/documentation. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:sortkeys/documentation, but we will also tell you about its etymology, its characteristics and you will know how to say Module:sortkeys/documentation in singular and plural. Everything you need to know about the word Module:sortkeys/documentation you have here. The definition of the word Module:sortkeys/documentation will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:sortkeys/documentation, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

A data module that creates all sortkeys for a page at once so they don't have to be regenerated for every template that adds a category. Unfortunately, using it in Module:languages causes memory to go up, not down, in memory-heavy pages like a. This may be because of the way mw.loadData works. It creates a bunch of new tables and functions every time it's called. (See the source code on the GitHub mirror.) Oh well.