linux:dokuwiki
Dies ist eine alte Version des Dokuments!
Inhaltsverzeichnis
dokuwiki
Syntax
Code-Prettifier-Plugin
Siehe Code Prettifier Plugin
Beispiel 1
<Code> <?php echo '<p>Hello World</p>'; ?> </Code>
<?php echo '<p>Hello World</p>'; ?>
Beispiel 2
<Code:php linenums:1 |Example #1 Our first PHP script: //hello.php//> <html> <head> <title>PHP Test</title> </head> <body> <?php echo '<p>Hello World</p>'; ?> </body> </html> </Code>
Example #1 Our first PHP script: hello.php
<html> <head> <title>PHP Test</title> </head> <body> <?php echo '<p>Hello World</p>'; ?> </body> </html>
Konsole Plugin
Siehe Konsole-Plugin
Beispiel
<konsole root> ls -l </konsole>
ROOT
root@localhost:~# ls -l
total 16
-rwxr–r– 1 root root 2599 Dec 31 17:42 ed25519hetzner
drwx—— 2 root root 4096 Sep 23 11:58 Mail
-rw——- 1 root root 2257 Sep 23 11:57 mbox
-rw——- 1 root root 37 Dec 8 04:09 nohup.out
Weiterleitungen
~~REDIRECT>beratung:Arbeit~~
Siehe auch
Weblinks
linux/dokuwiki.1451921570.txt.gz · Zuletzt geändert: (Externe Bearbeitung)
