Module:Exponential search/doc: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
(Created page with "{{Documentation subpage}} {{Meta module}} This module provides a generic exponential search algorithm. ==Usage== This module should be loaded with <code>require()</code>. {{Documentation categories| <!-- Categories and interwikis go here. --> }}")
 
No edit summary
 
Line 6: Line 6:
==Usage==
==Usage==
This module should be loaded with <code>[[mw:Extension:Scribunto/Lua_reference_manual#require|require()]]</code>.
This module should be loaded with <code>[[mw:Extension:Scribunto/Lua_reference_manual#require|require()]]</code>.
{{Adapted from Wikipedia|Module:Exponential search}}


{{Documentation categories|
{{Documentation categories|

Latest revision as of 16:12, 15 June 2023

This subpage provides documentation for Module:Exponential search.

This is a meta module.

This module is meant to be used only by other modules. It should not be invoked in wikitext.

This module provides a generic exponential search algorithm.

Usage

This module should be loaded with require().

This module was adapted from Module:Exponential search on Wikipedia.
Adaptation is noted for reference and attribution only. This module may differ from the original in function or in usage.