Changes

Pywikibot 6.4.0
This module produces the list of links used on [[Wikipedia:Did you know]] nomination pages. It implements {{tl|DYK nompage links}}.

== Usage from wikitext ==

Usually, this module should be used via the {{tl|DYK nompage links}} template. However, it can also be used with the syntax <code><nowiki>{{#invoke:DYK nompage links|main|</nowiki>''arguments''<nowiki>}}</nowiki></code>. See [[Template:DYK nompage links]] for a list of arguments.

== Usage from other Lua modules ==

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

<syntaxhighlight lang="lua">
local mDYKlinks = require('Module:DYK nompage links')
</syntaxhighlight>

You can then use the _main function like this:

<syntaxhighlight lang="lua">
mDYKlinks._main(nominationPage, historyPages)
</syntaxhighlight>

<var>nominationPage</var> is the nomination page name, as a string. <var>historyPages</var> is an array of page names to display (also strings). Both parameters are required, and <var>historyPages</var> must have a length of at least one.

<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox||
<!-- Categories go here and interwikis go in Wikidata. -->

}}</includeonly>