0
edits
(Made substitution fix more specific by limiting to 1 match per substitution-pair) |
m (1 revision imported) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 14: | Line 14: | ||
function p.hatnoteInline (frame) | function p.hatnoteInline (frame) | ||
local args = mArguments.getArgs(frame) | local args = mArguments.getArgs(frame) | ||
local hatnote = mHatnote.hatnote(frame) | local hatnote = mHatnote.hatnote(frame:newChild{title="Module:Hatnote inline", args = args}) | ||
if args.inline == nil or yesno(args.inline, true) then | if args.inline == nil or yesno(args.inline, true) then | ||
local subs = { | local subs = { |
edits