Template:Infobox mod/doc: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(updated documentation)
(clarified)
Line 23: Line 23:
},
},
"creator": {
"creator": {
"label": "Creator(s)",
"label": "Key authors",
"type": "string",
"type": "string",
"suggested": true
"suggested": true,
"aliases": [
"author",
"authors"
],
"description": "List key authors of the mod here as indicated on GameBanana. If there are too many, list the most notable ones. Separate them with <br>.",
"example": "maddie480<br>Programmatic<br>SnipUndercover"
},
},
"type": {
"type": {
Line 43: Line 49:
"label": "Dependencies",
"label": "Dependencies",
"type": "string",
"type": "string",
"description": "Dependencies used by the mod, and (if needed) their versions. List only the dependencies that matter the most, or the \"exotic\" ones. Do not list Everest. Separate the dependencies using <br>. Use wiki links to them when possible."
"suggested": true,
"description": "It's not really needed to list all of them if there are like 20 of them. List only the \"exotic\" ones and those that matter the most. Don't forget to use links."
},
},
"link": {
"link": {
"label": "Link to GameBanana",
"label": "Link",
"description": "The full URL is required.",
"description": "The full URL to the GameBanana mod page.",
"example": "https://gamebanana.com/mods/53687",
"example": "https://gamebanana.com/mods/53687",
"type": "url",
"type": "url",
"suggested": true
"suggested": true,
"aliases": [
"url"
]
},
},
"nocat": {
"nocat": {
"label": "Do not categorize",
"label": "Do not categorize",
"description": "Defining this parameter does not apply automatic categorization. Useful when you have a narrower category (e.g. Category:Collabs)",
"description": "Defining this parameter does not apply automatic categorization. Useful when you have a narrower category.",
"type": "boolean"
"type": "boolean"
},
},
"customl1": {
"customl1": {
"label": "Custom label 1",
"label": "Custom label 1",
"description": "customl1, customl2, customl3... - for adding custom field LABELS (after Dependencies) IF AND ONLY IF NEEDED for something remarkable. Keep it short (1-2 words max)",
"description": "customl1, customl2, customl3... - for adding custom field LABELS. Use them only for something remarkable enough. Keep it short (1-2 words max)",
"example": "Languages",
"example": "Languages",
"type": "line"
"type": "line"
Line 66: Line 74:
"customv1": {
"customv1": {
"label": "Custom value 1",
"label": "Custom value 1",
"description": "customv1, customv2, customv3... - for adding custom fields DATA. Make sure to include the corresponding label as well. Other than that, any text you want! (reasonably)",
"description": "customv1, customv2, customv3... - for adding custom fields DATA. Make sure to include the corresponding label as well. Other than that, any text you want/need!",
"example": "axolotl",
"example": "axolotl",
"type": "string"
"type": "string"
},
},
"customl2": {},
"customl2": {
"customv2": {},
"type": "line"
"customl3": {},
},
"customv3": {}
"customv2": {
"type": "string"
},
"customl3": {
"type": "line"
},
"customv3": {
"type": "string"
}
},
},
"description": "This infobox is intended for use in articles about mods.\nIt briefly introduces the mod to the reader.\nAdditionally, automatic categorizing is applied to the article based on the \"type\" argument. Depending on it (first column, without braces), the article will be categorized into the category (second column):\n\"Helper\" - Helpers\n\"Skin\" - Skin mods\n\"Collab\" - Collabs\notherwise - Mods.\nSetting the nocat parameter to any value does not apply any categorization.",
"description": "This infobox is intended for use in articles about mods that are not maps (for custom maps, use Infobox mod level).\nIt briefly introduces the mod to the reader.\nAdditionally, automatic categorizing is applied to the article based on the \"type\" argument. Depending on it (first column, without braces), the article will be categorized into the category (second column):\n\"Helper\" - Helpers\n\"Skin\" - Skin mods\n\"Collab\" - Collabs\notherwise - Mods.\nSetting the nocat parameter to any value does not apply any categorization.\n\nThis infobox supports adding up to 3 more fields (shown after Dependencies). For that, fill arguments customl1 (or customl2, etc.) with the field's label, and customv1 (or customv2, etc.) with its data.",
"paramOrder": [
"paramOrder": [
"name",
"name",