Module:Deprecated/doc: Difference between revisions
Appearance
Content deleted Content added
←Created page with '{{Lua autodoc|file={{safesubst:BASEPAGENAME}}|preface= <!--Add your documentation code here --> |autodoc=1}} <includeonly>{{Sandbox other|| <!-- Categories below this line; interwikis at Wikidata --> }}</includeonly> <noinclude> Category:Module documentation pages </noinclude>' |
(No difference)
|
Latest revision as of 01:54, 21 March 2025
Description | Marks items as deprecated, and provides a warning when they are called. |
---|---|
Author(s) | Awesome Aasim |
Code source | Deprecated |
Status | Alpha |
Marks items as deprecated, and provides a warning when they are called.
Limitations
This module will not provide a warning if a deprecated item is called from within the same module that this module is used.
Documentation
Package function
deprecated(p, deprecatedTable)
(function)- Marks items as deprecated, and provides a warning when they are called.
- Parameters:
p
package frame (table)deprecatedTable
- Returns: package
Other items