มอดูล:Version/data/doc

จาก ARK Wiki
ไปยังการนำทาง ไปยังการค้นหา

นี่คือหน้าเอกสารการใช้งานสำหรับ มอดูล:Version/data

Template-info.png Documentation

Database for Module:Version. Entries follow release order. Version names must be unique.

Patrolled revisions (marked as such by an administrator, or done by an autopatrolled user) will summon User:UmbralExcalibur to update current version templates.

Version Entry Schema

	{
		"Version name",
		"Date in YYYY-MM-DD (ISO format)",
		ClientOnly = false, -- true if only ever released on clients
		ServerOnly = false, -- true if only ever released on servers
	},
Key/Column Name Data Type Required? Explanation/Description Example(s)
1 String ✔️ Version's official name "678.30"
2 String ✔️ ISO date in which version was introduced "2021-09-10"
ClientOnly Boolean Whether the version has been only released for clients true, false
ServerOnly Boolean Whether the version has been only released for servers true, false