Jump to content

Module:UserLinks/testcases

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by John Vandenberg (talk | contribs) at 09:40, 21 January 2014 (start). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
local p = require('Module:UserLinks')

function p:test_talk()
    self:preprocess_equals('{{#invoke:UserLinks | single | user=Example | t }}', '[[User talk:Example]]')
end

return p