Template:ModuleInfobox: Difference between revisions

From Official Gamemode 4 Wiki
Jump to navigation Jump to search
m (Trying this again)
m (Retired to become version instead of true, deprecated use of `name` and `icon` parameters)
Line 2: Line 2:
{{Infobox
{{Infobox
   | title = {{{ name | {{SUBPAGENAME}}}}}
   | title = {{{ name | {{SUBPAGENAME}}}}}
   | image = {{{ image | {{#ifexist: File:{{SUBPAGENAME}}.svg | [[File:{{SUBPAGENAME}}.svg|150px|link=]] | {{#ifexist: File:{{SUBPAGENAME}}.png | [[File:{{SUBPAGENAME}}.png|150px|link]] | [[File:{{#setmainimage: {{{icon|gm4_logo.svg}}} }} |150px|link=]] }} }} }}}
   | image = {{{ icon | {{#ifexist: File:{{SUBPAGENAME}}.svg | [[File:{{SUBPAGENAME}}.svg|150px|link=]] | {{#ifexist: File:{{SUBPAGENAME}}.png | [[File:{{SUBPAGENAME}}.png|150px|link]] | [[File:{{#setmainimage: {{{icon|gm4_logo.svg}}} }} |150px|link=]] }} }} }}}
   | header1 = --------------------
   | header1 = --------------------
   | label2 = Module Type
   | label2 = Module Type
Line 23: Line 23:
   | data7 = {{{incompatible|}}}
   | data7 = {{{incompatible|}}}
   | label8 = Compatible MC Versions
   | label8 = Compatible MC Versions
   | data8 = {{#if: {{{retired|}}} | ''none'' | {{{versions|''unknown''}}} }}
   | data8 = {{#if: {{{retired|}}} | {{#ifeq: {{{retired|}}} | true | ''none'' | Retired since {{{retired}}} }} | {{{versions|''unknown''}}} }}
}}</includeonly><noinclude>
}}</includeonly><noinclude>
{{Documentation}}
{{Documentation}}
Line 34: Line 34:
"example": "Custom Crafters",
"example": "Custom Crafters",
"type": "line",
"type": "line",
"required": true
"deprecated": "Will automatically enter based on page name"
},
},
"icon": {
"icon": {
Line 42: Line 42:
"type": "wiki-file-name",
"type": "wiki-file-name",
"default": "gm4_logo.svg",
"default": "gm4_logo.svg",
"suggested": true
"deprecated": "Upload a .svg or .png titled the module name, with title case on every word"
},
},
"type": {
"type": {
Line 48: Line 48:
"description": "Module Type (Base, Expansion, Reliant, Discontinued)",
"description": "Module Type (Base, Expansion, Reliant, Discontinued)",
"example": "Expansion",
"example": "Expansion",
"type": "line"
"type": "line",
"suggested": true
},
},
"retired": {
"retired": {
"label": "Retired",
"label": "Retired",
"description": "Retired module status",
"description": "Module retirement version",
"example": "true",
"example": "1.14",
"type": "boolean"
"type": "line"
},
},
"creator": {
"creator": {
Line 61: Line 62:
"example": "Bloo___, Misode, and SpecialBuilder32",
"example": "Bloo___, Misode, and SpecialBuilder32",
"type": "line",
"type": "line",
"required": true
"suggested": true
},
},
"updater": {
"updater": {

Revision as of 23:27, 12 July 2021

Template documentation[view] [edit] [history] [purge]
{{{name}}}
[[File:{{{icon}}}]]

Module Type{{{type}}}
Created bycreator
Last Updated byupdater
Required Modules{{{requires}}}
Complementary Modules{{{complementary}}}
Incompatible Modules{{{incompatible}}}
Compatible MC Versions{{{versions}}}
ModuleInfobox
--------------------
Module Typeunknown
Created byunknown
Compatible MC Versionsunknown

This is an example Module Infobox, showing all available parameters.

Below that is the default Infobox, if no parameters are set.


The title, type, creator, and versions parameters should always be set.

"title" - name of the module

"type" - module type (Stand Alone, Base, Expansion, Reliant)

"creator" - original creator of the module

"versions" - the MC versions that the latest module version works with


The "icon" parameter should refer to the image file stored on the wiki. Icons should be named the same as the module name in snake_case (e.g. custom_crafters.png)

If the module doesn't have an image, do not fill in the "icon" parameter. It will default to the GM4 logo if unset.


The "updater" parameter is used only if the latest version of the module was modified by a specific user such that performance or mechanics were changed. This parameter should be the same as displayed on the module download page.


The "requires" parameter should be set if the module is a reliant module or expansion pack, and should link to the page of the base module.


The "complementary" parameter should be set to whatever modules are listed on the download page as a complementary module. Any listed module should be linked to their respective page.


The "incompatible" parameter should be set only if there are modules that conflict with other modules, though this case is very rare, and is more of a remnant before Gamemode 4 became heavily focused on compatibility.

The infoxbox on the right of module pages

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Namename

Name

Example
Custom Crafters
Linedeprecated
Iconicon

Icon

Default
gm4_logo.svg
Example
Custom Crafters.svg
Filedeprecated
Typetype

Module Type (Base, Expansion, Reliant, Discontinued)

Example
Expansion
Linesuggested
Creatorcreator

List of authors upon release/initial publish

Example
Bloo___, Misode, and SpecialBuilder32
Linesuggested
Updaterupdater

List of everyone who has updated the module by a significant amount

Example
BluePsychoRanger
Linesuggested
Requiresrequires

List of modules required for this module to function

Example
Custom Crafters
Linesuggested
Complementarycomplementary

A list of complementary modules

Example
Master Crafting, Record Crafting
Linesuggested
Incompatibleincompatible

A list of incompatible modules

Lineoptional
Versionsversions

The range of versions that this module has ever supported

Example
1.17+
Linesuggested
Retiredretired

Module retirement version

Example
1.14
Lineoptional