Hauptseite
Aus RICS-Pedia
Ahager (Diskussion | Beiträge) K |
Ahager (Diskussion | Beiträge) |
||
| Zeile 10: | Zeile 10: | ||
Siehe die [http://meta.wikipedia.org/wiki/MediaWiki_i18n Dokumentation zur Anpassung der Benutzeroberfläche] | Siehe die [http://meta.wikipedia.org/wiki/MediaWiki_i18n Dokumentation zur Anpassung der Benutzeroberfläche] | ||
und das [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide Benutzerhandbuch] für Hilfe zur Benutzung und Konfiguration. | und das [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide Benutzerhandbuch] für Hilfe zur Benutzung und Konfiguration. | ||
| + | |||
| + | |||
| + | == Tasks und ToDos mit Prioritäten == | ||
| + | |||
| + | === Usage === | ||
| + | |||
| + | Each task must be on its own line and start with [ ]. All the tasks must be grouped with a <tasks>..</tasks> | ||
| + | |||
| + | <tasks> | ||
| + | [ ] Regular task (Owner User). | ||
| + | [1] High priority task. | ||
| + | [2] Medium priority task. | ||
| + | [3] Low priority task (Owner User). | ||
| + | [!] Urgent task. | ||
| + | [x] Closed task. | ||
| + | </tasks> | ||
| + | |||
| + | |||
| + | === Tasks Special Page === | ||
| + | |||
| + | This page finds all tasks on all pages if you site and displays them all on one page. To view all tasks access index.php?title=Special:Tasks (or Special pages » Tasks). You can provide several arguments to limit the tasks that are returned. | ||
| + | * status - Show all tasks with the specified status or higher. So, specifying "status=2" would include tasks with the status codes 2, 1, and !. | ||
| + | * owner - Only tasks assigned to this user. | ||
| + | * limit - Number of total tasks to list. | ||
| + | * hidden - Enable the display of hidden tasks. | ||
| + | |||
| + | These arguments are specified by adding a / after and adding them as regular name/value pairs. | ||