Hauptseite
Aus RICS-Pedia
(→PHP-Sourcecode) |
K (Änderungen von Mmayrhofer (Diskussion) rückgängig gemacht und letzte Version von Msmesnik wiederhergestellt) |
||
| Zeile 14: | Zeile 14: | ||
| − | == ToDos == | + | == Tasks mit Prioritäten und ToDos == |
| − | === Usage === | + | === Tasks Usage === |
| + | |||
| + | http://meta.wikimedia.org/wiki/Tasks_Extension#Usage | ||
| + | |||
| + | === 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. | ||
| + | |||
| + | See also SpecialPage: https://wiki.rics.at/index.php/Spezial:Tasks | ||
| + | |||
| + | === ToDo Usage === | ||
http://wiki.unrealadmin.org/UnrealAdminWiki:Extentions/TODO | http://wiki.unrealadmin.org/UnrealAdminWiki:Extentions/TODO | ||
| Zeile 24: | Zeile 40: | ||
== PHP-Sourcecode == | == PHP-Sourcecode == | ||
im Rics-Wiki: Syntax-Highlighting [http://meta.wikimedia.org/wiki/User:Marksw/PHPHighlight] | im Rics-Wiki: Syntax-Highlighting [http://meta.wikimedia.org/wiki/User:Marksw/PHPHighlight] | ||
| − | *Beispiel wie PHP-Source-Code anzugeben ist - <pre><nowiki><php> ... </php></nowiki></pre> | + | **Beispiel wie PHP-Source-Code anzugeben ist - <pre><nowiki><php> ... </php></nowiki></pre> |
<pre><nowiki> | <pre><nowiki> | ||
<php> | <php> | ||
| Zeile 33: | Zeile 49: | ||
echo $pieces[1]; // piece2 | echo $pieces[1]; // piece2 | ||
</php> | </php> | ||
| − | < | + | </nowiki></pre> |
*und so schauts dann aus: | *und so schauts dann aus: | ||
| Zeile 44: | Zeile 60: | ||
</font> | </font> | ||
</font></code> | </font></code> | ||
| + | |||
| + | |||
| + | == SubnetCalculator== | ||
| + | |||
| + | === Syntax === | ||
| + | <pre><nowiki> | ||
| + | <subnet align=left|center|right allhosts=1> | ||
| + | INPUT | ||
| + | </subnet></nowiki> | ||
| + | </pre> | ||
| + | |||
| + | |||
| + | '''INPUT''' should be substituted with any of the following formts | ||
| + | '''1.''' IP & CIDR Netmask: 10.0.0.1/22 | ||
| + | '''2.''' IP & Netmask: 10.0.0.1 255.255.252.0 | ||
| + | '''3.''' IP & Wildcard Mask: 10.0.0.1 0.0.3.255 | ||
| + | |||
| + | === Example 1 === | ||
| + | <subnet align=left> | ||
| + | 202.1.192.0/22 | ||
| + | </subnet> | ||
| + | <br> | ||
| + | <br> | ||
| + | <br> | ||
| + | <br> | ||
| + | <br> | ||
| + | <br> | ||
| + | <br> | ||
| + | <br> | ||
| + | <br> | ||
| + | <br> | ||
| + | <br> | ||
| + | <br> | ||
| + | === Example 1=== | ||
| + | <subnet allhosts=1 align=left> | ||
| + | 202.1.199.176/29 | ||
| + | </subnet> | ||