Module:Submit an edit request/doc explained

This module implements the and templates.

Usage from wikitext

To use this module from wikitext, you should normally use the and templates. However, the module can also be used directly from #invoke. For the edit request button, use <nowiki>{{#invoke:Submit an edit request|button|</nowiki>''args''<nowiki>}}</nowiki>, and for the edit request link only, use <nowiki>{{#invoke:Submit an edit request|link|</nowiki>''args''<nowiki>}}</nowiki>. Please see the respective template pages for a list of available parameters.

Usage from Lua modules

To use this module from other Lua modules, first load the module.

local mEditRequest = require('Module:Submit an edit request')

You can then use the _button function to generate an edit request button, and the _link function to generate an edit request link.

mEditRequest._button(args)mEditRequest._link(args)

The args variable should be a table containing the arguments to pass to the module. To see the different arguments that can be specified and how they affect the module output, please refer to the documentation of and .

Configuration

This module can be translated and configured for other wikis by editing .