Confirmed users
675
edits
| Line 336: | Line 336: | ||
|GUID||guid | |GUID||guid | ||
|- | |- | ||
|Name||translations.localized_string<br/>''insert into translations, then fetch id<br/>name | |Name||translations.localized_string<br/>''insert into translations, then fetch id''<br/>name | ||
|- | |- | ||
|Type||addontype_id<br/>''will have to find type in type table'' | |Type||addontype_id<br/>''will have to find type in type table'' | ||
| Line 346: | Line 346: | ||
|Homepage||homepage | |Homepage||homepage | ||
|- | |- | ||
|Description||translations.localized_string<br/>''insert into translations, then fetch id<br/>description | |Description||translations.localized_string<br/>''insert into translations, then fetch id''<br/>description | ||
|- | |- | ||
|Rating||averagerating | |Rating||averagerating | ||
| Line 358: | Line 358: | ||
| ||icon<br/>''use default value'' | | ||icon<br/>''use default value'' | ||
|- | |- | ||
|Description||translations.localized_string | |Description||translations.localized_string<br/>''take up to 250 characters, do not break inside a word, add ellipsis if break is not at the end of sentence insert into translations, then fetch id''<br/>summary | ||
|- | |- | ||
| ||inactive<br/>''use default value'' | | ||inactive<br/>''use default value'' | ||