Difference between revisions of "Module:Grid/Aliases"

From Industrial-Craft-Wiki
Jump to navigation Jump to search
(I think this could actually be useful, just made ourselves)
(No difference)

Revision as of 19:24, 9 March 2015

Template-info.png Documentation

The alias list for Module:Grid, all ['name'] grids will have the tooltip that it equals.

Example[edit]

Output=Machine

would turn into:

Output=[Basic Machine Casing]Machine

It should be noted however, this only changes how they look, the actual code is left unchanged.

The above documentation is transcluded from Module:Grid/Aliases/doc. (edit | history)


local aliases = {
	['Machine']="Basic Machine Casing",
	['Advanced Machine']="Advanced Machine Casing"
}
return aliases