વિભાગ:Redirect hatnote/doc: આવૃત્તિઓ વચ્ચેનો તફાવત

વિકિપીડિયામાંથી
Content deleted Content added
નાનું en:Module:Redirect_hatnote/doc માંથી આયાત કરેલ ૧૩ પુનરાવર્તનો
નાનું Bot: Replace deprecated <source> tag and "enclose" parameter [https://lists.wikimedia.org/pipermail/wikitech-ambassadors/2020-April/002284.html]
 
લીટી ૧૨: લીટી ૧૨:
To use this module from Lua, first load the module.
To use this module from Lua, first load the module.


<source lang="lua">
<syntaxhighlight lang="lua">
local mRedirectHatnote = require('Module:Redirect hatnote')
local mRedirectHatnote = require('Module:Redirect hatnote')
</syntaxhighlight>
</source>


The module can then be used with the following syntax:
The module can then be used with the following syntax:


<source lang="lua">
<syntaxhighlight lang="lua">
mRedirectHatnote._redirect(redirect, data, options, titleObj)
mRedirectHatnote._redirect(redirect, data, options, titleObj)
</syntaxhighlight>
</source>


== See also ==
== See also ==

૨૨:૦૩, ૨૨ એપ્રિલ ૨૦૨૦એ જોઈ શકાતી હાલની આવૃત્તિ


This module produces a hatnote for disambiguating a page that is linked to by a given redirect. It implements the {{redirect}} hatnote template.

Usage from wikitext[ફેરફાર કરો]

This module cannot be used directly from wikitext. Please use the {{redirect}} or {{redirect2}} templates instead.

Usage from Lua[ફેરફાર કરો]

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

local mRedirectHatnote = require('Module:Redirect hatnote')

The module can then be used with the following syntax:

mRedirectHatnote._redirect(redirect, data, options, titleObj)

See also[ફેરફાર કરો]