Main public logs
Appearance
Combined display of all available logs of PanEcoDevWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:43, 28 October 2025 Admin talk contribs created page Module:TrimArray (Created page with "local p = {} function p.links(frame) local input = frame.args[1] or "" local form = frame.args.form or "Mineral" local out = {} for item in mw.text.gsplit(input, ",", true) do local trimmed = mw.text.trim(item) if trimmed ~= "" then table.insert(out, string.format( '{{#formredlink:form=%s|target=%s}}<br>', form, trimmed )) end end return table.concat(out) end return p")