mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-15 11:59:56 +00:00
25 lines
2.1 KiB
JSON
25 lines
2.1 KiB
JSON
{
|
|
"portable-infobox-desc": "Portable Infobox extension description",
|
|
"portable-infobox-unimplemented-infobox-tag": "Error message for using unimplemented infobox tag; $1 is the tag name without pointy braces",
|
|
"portable-infobox-xml-parse-error-info": "General message for parsing problem",
|
|
"portable-infobox-xml-parse-error": "Error message for providing incorrect XML markup",
|
|
"portable-infobox-xml-parse-error-document-end": "XML Error: extra content at the end",
|
|
"portable-infobox-xml-parse-error-undeclared-entity": "XML Error: undeclared entity (for example: ). This typically comes from HTML.",
|
|
"portable-infobox-xml-parse-error-attribute-not-started": "XML Error: ending tag without start tag",
|
|
"portable-infobox-xml-parse-error-attribute-without-value": "XML Error: tag attribute was provided without value",
|
|
"portable-infobox-xml-parse-error-space-required": "XML Error: issue with parsing tag attributes",
|
|
"portable-infobox-xml-parse-error-name-required": "XML Error: error parsing name attribute",
|
|
"portable-infobox-xml-parse-error-gt-required": "XML Error: could not find end of tag definition (for example: <data><label </data>",
|
|
"portable-infobox-xml-parse-error-tag-name-mismatch": "XML Error: Opening and ending tag mismatch (for example: <data></label>)",
|
|
"portable-infobox-xml-parse-error-tag-not-finished": "XML Error: premature end of tag",
|
|
"portable-infobox-xml-parse-error-infobox-tag-attribute-unsupported": "Unsupported attribute used inside <infobox> tag. $1 param contains attribute name.",
|
|
"allinfoboxes": "Special:Allinfoboxes page title",
|
|
"apihelp-infobox-summary": "{{doc-apihelp-summary|infobox}}",
|
|
"apihelp-infobox-param-text": "{{doc-apihelp-param|infobox|text}}",
|
|
"apihelp-infobox-param-title": "{{doc-apihelp-param|infobox|title}}",
|
|
"apihelp-infobox-param-args": "{{doc-apihelp-param|infobox|args}}",
|
|
"apihelp-query+allinfoboxes-summary": "{{doc-apihelp-summary|query+allinfoboxes}}",
|
|
"apihelp-query+infobox-summary": "{{doc-apihelp-summary|query+infobox}}",
|
|
"apiwarn-infobox-invalidargs": "Invalid \"args\" parameter in api.php?action=infobox"
|
|
}
|