Modul:Protection banner: Unterschied zwischen den Versionen
try a different order
K (remove log message) |
(try a different order) |
||
Zeile 136: | Zeile 136: | ||
-- Define the key table and the order to test it in | -- Define the key table and the order to test it in | ||
local keyTable = {protType, protLevel, namespace, reason, expiry} | local keyTable = {protType, protLevel, namespace, reason, expiry} | ||
local tryOrder = {5, 4 | local tryOrder = {5, 3, 4, 2, 1} | ||
-- Try successively generic matches until we run out of key combinations | -- Try successively generic matches until we run out of key combinations |