2,788
edits
(Created page with "{{documentation subpage}} This module houses data about the Laenkean languages. '''Be careful when editing!''' You must keep to Lua's format or it could break a lot of things. To add a language, just place a new line along with the others of the following format: <syntaxhighlight> ["cod"] = {name = "My language", code = "cod", link = "Appendix:World/My_language", proto = false}, </syntaxhighlight> ; <code>name</code> : The name of the language ; <code>code</code> : Th...") |
No edit summary |
||
Line 3: | Line 3: | ||
To add a language, just place a new line along with the others of the following format: | To add a language, just place a new line along with the others of the following format: | ||
<syntaxhighlight> | <syntaxhighlight lang="lua"> | ||
["cod"] = {name = "My language", code = "cod", link = "Appendix:World/My_language", proto = false}, | ["cod"] = {name = "My language", code = "cod", link = "Appendix:World/My_language", proto = false}, | ||
</syntaxhighlight> | </syntaxhighlight> |