**''M=UNIT;''**\\ **''M=M8;''** The first train **''C1''** arrives on the screen and comes to a halt.  Then a second train **''C2''** arrives and couples to the first train.  The trains then depart together as a single unit. |**''TB''** ''= [[waittime|]];'' |Waiting time and actions before the train enters the screen.| |**''C1''** ''= [[train|]];'' |Vehicles comprising the first train.| |**''D1''** ''= [[direction|]];'' |Direction which the first train arrives from.| |**''V1''** ''= [[geschwindigkeit|]];'' |Speed of the first train when it enters the screen. | |**''B1''** ''= [[deceleration|]];'' |Deceleration rate of the first train before stopping.| |**''P''** ''= [[place|]];'' |Stopping point of trains **''C1''**, **''C2''**. If the middle format of the parameter is used, it means the coupling point of the combined train **''C1''**, **''C2''**. | |**''T1''** ''= [[waittime|]];'' |Duration of time and animations called (if any) between the halt of the first train and the arrival of the second train.| |**''C2''** ''= [[train|]];'' |Vehicles comprising the second train.| |**''D2''** ''= [[direction|]];'' |Direction which the second train arrives from.| |**''V2''** ''= [[geschwindigkeit|]];'' |Speed of the second train at entering the screen. | |**''B2''** ''= [[deceleration|]];'' |Deceleration rate of the second train before stopping.| |**''T2C =''** ''[[waittime|]]'' **'';''** |Duration of time and animations started (if any) from **''C2''** stops a small distance before **''C1''** until it moves to **''C1''**. If **''C1''** and **''C2''** have animated side variations of type **''C''** (Coupling),   in their uncoupled state at the end of this time, they will run through to their coupled state.| |**''T2''** ''= [[waittime|]];'' |Duration of time and animations started (if any) from the final approach of **''C2''** to **''C1''** until the newly formed train starts. If there are animated side variation of any type at the end of this time in their uncoupled state, they will run through to their coupled state.| |**''D''** ''= [[direction|]];'' |Direction in which the coupled train leaves the screen.| |**''A''** ''= [[acceleration|]];'' |Acceleration rate of the coupled train.| |**''V''** ''= [[geschwindigkeit|]];'' |Maximum speed the coupled train will attain. | |**''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. ||