Module:RequirementBox: Difference between revisions
no edit summary
Admin Jeremy (talk | contribs) No edit summary |
Admin Jeremy (talk | contribs) No edit summary |
||
| Line 83: | Line 83: | ||
local evolve = frame:preprocess(args.evolve or "") | local evolve = frame:preprocess(args.evolve or "") | ||
local bait = frame:preprocess(args.bait or "") | local bait = frame:preprocess(args.bait or "") | ||
local mature = frame:preprocess(args.mature or "") | |||
-- build requirements HTML | -- build requirements HTML | ||
| Line 99: | Line 100: | ||
html = html .. renderCategory("Romance", romance) | html = html .. renderCategory("Romance", romance) | ||
html = html .. renderCategory("Tricks", tricks) | html = html .. renderCategory("Tricks", tricks) | ||
html = html .. renderCategory("Mature", tricks) | |||