Module:Sandbox/User:Californ1a/T/Quests: Difference between revisions
m
no edit summary
Californ1a (talk | contribs) mNo edit summary |
Californ1a (talk | contribs) mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 17:
local other = {
free = yn(pt.default_to(args.free, false), false),
collapsed = yn(pt.default_to(args.
right = yn(pt.default_to(args.right, false), false)
}
Line 149 ⟶ 150:
end
local div = out
if other.right then
div = mw.html.create('div')
:css({float='right'})
:node(out)
:done()
end
return div
end
|