Content deleted Content added
fix syntaxhighlight |
m →How to add information: actually, that should be a tab, not four spaces |
||
(One intermediate revision by the same user not shown) | |||
Line 6:
== How to add information ==
<syntaxhighlight lang="lua">
{
name = 'Entity name', -- required
id = 'entityid', -- required, must be unique
Line 22:
},
</syntaxhighlight>
== Validation errors ==
|