v50 Steam/Premium information for editors
- v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
- Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.
Difference between revisions of "v0.31:Language token"
Jump to navigation
Jump to search
m (Added see also section) |
|||
Line 159: | Line 159: | ||
|} | |} | ||
+ | ==See Also== | ||
+ | [[40d:Language]] (has expanded explanations of parts of the language system, which seems to still be the same in the current version) | ||
{{Category|Modding}} | {{Category|Modding}} | ||
{{Category|Tokens}} | {{Category|Tokens}} |
Revision as of 22:53, 2 April 2011
This article is about an older version of DF. |
Language tokens are used within the language_*.txt raw files. Each token is permitted in a specific context.
WORD
Token | Arguments | Description |
---|---|---|
NOUN |
|
Begins defining a noun usage of a word |
ADJ |
|
Begins defining an adjective usage of a word |
PREFIX |
|
Begins defining a prefix usage of a word |
VERB |
|
Defines a verb usage of a word |
ADJ_DIST | number | Determines what order the adjective being defined comes in when in a string of multiple adjectives. |
THE_NOUN_SING | ||
THE_NOUN_PLUR | ||
THE_COMPOUND_NOUN_SING | ||
THE_COMPOUND_NOUN_PLUR | ||
THE_COMPOUND_ADJ | ||
OF_NOUN_SING | ||
OF_NOUN_PLUR | ||
FRONT_COMPOUND_NOUN_SING | ||
FRONT_COMPOUND_NOUN_PLUR | ||
REAR_COMPOUND_NOUN_SING | ||
REAR_COMPOUND_NOUN_PLUR | ||
FRONT_COMPOUND_ADJ | ||
REAR_COMPOUND_ADJ | ||
FRONT_COMPOUND_PREFIX | ||
THE_COMPOUND_PREFIX | ||
STANDARD_VERB | Unknown. |
SYMBOL
Token | Arguments | Description |
---|---|---|
S_WORD |
|
Specifies the given WORD (defined in language_words.txt) as belonging to the symbol being defined. A given word can belong to multiple symbols. |
TRANSLATION
Token | Arguments | Description |
---|---|---|
T_WORD |
|
Specifies a translation from a given WORD (defined in language_words.txt) into the language being defined. |
See Also
40d:Language (has expanded explanations of parts of the language system, which seems to still be the same in the current version)