Module:TNT/preload-i18n

From wikishia

/* Template:CC0 Template:Ombox

*///

{
	// !!!!! All comments will be automatically deleted on save !!!!!

	// Optional "sources" field to describe the sources of the TemplateData.  Can use Wiki Markup
	"sources": "[[Module:TNT]] translation table for {{Q|Template/Module ID}}, original work by [[User:Example]].",

	// Optional "description" field to describe this translation table
	"description": {
		"en": "Translation table for [[Template/Module:Name]]"
	},

	// Mandatory "license" field.
	// Recommended license: CC0-1.0.
	// Please uncomment one of the licenses:
	// "license": "CC0-1.0", // Creative Commons Zero
	// "license": "CC-BY-1.0", // Creative Commons Attribution 1.0
	// "license": "CC-BY-2.0", // Creative Commons Attribution 2.0
	// "license": "CC-BY-2.5", // Creative Commons Attribution 2.5
	// "license": "CC-BY-3.0", // Creative Commons Attribution 3.0
	// "license": "CC-BY-4.0", // Creative Commons Attribution 4.0
	// "license": "CC-BY-4.0+", // Creative Commons Attribution 4.0 or later version
	// "license": "CC-BY-SA-1.0", // Creative Commons Attribution-Share Alike 1.0
	// "license": "CC-BY-SA-2.0", // Creative Commons Attribution-Share Alike 2.0
	// "license": "CC-BY-SA-2.5", // Creative Commons Attribution-Share Alike 2.5
	// "license": "CC-BY-SA-3.0", // Creative Commons Attribution-Share Alike 3.0
	// "license": "CC-BY-SA-4.0", // Creative Commons Attribution-Share Alike 4.0
	// "license": "CC-BY-SA-4.0+", // Creative Commons Attribution-Share Alike 4.0 or later version
	// "license": "ODbL-1.0", // ODC Open Database License v1.0
	// "license": "dl-de-zero-2.0", // Data licence Germany - Zero - Version 2.0
	// "license": "dl-de-by-1.0", // Data licence Germany – attribution – Version 1.0
	// "license": "dl-de-by-2.0", // Data licence Germany – attribution – version 2.0

	// Mandatory fields schema. Each field must be an object with
	//   "name" being a valid identifier with consisting of letters, digits, and "_"
	//   "type" being one of the allowed types like "number", "string", "boolean", "localized"
	"schema": {
		"fields": [
			// You may delete the "documentation" column if it's unnecessary
			{
				"name": "id",
				"type": "string"
			},
			{
				"name": "message",
				"type": "localized"
			},
			{
				"name": "documentation",
				"type": "string"
			}
		]
	},

	// array of data, with each row being an array of values
	"data": [
		[
			"message-id",
			{
				"en": "Message text source."
			},
			null
		]
	]
}
//