local p =
function p.hashlist(frame) value = frame.args.val local out = for idx, algo in ipairs(mw.hash.listAlgorithms) do out[#out+1] = algo .. " = " .. mw.hash.hashValue(algo, value) end return table.concat(out, "")end
return p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/RexxS/hashes".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.