Module:RequirementBox: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 47: Line 47:
</details>]], openAttr, game, title, html)
</details>]], openAttr, game, title, html)


     -- <<< THIS IS THE KEY: RETURN RAW HTML >>>
     -- <<< RETURN RAW HTML >>>
     return mw.html.create("div"):html(details):allDone()
     return frame:preprocess(details)
end
end


return p
return p