Module:ApplyPattern

From Holdfast: Nations At War
Revision as of 14:20, 17 August 2019 by Falo (talk | contribs) (Created page with "local p = {} function p.hello(frame) return 'Hello' end return p")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Custom module to apply either some wiki markup or a template to each item in a comma delimited list. Look at Template:Class for examples.


local p = {}
function p.hello(frame)
    return 'Hello'
end
return p