ATTENTION! The process of updating WiKi to version Eco 10.x has begun. Those wishing to participate can find out more Information on our ECO Contribution Wiki Discord.
From April 26 to May 12, errors may occur in the Wiki, as we will be carrying out a major update to the information processing modules.

Module:PlantsPreferences

From Eco - English Wiki
Revision as of 20:29, 18 February 2022 by StalEF (talk | contribs) (Created page with "local p = {} function p.main() local wiki = '' -- import the required modules local PlantData = require( "Module:PlantData" ) local plants = PlantData.plants -- create the header of the table end return p")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation

This module provides the back end functionality of the Template:PlantsPreferences.

If the template is passed, this module creates a list using details from the following Modules:


local p = {}

function p.main()
	local wiki = ''

	-- import the required modules
	local PlantData = require( "Module:PlantData" )	
	
	local plants = PlantData.plants

	-- create the header of the table

	end
return p