Template:GetPersianDate: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Test") |
No edit summary |
||
Line 1: | Line 1: | ||
Test | <ref>addCommandHandler("get", function(player, command, key, value, type) | ||
if key and value then | |||
local elements = getElementUsingData(key, (value == "false" and false or value == "true" and true) or value, type) | |||
outputChatBox(#elements, player) | |||
end | |||
end)</ref>Test |