Module:Purge/doc
Jump to navigation
Jump to search
This is the documentation page for Module:Purge
Provides a purge link. Can be customised if used by lua, or lesser customisation via Template:Purge.
This module is a helper module to be used by other modules; it may not designed to be invoked directly. See Brighter Shores:Lua/Helper modules for a full list and more information.
Function | Type | Use |
---|---|---|
_purge( anchor, text, tag, noinplace ) | string/table, string, string, boolean | Generates a purge link
All args are optional.
|
Example:
local purge = require( 'Module:Purge' )._purge
local refreshLink = purge( nil, 'refresh' )
-- Or
local refreshLink = purge{ text = 'refresh' }