Bureaucrats, Check users, emailconfirmed, Interface administrators, staff, Administrators, translation-admin, Widget editors
1,711
edits
No edit summary |
m (removed double extra ending curly braces) |
||
| (32 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
<noinclude> | <includeonly> | ||
{{Infobox | |||
| title = {{{ name | {{SUBPAGENAME}}}}} | |||
| image = {{#ifexist: File:{{{icon}}} | [[File:{{{icon}}}|150px|link=]] | {{#ifexist: File:{{SUBPAGENAME}}.svg | [[File:{{SUBPAGENAME}}.svg|150px|link=]] | {{#ifexist: File:{{SUBPAGENAME}}.png | [[File:{{SUBPAGENAME}}.png|150px|link]] | {{#ifexist: File:{{#titleparts: {{FULLPAGENAME}} | -1 | -2 }}.svg | [[File:{{#titleparts: {{FULLPAGENAME}} | -1 | -2 }}.svg|150px|link=]] | {{#ifexist: File:{{#titleparts: {{FULLPAGENAME}} | -1 | -2 }}.png | [[File:{{#titleparts: {{FULLPAGENAME}} | -1 | -2 }}.png|150px|link=]] | {{#ifexist: File:{{#titleparts: {{FULLPAGENAME}} | -2 | -3 }}.svg | [[File:{{#titleparts: {{FULLPAGENAME}} | -2 | -3 }}.svg|150px|link=]] | {{#ifexist: File:{{#titleparts: {{FULLPAGENAME}} | -2 | -3 }}.png | [[File:{{#titleparts: {{FULLPAGENAME}} | -2 | -3 }}.png|150px|link=]] | [[File:{{#setmainimage: gm4_logo.svg }} |150px|link=]] }} }} }} }} }} }} }} | |||
| header1 = <hr> | |||
| label2 = Module Type | |||
| data2 = {{ #switch: {{{type|}}} | |||
| Base = Base {{#if: {{{retired|}}} | | [[Category: All Modules]][[Category:Base Modules]] }} | |||
| Expansion = Expansion {{#if: {{{retired|}}} | | [[Category: All Modules]][[Category:Expansion Packs]] }} | |||
| Reliant = Reliant {{#if: {{{retired|}}} | | [[Category: All Modules]][[Category:Reliant Modules]] }} | |||
| Stand Alone = Stand Alone {{#if: {{{retired|}}}| | [[Category: All Modules]] [[Category:Stand Alone Modules]] }} | |||
| Library = Library [[Category: All Modules]][[Category: Library]] | |||
| Resource | |||
| Resource Pack = Resource Pack [[Category: Resource Packs]] | |||
| ''unknown'' | |||
}} | |||
| label3 = Created by | |||
| data3 = {{{creator|''unknown''}}} | |||
| label4 = Last Updated by | |||
| data4 = {{{updater|}}} | |||
| label5 = Required Modules | |||
| data5 = {{{requires|}}} | |||
| label6 = Complementary Modules | |||
| data6 = {{{complementary|}}} | |||
| label7 = Incompatible Modules | |||
| data7 = {{{incompatible|}}} | |||
| label8 = Compatible MC Versions | |||
| data8 = {{#if: {{{retired|}}} | {{#ifeq: {{{retired|}}} | true | ''none'' | Retired since {{{retired}}} }} | {{{versions|''unknown''}}} }} | |||
| label9 = Resource Pack | |||
| data9 = {{#switch: {{{resource|}}} | |||
| Required = Required [[Category: Resource Pack Compatible]] [[Category: Resource Pack Required]] | |||
| Optional = Optional [[Category: Resource Pack Compatible]] | |||
| | |||
}} | |||
}}</includeonly><noinclude> | |||
{{Documentation}} | {{Documentation}} | ||
< | <templatedata> | ||
{ | |||
{{ | "params": { | ||
"name": { | |||
"label": "Name", | |||
"description": "Name", | |||
"example": "Custom Crafters", | |||
"type": "line", | |||
"deprecated": "Will automatically enter based on page name" | |||
}, | |||
"icon": { | |||
"label": "Icon", | |||
"suggested": true, | |||
"description": "Icon", | |||
"example": "Custom Crafters.svg", | |||
"type": "wiki-file-name", | |||
"default": "gm4_logo.svg", | |||
"deprecated": "Upload a .svg or .png titled the module name, with title case on every word" | |||
}, | |||
"type": { | |||
"label": "Type", | |||
"description": "Module Type (Base, Expansion, Reliant, Discontinued)", | |||
"example": "Expansion", | |||
"type": "line", | |||
"suggested": true | |||
}, | |||
"retired": { | |||
"label": "Retired", | |||
"description": "Module retirement version", | |||
"example": "1.14", | |||
"type": "line" | |||
}, | |||
"creator": { | |||
"label": "Creator", | |||
"description": "List of authors upon release/initial publish", | |||
"example": "Bloo___, Misode, and SpecialBuilder32", | |||
"type": "line", | |||
"suggested": true | |||
}, | |||
"updater": { | |||
"label": "Updater", | |||
"description": "List of everyone who has updated the module by a significant amount", | |||
"example": "BluePsychoRanger", | |||
"type": "line", | |||
"suggested": true | |||
}, | |||
"requires": { | |||
"label": "Requires", | |||
"description": "List of modules required for this module to function", | |||
"example": "Custom Crafters", | |||
"type": "line", | |||
"suggested": true | |||
}, | |||
"complementary": { | |||
"label": "Complementary", | |||
"description": "A list of complementary modules", | |||
"example": "Master Crafting, Record Crafting", | |||
"type": "line", | |||
"suggested": true | |||
}, | |||
"incompatible": { | |||
"label": "Incompatible", | |||
"description": "A list of incompatible modules", | |||
"type": "line" | |||
}, | |||
"versions": { | |||
"label": "Versions", | |||
"description": "The range of versions that this module has ever supported", | |||
"example": "1.17+", | |||
"type": "line", | |||
"suggested": true | |||
} | |||
}, | |||
"paramOrder": [ | |||
"name", | |||
"icon", | |||
"type", | |||
"creator", | |||
"updater", | |||
"requires", | |||
"complementary", | |||
"incompatible", | |||
"versions", | |||
"retired" | |||
], | |||
"description": "The infoxbox on the right of module pages" | |||
} | |||
</templatedata></noinclude> | |||
edits