Modul:PlantDetails/Doku: Unterschied zwischen den Versionen

Aus Eco - Deutsches Wiki
Wechseln zu:Navigation, Suche
[unmarkierte Version][unmarkierte Version]
(Die Seite wurde neu angelegt: „== Dokumentation == Dieses Modul bietet die Back-End-Funktionalität der Vorlage: PlantDetails. Wenn die Vorlage übergeben wird, erstellt dieses Modul eine T…“)
 
Zeile 4: Zeile 4:
Wenn die Vorlage übergeben wird, erstellt dieses Modul eine Tabelle mit Details aus den folgenden Modulen:
Wenn die Vorlage übergeben wird, erstellt dieses Modul eine Tabelle mit Details aus den folgenden Modulen:
* [[Modul: PlantData]]
* [[Modul: PlantData]]
==Translating Module==
This Module is a copy of the EN Module of the same name.
RULES FOR TRANSLATING THE LUA MODULES<br>
IF IN DOUBT ASK IN DISCORD<br>
IF ONLY 99.99% SURE ASK IN DISCORD<br>
'string' --Anything using single quotes is a string HARDCODED in this file, these should be translated where appropriate.<br>
'|- Valign \n' -- EXCEPTION if it looks like HTML styling, <br>
local variable -- don't edit or change variable names <br>
speciesTable.idealGrowthRate -- don't edit names of getters or methods<br>

Version vom 22. September 2020, 05:14 Uhr

Dokumentation

Dieses Modul bietet die Back-End-Funktionalität der Vorlage: PlantDetails.

Wenn die Vorlage übergeben wird, erstellt dieses Modul eine Tabelle mit Details aus den folgenden Modulen:

Translating Module

This Module is a copy of the EN Module of the same name. RULES FOR TRANSLATING THE LUA MODULES
IF IN DOUBT ASK IN DISCORD
IF ONLY 99.99% SURE ASK IN DISCORD
'string' --Anything using single quotes is a string HARDCODED in this file, these should be translated where appropriate.
'|- Valign \n' -- EXCEPTION if it looks like HTML styling,
local variable -- don't edit or change variable names
speciesTable.idealGrowthRate -- don't edit names of getters or methods