Module:UserLinks/sandbox: Difference between revisions

Content deleted Content added
use maybeLoadModule to simplify some code and to make some of the dependent modules optional
add a header
Line 1:
--------------------------------------------------------------------------------
-- UserLinks --
-- This module creates a list of links about a given user. It can be used on --
-- its own or from a template. See the /doc page for more documentation. --
--------------------------------------------------------------------------------
 
-- Require necessary modules
local yesno = require('Module:Yesno')