Moduł:Version/Numbers

Wersja z dnia 11:36, 11 kwi 2015 autorstwa Matik7 (dyskusja | edycje) (Utworzono nową stronę "-- Set server versions to "nil" if they are the same as the client version -- Set development versions to an empty string when there is no development version return {...")
(różn.) ← poprzednia wersja | przejdź do aktualnej wersji (różn.) | następna wersja → (różn.)
[ utwórz | historia | odśwież ]Dokumentacja
W tym module nie ma dokumentacji. Jeśli wiesz jak używać tego modułu, proszę, podaj odpowiednie informacje.
-- Set server versions to "nil" if they are the same as the client version
-- Set development versions to an empty string when there is no development version
return {
	['classic'] = { '0.30', prefix = 'Classic' },
	['classic-server'] = { '1.1.2', prefix = 'Classic' },
	['pc'] = '1.8.3',
	['pc-server'] = nil,
	['weekly'] = '',
	['weekly-server'] = nil,
	['android'] = { '0.10.5', prefix = 'PE' },
	['android-snap'] = { '0.11.0 build 2', prefix = 'PE' },
	['ios'] = { '0.10.4', prefix = 'PE' },
	['firetv'] = { '0.10.5', prefix = 'PE' },
	['windowsphone'] = { '0.10.4', prefix = 'PE' },
	['xbox'] = { 'TU23', prefix = 'Konsola' },
	['xbone'] = { 'CU11', prefix = 'Konsola' },
	['ps3'] = { '1.15', prefix = 'Konsola' },
	['ps4'] = { '1.15', prefix = 'Konsola' },
	['psvita'] = { '1.15', prefix = 'Konsola' },
	['pi'] = { '0.1.1', prefix = 'Pi' },
	['launcher'] = { '1.6.11', prefix = 'Launcher' }
}