The trains **''C1''** and **''C2''** arrive together from direction **''D''** at a speed of **''V''** and they will be decoupled while running. This movement makes no special provision for the side variation animations - the train sides remain unchanged at decoupling. |**''TB''** ''= [[waittime|]];'' |Waiting time and actions before the train enters the screen.| |**''C1''** ''= [[train|]];'' |The first train component.| |**''C2''** ''= [[train|]];'' |The second train component.| |**''D''** ''= [[direction|]];'' |Direction from which the combined train **''C1,C2''** arrives.| |**''V''** ''= [[geschwindigkeit|]];'' |Speed at which the combined train enters the screen.| |**''P''** ''= [[place|]];'' |Decoupling point. Denoting the middle of the unit refers to the contact point between **''C1''** and **''C2''**.| |**''A1''** ''= [[acceleration|]];'' |Acceleration rate of the first train unit **''C1''**.| |**''V1''** ''= [[geschwindigkeit|]];'' |Speed which the first train will reach.| |**''B2''** ''= [[deceleration|]];'' |Deceleration rate of the second train **''C2''**.| |**''V2''** ''= [[geschwindigkeit|]];'' |Speed which the second train will reach.| |**''TE''** ''= [[waittime|]];'' |Waiting time and actions after the train has left the screen.| |**''W''** ''= [[row|]];'' |Simple roadbed which appears under (or in the case of catenary, also above) the train.| |**''BG''** ''= [[fgbg|]];'' |Background picture(s) shown behind the moving train.| |**''FG''** ''= [[fgbg|]];'' |Foreground picture(s) shown before the moving train.| |**''WP''** ''= [[ponilist|]];'' |Waypoint(s) which determine points along the roadbed which, when passed by the train, actions can be triggered.| |**''TX =''** ''[[linetext|]]'' **'';''** |Descriptive text under the track.| |**''TXX =''** ''[[place|]]'' **'';''** |Horizontal position of the descriptive text.| |**''TXY =''** ''[[integer|]]'' **'';''** |Vertical position of the descriptive text.| |**''TXC =''** ''[[color|]]'' **'';''** |Character colour of the descriptive text.| |**''TXB =''** ''[[color|]]'' **'';''** |Background colour of the descriptive text. ||