Module:Grid/Aliases

From Industrial-Craft-Wiki
< Module:Grid
Revision as of 22:53, 13 March 2015 by Chocohead (talk | contribs) (Added Iron -> Iron Ingot)
Jump to navigation Jump to search
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",
	['Iron']="Iron Ingot"
}
return aliases