"templatedata-doc-format-block":"Use block formatting of the template parameters in wikitext, i.e.\n\n<pre><nowiki>{{Template name\n| p1 = v1\n| p2 = v2\n}}</nowiki></pre>\n\nas opposed to <nowiki>{{Template name|p1=v1|p2=v2}}</nowiki> (\"inline\")\n\nTranslate the word \"block\" consistently with {{msg-mw|Templatedata-modal-format-block}}.",
"templatedata-doc-format-inline":"Use inline formatting of the template parameters in wikitext, i.e. \"<nowiki>{{Template name|p1=v1|p2=v2}}</nowiki>\", as opposed to \"block\":\n\n<pre><nowiki>{{Template name\n| p1 = v1\n| p2 = v2\n}}</nowiki></pre>\n\nTranslate the word \"inline\" consistently with {{msg-mw|Templatedata-modal-format-inline}}.",
"templatedata-doc-param-autovalue":"Used as a label when a template parameter has an autofill value, a recommended default which is inserted as the initial value when editing.\n{{Related|Templatedata-doc-param}}",
"templatedata-doc-param-default":"Used as a label when a template parameter has a default value.\n{{Related|Templatedata-doc-param}}\n{{Identical|Default}}",
"templatedata-doc-param-example":"Used as a label when a template parameter has an example value.\n{{Related|Templatedata-doc-param}}\n{{Identical|Example}}",
"templatedata-doc-param-desc":"Used as column heading in the table.\n{{Related|Templatedata-doc-param}}\n{{Identical|Description}}",
"templatedata-doc-param-desc-empty":"Displayed when a template parameter has no description (should not be a full sentence, used in a table cell).\n{{Identical|No description}}",
"templatedata-doc-param-name":"Used as column heading in the table. Each cell (row) of this column contains the name of one parameter of the template described by the table.\n{{Related|Templatedata-doc-param}}\n{{Identical|Parameter}}",
"templatedata-doc-param-status":"Used as column heading in the table.\n{{Related|Templatedata-doc-param}}\n{{Identical|Status}}",
"templatedata-doc-param-status-deprecated":"Displayed when a template parameter is deprecated (should not be a full sentence, used in a table).\n{{Identical|Deprecated}}",
"templatedata-doc-param-status-optional":"Displayed when a template parameter is optional (should not be a full sentence, used in a table).\n{{Identical|Optional}}",
"templatedata-doc-param-status-required":"Displayed when a template parameter is required (should not be a full sentence, used in a table).\n{{Identical|Required}}",
"templatedata-doc-param-status-suggested":"Displayed when a template parameter is suggested (should not be a full sentence, used in a table).\n{{Identical|Suggested}}",
"templatedata-doc-param-type-boolean":"A possible parameter type: Boolean\n{{Related|Templatedata-doc-param-type}}\n{{Identical|Boolean}}",
"templatedata-doc-param-type-content":"A possible parameter type: Content\n{{Related|Templatedata-doc-param-type}}\n{{Identical|Content}}",
"templatedata-doc-param-type-date":"A possible parameter type: Date\n{{Related|Templatedata-doc-param-type}}\n{{Identical|Date}}",
"templatedata-doc-param-type-line":"A possible [[mw:Extension:TemplateData| parameter type]]: Line. Means \"short text\".\n{{Related|Templatedata-doc-param-type}}\n{{Identical|Line}}",
"templatedata-doc-param-type-number":"A possible parameter type: Number\n{{Related|Templatedata-doc-param-type}}\n{{Identical|Number}}",
"templatedata-doc-param-type-string":"A possible parameter type: String\n{{Related|Templatedata-doc-param-type}}\n{{Identical|String}}",
"templatedata-doc-param-type-unbalanced-wikitext":"A possible parameter type: Unbalanced wikitext\n{{Related|Templatedata-doc-param-type}}",
"templatedata-doc-param-type-unknown":"A possible parameter type: Unknown\n{{Related|Templatedata-doc-param-type}}\n{{Identical|Unknown}}",
"templatedata-doc-param-type-url":"A possible parameter type: URL\n{{Related|Templatedata-doc-param-type}}\n{{Identical|URL}}",
"templatedata-doc-param-type-wiki-file-name":"A possible parameter type: File\n{{Related|Templatedata-doc-param-type}}\n{{Identical|File}}",
"templatedata-doc-param-type-wiki-page-name":"A possible parameter type: Page\n{{Related|Templatedata-doc-param-type}}\n{{Identical|Page}}",
"templatedata-doc-param-type-wiki-template-name":"A possible parameter type: Template\n{{Related|Templatedata-doc-param-type}}\n{{Identical|Template}}",
"templatedata-doc-param-type-wiki-user-name":"A possible parameter type: User\n{{Related|Templatedata-doc-param-type}}\n{{Identical|User}}",
"templatedata-doc-params":"Used as caption for the table which describes the parameter or parameters of the current template. If using plural is an issue in your language, you may try and translate as \"Description of each parameter\" or similar.\nThe table has the following headings:\n* {{msg-mw|Templatedata-doc-param-name}}\n* {{msg-mw|Templatedata-doc-param-desc}}\n* {{msg-mw|Templatedata-doc-param-default}}\n* {{msg-mw|Templatedata-doc-param-status}}\n{{Identical|Template parameter}}",
"templatedata-errormsg-jsonbadformat":"Error message that appears in case the JSON string is not possible to parse. The user is asked to choose between correcting or deleting the json or continuing with the editing process and replacing the string completely.",
"templatedata-exists-on-related-page":"A messaged that is displayed when there already is a templatedata string in a related page. $1: The page where templatedata already exists.",
"templatedata-invalid-duplicate-value":"Displayed when an array that must only contain unique values contains a duplicate.\n* $1 - name of property containing the duplicate\n* $2 - name of property with first occurrence of value\n* $3 - the value being duplicated",
"templatedata-invalid-empty-array":"Error message when a property that must be non-empty is empty. Parameters:\n* $1 - property name (\"paramOrder\" or \"sets.{$setNr}.params\")",
"templatedata-invalid-format":"{{Doc-important|Don't translate \"inline\" and \"block\".}}\n\nError message when format property gets an unexpected value. The words \"inline\" and \"block\" must be written in English, but you may add a translation in parentheses, and it should be consistent with {{msg-mw|Templatedata-modal-format-inline}} and {{msg-mw|Templatedata-modal-format-block}}.",
"templatedata-invalid-length":"Error message when generated JSON's length exceed database limits.\n* $1 - length of generated JSON\n* $2 - maximal allowed length",
"templatedata-invalid-missing":"Error message when a required property is not found.\n* $1 - name of property. e.g. \"params\"\n* $2 - type of property (Unused)",
"templatedata-invalid-param":"Error message for when the supplied parameter is invalid.\n* $1 - name of parameter. e.g. \"username\"\n* $2 - name of property. e.g. maps property \"applicationUser\"",
"templatedata-invalid-parse":"Error message when there is a syntax error in JSON.",
"templatedata-invalid-type":"Error message when a property is of the wrong type.\n* $1 - name of property. e.g. \"params.1.required\"\n* $2 - expected type of property. e.g. \"boolean\"",
"templatedata-invalid-unknown":"Error message when an unknown property is found.\n* $1 - name of property. e.g. \"params.1.foobar\"",
"templatedata-invalid-value":"Error message when a property that cannot contain free-form text has an invalid value.\n* $1 - name of property. e.g. \"params.1.type\"",
"templatedata-modal-current-language":"Label displaying the current language in the edit dialog. Parameters:\n* $1 - currently showing language\n{{Identical|Current language}}",
"templatedata-modal-errormsg":"Error message that appears in the TemplateData generator GUI in case there are empty, duplicate or invalid parameter names.\n\nInvalid characters are supplied as parameters to avoid parsing errors in translation strings.\n\nParameters:\n* $1 - pipe (<code>|</code>)\n* $2 - equal sign (<code>=</code>)\n* $3 - double curly brackets (<code><nowiki>}}</nowiki></code>)",
"templatedata-modal-errormsg-duplicate-name":"Error message that appears in the TemplateData generator GUI in case the name is duplicated from another parameter.",
"templatedata-modal-errormsg-import-noparams":"Error message that appears in the TemplateData generator GUI in case no template parameters were found during the import attempt.",
"templatedata-modal-json-error-replace":"Label for the button in the error message, agreeing to replace the existing faulty TemplateData string with a new one.\n{{Identical|Replace}}",
"templatedata-modal-notice-import-numparams":"Message that appears in the TemplateData generator GUI showing how many new parameters were imported into the GUI from an existing template.\n\nParameters:\n* $1 - number of parameters\n* $2 - list of parameters that were imported",
"templatedata-modal-placeholder-add-new-map-input":"{{technical}}\n\nPlaceholder for the input that contains map info while a new map is being added through the GUI. See [[:mw:Extension:TemplateData#Maps object]].",
"templatedata-modal-placeholder-mapinfo":"{{technical}}\nPlaceholder for the input that contains map information. See [[:mw:Extension:TemplateData#Maps object]].",
"templatedata-modal-placeholder-prompt-map-name":"{{technical}}\nPlaceholder for new map name prompter. See [[:mw:Extension:TemplateData#Maps object]].",
"templatedata-modal-table-param-default":"Label for a parameter property input: Default value of the parameter.\n\nParameters:\n* $1 - currently showing language\n{{Identical|Default}}",
"templatedata-modal-table-param-status":"Label for a parameter property input: Status of the parameter, i.e. if the parameter is deprecated, required, suggested, or an ordinary optional parameter.",
"templatedata-modal-table-param-deprecatedValue":"Label for a parameter property input: Deprecated guidance of the parameter. This string will be shown to users as an explanation why the parameter is deprecated and what the users should do about it.",
"templatedata-modal-table-param-description":"Label for a parameter property input: Description of the parameter.\n\nParameters:\n* $1 - currently showing language\n{{Identical|Description}}",
"templatedata-modal-table-param-example":"Label for a parameter property input: Example value of the parameter.\n\nParameters:\n* $1 - currently showing language\n{{Identical|Example}}",
"templatedata-modal-table-param-importoption":"Label for the import option in the parameter list in the edit dialog. $1 - number of suggested parameters that can be imported.",
"templatedata-modal-table-param-importoption-subtitle":"A list of suggested parameter names for the current template, in the import option in the parameter list in the edit dialog. \n* $1 - list (or partial list) of suggested parameter names to import.\n{{Identical|Including}}",
"templatedata-modal-table-param-label":"Label for a parameter property input: Label of the parameter.\n\nSee https://en.wikipedia.org/w/index.php?title=Template:Infobox_treaty/TemplateData&action=edit for example.\n\nParameters:\n* $1 - currently showing language\n{{Identical|Label}}",