Module:RFPP/data explained

-- This module contains data for the template.---- ADDING PARAMETERS TO THIS MODULE?-- PLEASE NOTIFY User:Cyberpower678 ABOUT ANY CHANGES TO THIS MODULE,-- SO THAT THE BOT CAN BE UPDATED TO UNDERSTAND THE NEW MODULE PARAMETERS.

---------------------------------------------------------------------------------- Icons--------------------------------------------------------------------------------

local icons =

for key, filename in pairs(icons) do icons[key] = string.format('', filename)end

---------------------------------------------------------------------------------- Responses--------------------------------------------------------------------------------

-- Parameters:-- $1 - protection time. Takes input from parameter .-- Either: " for a period of . After the page will be automatically unprotected."-- Or: " indefinitely" if is "indef", "indefinite", "infinite", or "indefinitely"-- $2 - user name. Takes input from parameter -- ": "-- (The equivalent code in is used instead of the template.)-- $3 - blocked by admin. Takes input from parameter .-- " blocked by "-- (The equivalent code in is used instead of the template.)-- $4 - by admin. Takes input from parameter .-- " by "-- (The equivalent code in is used instead of the template.)"

local responses =

---------------------------------------------------------------------------------- Sort table by codes--------------------------------------------------------------------------------

local codes = for k, t in pairs(responses) do for i, code in ipairs(t.codes) do if codes[code] then error('duplicate code "' .. tostring(code) .. '" detected') end codes[code] = endend

---------------------------------------------------------------------------------- Indef strings--------------------------------------------------------------------------------

local indefStrings =

return