Module:Hatnote: Difference between revisions
From Amaranth Legacy, available at amaranth-legacy.community
More actions
Content deleted Content added
Tesinormed (talk | contribs) Created page with "local getArgs = require('Module:Arguments').getArgs local p = {} function p.main(frame) local args = getArgs(frame) local wrapper = mw.html.create('div') :attr('class', 'noexcerpt') :attr('role', 'note') return wrapper:toString() end return p" |
Tesinormed (talk | contribs) No edit summary |
||
| Line 8: | Line 8: | ||
:attr('role', 'note') |
:attr('role', 'note') |
||
return |
return tostring(wrapper) |
||
end |
end |
||
Revision as of 18:00, January 13, 2025
This module is used for Template:Hatnote. See the template's page for more information.