49
edits
(Added the close argument.) |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{{macroapi}} | {{macroapi}} | ||
Opens the Stopwatch user interface. There are three different methods: | |||
Opens the Stopwatch user interface. | |||
/stopwatch | /stopwatch | ||
/stopwatch time | /stopwatch time | ||
| Line 11: | Line 9: | ||
:sw | :sw | ||
:timer | :timer | ||
== Arguments == | == Arguments == | ||
:;time : Toggles the stopwatch to count down from the given time. Format: [[H:]M:]S | :;time | ||
:;action : One of the following: | :: Toggles the stopwatch to count down from the given time. Format: [[H:]M:]S | ||
:;action | |||
:: One of the following: | |||
::clear - Stops the timer and resets to 0 | ::clear - Stops the timer and resets to 0 | ||
::pause - Pauses the timer | ::pause - Pauses the timer | ||
| Line 22: | Line 21: | ||
::stop - Stops the timer and resets to 0 | ::stop - Stops the timer and resets to 0 | ||
::close - Closes the timer's window | ::close - Closes the timer's window | ||
== Notes == | == Notes == | ||