Szablon:Exclusive/luadata

Z Terraria Wiki
Przejdź do nawigacji Przejdź do wyszukiwania
NIE usuwaj!
Nie usuwaj tego szablonu, nawet jeśli on nigdzie nie jest wykorzystywany.
Powód: „This is a code generator for Module:Exclusive/data. The template itself is therefore not used directly.

-- Exclusive info database code. Generated at 20240520220740 (Mon, 20 May 2024 22:07:40 +0000) -- Please visit https://terraria.wiki.gg/pl/wiki/Szablon:Exclusive/luadata for the latest version.


Error: Table Exclusive not found.


local info = { ['_generated'] = '20240520220740 (Mon, 20 May 2024 22:07:40 +0000)',

Error: Table Exclusive not found.

}


local cache = require 'mw.ext.LuaCache' return {

purge = function() cache.set( ':_exclusive:data', info ) end,

delete = function() cache.delete(':_exclusive:data') end,

}