NOTE: This page is auto-generated from the MAGNET DBDocs module, Any changes made directly to this page will be lost when it is regenerated. |
Description of the 'mangos_string' table for MaNGOSThree
This table holds all of the strings used internally by the server. This table is provided with the main purpose of translation in mind. NOTE: The % arguments need to stay in the exact same order as they are provided by default in the English translation.
Table Notes
This table uses the 'MyISAM' DB Engine
The Field definitions follow:
Field Name | Field Type | Nullable | Key | Default Value | Attributes | Notes |
---|---|---|---|---|---|---|
entry | mediumint(8) unsigned | NO | PRI | '0' | This table holds strings used internally by the server to allow translations. | |
content_default | text | NO | NULL | Contains the text presented in the default language English. | ||
content_loc1 | text | YES | NULL | Korean localization of content_default. | ||
content_loc2 | text | YES | NULL | French localization of content_default. | ||
content_loc3 | text | YES | NULL | German localization of content_default. | ||
content_loc4 | text | YES | NULL | Chinese localization of content_default. | ||
content_loc5 | text | YES | NULL | Taiwanese localization of content_default. | ||
content_loc6 | text | YES | NULL | Spanish (Spain) localization of content_default | ||
content_loc7 | text | YES | NULL | Spanish (Latin America) localization of content_default | ||
content_loc8 | text | YES | NULL | Russian localization of content_default |
Description of the fields
entry mediumint(8) unsigned
The ID that the core uses to identify a string. These IDs are contained and used internally and need to correspond to what the core expects
Note:
The core will not operate if strings are missing from this table.
content_default text
Contains the text presented in the default language English. Strings may contain special variables which are replaced with creature or character data. The following table lists available variables.
Value | Description |
---|---|
%s | Creature name |
$n | Character name |
$r | Character race |
$c | Character class |
content_loc1 text
Korean localization of content_default
content_loc2 text
French localization of content_default
content_loc3 text
German localization of content_default
content_loc4 text
Chinese localization of content_default
content_loc5 text
Taiwanese localization of content_default
content_loc6 text
Spanish (Spain) localization of content_default
content_loc7 text
Spanish (Latin America) localization of content_default
content_loc8 text
Russian localization of content_default
auto-generated by the getMaNGOS.eu MAGNET dbdocs module
Edited by Antz
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now