Modul:Infobox Plant/Doku: Unterschied zwischen den Versionen
Aus Eco - Deutsches Wiki
[unmarkierte Version] | [unmarkierte Version] |
Die Seite wurde neu angelegt: „ == Dokumentation == Dieses Modul bietet die Back-End-Funktionalität der Vorlage: Infobox_Plant. Wenn die Vorlage übergeben wird, wird eine Infobox mit…“ |
|||
Zeile 6: | Zeile 6: | ||
* [[Modul: PlantData]] | * [[Modul: PlantData]] | ||
* [[Modul: TreeData]] | * [[Modul: TreeData]] | ||
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:12 Uhr
Dokumentation
Dieses Modul bietet die Back-End-Funktionalität der Vorlage: Infobox_Plant.
Wenn die Vorlage übergeben wird, wird eine Infobox mit Details aus den folgenden Modulen erstellt:
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