Diskussion:Hauptseite
Interne Links
Special:Version # list all Mediawiki_Extension Spezial:MediaWiki-Systemnachrichten # edit alle Nachrichtentexte MediaWiki:Sidebar # edit MediaWiki:Copyrightwarning # edit MediaWiki:Viewcount # Diese Seite wurde bisher $1-mal abgerufen. MediaWiki:Sitenotice # steht dann über jeder Seite
<mail user='michael@suesz.de' description='Mail'>Mail mich</mail>
<mail user='Michael' description='some description'>Some Text</mail>
php
<?php
$response = $wgRequest->response();
$response->header( "Content-type: $ctype" );
// Set an Expires header so that squid can cache it for a short time
// Short enough so that the sysadmin barely notices when $wgSitename is changed
$expiryTime = 600; # 10 minutes
$response->header( 'Expires: ' . gmdate( 'D, d M Y H:i:s', time() + $expiryTime ) . ' GMT' );
$response->header( 'Cache-control: max-age=600' );
print '<?xml version="1.0"?>';
print Xml::openElement( 'OpenSearchDescription',
array(
'xmlns' => 'http://a9.com/-/spec/opensearch/1.1/',
'xmlns:moz' => 'http://www.mozilla.org/2006/browser/search/' ) );
?>
test
<graphviz> digraph clcon_state_machine {
Init -> Hold [ label="Up\laction_start_hold_timer", color="#a50026", fontcolor="#a50026", tooltip="A simple action which restarts the hold timer and sets the port up", labeltooltip="A simple action which restarts the hold timer and sets the port up" ];
} </graphviz>
<graphviz renderer="neato" caption="Graph for example no. 2"> graph example2 {
run -- intr; intr -- runbl; runbl -- run; run -- kernel; kernel -- zombie; }
</graphviz>
<graphviz caption="Graph for example no. 3 (contains Wiki-Links)" alt="phylogenetic tree" format="png"> digraph example3 {
node [shape=plaintext]; Mollusca [URL="w:Mollusca"]; Neomeniomorpha [URL="w:Neomeniomorpha"]; X1 [shape=point,label=""]; Caudofoveata [URL="w:Caudofoveata"]; Testaria [URL="w:Testaria"]; Polyplacophora [URL="w:Polyplacophora"]; Conchifera [URL="w:Conchifera"]; Tryblidiida [URL="w:Tryblidiida"]; Ganglioneura [URL="w:Ganglioneura"]; Bivalvia [URL="w:Bivalvia"]; X2 [shape=point,label=""]; X3 [shape=point,label=""]; Scaphopoda [URL="w:Scaphopoda"]; Cephalopoda [URL="w:Cephalopoda"]; Gastropoda [URL="w:Gastropoda"]; Mollusca->X1->Testaria->Conchifera->Ganglioneura->X2->Gastropoda Mollusca->Neomeniomorpha X1->Caudofoveata Testaria->Polyplacophora Conchifera->Tryblidiida Ganglioneura ->Bivalvia X2->X3->Cephalopoda X3->Scaphopoda
} </graphviz>
dot, neato, fdp, sfdp, circo, twopi
<graphviz renderer="dot" caption="Stammbaum"> digraph Familie {
"Michael" [ style=filled, color=gray, fillcolor=blue, fontcolor=yellow, URL="Michael"]; "Birgit" [ style=filled, color=gray, fillcolor=blue, fontcolor=yellow, URL="Birgit"]; "Birgit und Michael" [ style=filled, color=gray, fillcolor=red, fontcolor=black ]; "Karsten" [ style=filled, color=gray, fillcolor=orange, fontcolor=black, URL="Karsten"]; "Peggy" [ style=filled, color=gray, fillcolor=orange, fontcolor=black, URL="Peggy"]; "Tobias" [ style=filled, color=gray, fillcolor=orange, fontcolor=black, URL="Tobias"]; "Jasmin und Karsten" [ style=filled, color=gray, fillcolor=yellow, fontcolor=black ]; "Peggy und Matthias" [ style=filled, color=gray, fillcolor=yellow ]; "Rahel und Tobias" [ style=filled, color=gray, fillcolor=yellow ]; "Levin" [ style=filled, color=gray, fillcolor=green, fontcolor=black, URL="Levin"]; "Magdalena" [ style=filled, color=gray, fillcolor=green, fontcolor=black, URL="Magdalena"]; "Lia-Emily" [ style=filled, color=gray, fillcolor=green, fontcolor=black, URL="Lia-Emily"]; "Michael" -> "Birgit und Michael" "Birgit" -> "Birgit und Michael" "Birgit und Michael" -> "Karsten" "Birgit und Michael" -> "Peggy" "Birgit und Michael" -> "Tobias" "Karsten" -> "Jasmin und Karsten" "Jasmin und Karsten" -> "Levin" "Jasmin und Karsten" -> "Magdalena" "Peggy" -> "Peggy und Matthias" "Tobias" -> "Rahel und Tobias" "Peggy und Matthias" -> "Lia-Emily"
} </graphviz>
Stammbaum