މޮޑިއުލް:Pp-move-indef/doc: Difference between revisions

Content deleted Content added
Created page with "This module implements {{tl|pp-move-indef}}. It is a protection template, but has no visible output, unlike other protection templates which output banners or padlock icons. T..."
 
m Bot: Replace deprecated <source> tag and "enclose" parameter
 
ފޮޅުވަތް 20:
From Lua, load the module like this:
 
<sourcesyntaxhighlight lang="lua">
local ppMoveIndef = require('Module:Pp-move-indef').main
</syntaxhighlight>
</source>
 
You can then use <var>ppMoveIndef</var> like this:
 
<sourcesyntaxhighlight lang="lua">
ppMoveIndef(title)
</syntaxhighlight>
</source>
 
The <var>title</var> parameter is an optional title object, used for testing purposes. If no parameters are supplied the module works on the current page.