Module:Schematic/titles

From Aether Project Wiki
Jump to navigation Jump to search
This is the documentation page. It will be transcluded into the main module page. See Template:Documentation for more information

This module lists titles for {{Schematic}} that appear when a reader hovers over a sprite.


return {
	['SB'] = 'Stationary block',
	['MB'] = 'Movable block',
	['input'] = 'Input',
	['output'] = 'Output',
	['AB'] = 'Any block'
}