Module:Clean image/doc: Difference between revisions

From RuneRealm Wiki
Jump to navigation Jump to search
Content added Content deleted
(Created page with "{{Documentation}} Cleans an input image to prevent double linking. {{Helper module |name=Clean image |fname1=clean(args) |ftype1=string |fuse1=Input args is a table with fields: * <code>file</code> - the full wikitext to be cleaned. All processing is skipped if file is empty or is the string <code>no</code>. * <code>width</code> - width to resize the file to; no default * <code>height</code> - height to resize the file to, can be combined with width; no default * <code>...")
 
(No difference)

Latest revision as of 23:12, 15 October 2024

This is a documentation subpage for Module:Clean image.
It contains usage information, categories, and other content that is not part of the original module page.
Module:Clean image's function main is invoked by Template:Clean image.
Module:Clean image requires Module:Paramtest.

Cleans an input image to prevent double linking.

This module is a helper module to be used by other modules; it may not designed to be invoked directly. See RuneScape:Lua/Helper modules for a full list and more information.

FunctionTypeUse
clean(args)stringInput args is a table with fields:
  • file - the full wikitext to be cleaned. All processing is skipped if file is empty or is the string no.
  • width - width to resize the file to; no default
  • height - height to resize the file to, can be combined with width; no default
  • link - what page to link the file to; no default (file will link to file page), 'no' to link to nothing