Εργαλεία Χρήστη

Εργαλεία ιστότοπου


wikisyntax

Σύγκριση εκδόσεων

Εδώ βλέπετε τις διαφορές μεταξύ της επιλεγμένης έκδοσης και της τρέχουσας έκδοσης της σελίδας.

Σύνδεσμος σε αυτή την προβολή διαφορών.

Προηγούμενος έλεγχος και από τις δύο πλευρέςΠροηγούμενη αναθεώρηση
Επόμενη αναθεώρηση
Προηγούμενη αναθεώρηση
wikisyntax [2022/09/27 12:53] – [Embedding HTML and PHP] adminwikisyntax [2022/10/05 18:28] (τρέχουσα) – [Εξωτερικοί] ms_2
Γραμμή 17: Γραμμή 17:
   You can mark something as <del>deleted</del> as well.   You can mark something as <del>deleted</del> as well.
  
-**Paragraphs** are created from blank linesIf you want to **force a newline** without a paragraph, you can use two backslashes followed by a whitespace or the end of line.+Οι **παράγραφοι** δημιουργούνται από κενές γραμμέςΑν θέλετε να **εξαναγκάσετε τη δημιουργία νέας γραμμής** μορείτε να χρησιμοποιήσετε δύο backslashes ακολουθούμενες από κενό διάστημα.
  
 This is some text with some linebreaks\\ Note that the This is some text with some linebreaks\\ Note that the
Γραμμή 27: Γραμμή 27:
   or followed by\\ a whitespace \\this happens without it.   or followed by\\ a whitespace \\this happens without it.
  
-You should use forced newlines only if really needed.+Χρησιμοποιήστε την εξαναγκασμένη νέα γραμμή, μόνο αν χρειάζεται πραγματικά.
  
 ===== Σύνδεσμοι ===== ===== Σύνδεσμοι =====
Γραμμή 35: Γραμμή 35:
 ==== Εξωτερικοί ==== ==== Εξωτερικοί ====
  
-External links are recognized automagically: http://www.google.com or simply www.google.com - You can set the link text as well: [[http://www.google.com|This Link points to google]]. Email addresses like this one: <andi@splitbrain.org> are recognized, too.+Οι εξωτερικοί σύνδεσμοι αναγνωρίζονται αυτόματα: http://www.google.com or simply www.google.com - You can set the link text as well: [[http://www.google.com|This Link points to google]]. Email addresses like this one: <andi@splitbrain.org> are recognized, too.
  
   DokuWiki supports multiple ways of creating links. External links are recognized   DokuWiki supports multiple ways of creating links. External links are recognized
Γραμμή 204: Γραμμή 204:
 Also take a look at the [[doku>faq:lists|FAQ on list items]]. Also take a look at the [[doku>faq:lists|FAQ on list items]].
  
-===== Text Conversions =====+===== Μετατροπές Κειμένου =====
  
-DokuWiki can convert certain pre-defined characters or strings into images or other text or HTML+Το Wiki μπορεί να μετατρέψει ορισμένους προκαθορισμένους χαρακτήρες ή συμβολοσειρές σε εικόνες ή άλλο κείμενο ή HTML.
- +
-The text to image conversion is mainly done for smileys. And the text to HTML conversion is used for typography replacements, but can be configured to use other HTML as well.+
  
 +Η μετατροπή κειμένου σε εικόνα γίνεται κυρίως για smileys. Και η μετατροπή κειμένου σε HTML χρησιμοποιείται για αντικαταστάσεις, αλλά μπορεί να ρυθμιστεί ώστε να χρησιμοποιεί και άλλή HTML.
 ==== Text to Image Conversions ==== ==== Text to Image Conversions ====
  
Γραμμή 240: Γραμμή 239:
 Typography: [[DokuWiki]] can convert simple text characters to their typographically correct entities. Here is an example of recognized characters. Typography: [[DokuWiki]] can convert simple text characters to their typographically correct entities. Here is an example of recognized characters.
  
--> <- <-> => <= <=> >> << -- --- 640x480 (c) (tm) (r)+-> <- <-> 
 +=== => <= <=> >> << -- --- 640x480 (c) (tm) (r)===
 "He thought 'It's a man's world'..." "He thought 'It's a man's world'..."
  
Γραμμή 252: Γραμμή 252:
 There are three exceptions which do not come from that pattern file: multiplication entity (640x480), 'single' and "double quotes". They can be turned off through a [[doku>config:typography|config option]]. There are three exceptions which do not come from that pattern file: multiplication entity (640x480), 'single' and "double quotes". They can be turned off through a [[doku>config:typography|config option]].
  
