Bureaucrats, Check users, emailconfirmed, Interface administrators, staff, Administrators, translation-admin, Widget editors
1,655
edits
m (Rename Compatible Modules to Dependents) |
m (Just gonna try this out) |
||
(40 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | |||
{{Infobox | {{Infobox | ||
|title = {{{name| | | title = {{{ name | {{SUBPAGENAME}}}}} | ||
|image = [[File:{{{icon| | | 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]] | ||
| | |''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''}}} }} | ||
}}</includeonly><noinclude> | |||
|label3 = Created by | {{Documentation}} | ||
|data3 = {{{creator}}} | <templatedata> | ||
|label4 = Last Updated by | { | ||
|data4 = {{{updater}}} | "params": { | ||
|label5 = Required Modules | "name": { | ||
|data5 = {{{requires}}} | "label": "Name", | ||
|label6 = | "description": "Name", | ||
|data6 = {{{ | "example": "Custom Crafters", | ||
|label7 = Incompatible Modules | "type": "line", | ||
|data7 = {{{incompatible}}} | "deprecated": "Will automatically enter based on page name" | ||
|label8 = | }, | ||
|data8 = {{{versions}}} | "icon": { | ||
}} | "label": "Icon", | ||
</noinclude> | "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