TrainCarts/Commands/Selectors/25 [zh-cn]

From BergerHealer Wiki
Jump to navigation Jump to search
(Created page with "{| class="wikitable" |- | @train[tag=mytag] | 选择具有“mytag”标签的列车。 |- | @train[tag=*fast,tag=!express] | 选择标签以“fast”结尾,但没有“exp...")
 
(No difference)

Latest revision as of 01:15, 29 September 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (TrainCarts/Commands/Selectors)
{| class="wikitable"
|-
| @train[tag=mytag]
| Selects trains that have tag 'mytag'
|-
| @train[tag=*fast,tag=!express]
| Selects trains that have a tag ending with 'fast', but do not have tag 'express'
|}
@train[tag=mytag] 选择具有“mytag”标签的列车。
@train[tag=*fast,tag=!express] 选择标签以“fast”结尾,但没有“express”标签的列车。