-===== Quoting =====+===== Παράθεση =====
  
 Some times you want to mark some text to show it's a reply or comment. You can use the following syntax: Some times you want to mark some text to show it's a reply or comment. You can use the following syntax:
Γραμμή 384: Γραμμή 384:
   </file>   </file>
  
-==== Syntax Highlighting ==== 
- 
-[[wiki:DokuWiki]] can highlight sourcecode, which makes it easier to read. It uses the [[http://qbnz.com/highlighter/|GeSHi]] Generic Syntax Highlighter -- so any language supported by GeSHi is supported. The syntax uses the same code and file blocks described in the previous section, but this time the name of the language syntax to be highlighted is included inside the tag, e.g. ''<nowiki><code java></nowiki>'' or ''<nowiki><file java></nowiki>''. 
- 
-<code java> 
-/** 
- * The HelloWorldApp class implements an application that 
- * simply displays "Hello World!" to the standard output. 
- */ 
-class HelloWorldApp { 
-    public static void main(String[] args) { 
-        System.out.println("Hello World!"); //Display the string. 
-    } 
-} 
-</code> 
- 
-The following language strings are currently recognized: //4cs 6502acme 6502kickass 6502tasm 68000devpac abap actionscript3 actionscript ada aimms algol68 apache applescript apt_sources arm asm asp asymptote autoconf autohotkey autoit avisynth awk bascomavr bash basic4gl batch bf biblatex bibtex blitzbasic bnf boo caddcl cadlisp ceylon cfdg cfm chaiscript chapel cil c_loadrunner clojure c_mac cmake cobol coffeescript c cpp cpp-qt cpp-winapi csharp css cuesheet c_winapi dart dcl dcpu16 dcs delphi diff div dos dot d ecmascript eiffel email epc e erlang euphoria ezt f1 falcon fo fortran freebasic freeswitch fsharp gambas gdb genero genie gettext glsl gml gnuplot go groovy gwbasic haskell haxe hicest hq9plus html html4strict html5 icon idl ini inno intercal io ispfpanel java5 java javascript jcl j jquery julia kixtart klonec klonecpp kotlin latex lb ldif lisp llvm locobasic logtalk lolcode lotusformulas lotusscript lscript lsl2 lua m68k magiksf make mapbasic mathematica matlab mercury metapost mirc mk-61 mmix modula2 modula3 mpasm mxml mysql nagios netrexx newlisp nginx nimrod nsis oberon2 objc objeck ocaml-brief ocaml octave oobas oorexx oracle11 oracle8 oxygene oz parasail parigp pascal pcre perl6 perl per pf phix php-brief php pic16 pike pixelbender pli plsql postgresql postscript povray powerbuilder powershell proftpd progress prolog properties providex purebasic pycon pys60 python qbasic qml q racket rails rbs rebol reg rexx robots roff rpmspec rsplus ruby rust sas sass scala scheme scilab scl sdlbasic smalltalk smarty spark sparql sql sshconfig standardml stonescript swift systemverilog tclegg tcl teraterm texgraph text thinbasic tsql twig typoscript unicon upc urbi uscript vala vbnet vb vbscript vedit verilog vhdl vim visualfoxpro visualprolog whitespace whois winbatch wolfram xbasic xml xojo xorg_conf xpp yaml z80 zxbasic// 
- 
-There are additional [[doku>syntax_highlighting|advanced options]] available for syntax highlighting, such as highlighting lines or adding line numbers. 
  
 ==== Downloadable Code Blocks ==== ==== Downloadable Code Blocks ====
Γραμμή 445: Γραμμή 426:
  
  
-===== Control Macros =====+===== Έλεγχος Μακροεντολών =====
  
 Some syntax influences how DokuWiki renders a page without creating any output it self. The following control macros are availble: Some syntax influences how DokuWiki renders a page without creating any output it self. The following control macros are availble:
Γραμμή 458: Γραμμή 439:
  
 ~~INFO:syntaxplugins~~ ~~INFO:syntaxplugins~~
-{{tag>[Σύστημα]}}+{{tag>Σύστημα}}
wikisyntax.1664272437.txt.gz · Τελευταία τροποποίηση: 2022/09/27 12:53 από admin

Εκτός εάν αναφέρεται διαφορετικά, το περιεχόμενο σε αυτο το wiki διέπεται από την ακόλουθη άδεια: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki