Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen gezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Letzte Überarbeitung Beide Seiten der Revision
wiki:syntaxcomplete-de [2011/06/07 18:38]
87.144.9.152 syntax für die vorhandenen plugins erweitert
wiki:syntaxcomplete-de [2011/06/07 22:18]
admin angefangen die Plugin Beschreibung zu erweitern
Zeile 1: Zeile 1:
 {{page>​wiki:​syntax-de}} {{page>​wiki:​syntax-de}}
  
-===== Syntax für die hier Intallierten Plugins ===== +===== 8.1 note plugin ​=====
- +
-==== note plugin ====+
 für eine hervorgehobene Notiz auf der Seite : für eine hervorgehobene Notiz auf der Seite :
  
Zeile 50: Zeile 48:
  
  
-==== graphviz plugin ====+===== 8.2 graphviz plugin ​=====
 Any Graphviz compatible graph definition can be given with ''​graphviz''​ tags. Any Graphviz compatible graph definition can be given with ''​graphviz''​ tags.
  
Zeile 59: Zeile 57:
 A parameter in the form of ''//<​number>//​x//<​number>//''​ is interpreted as wanted output size. A parameter in the form of ''//<​number>//​x//<​number>//''​ is interpreted as wanted output size.
  
-=== Example ===+==== Example ​====
 {{ http://​img97.imageshack.us/​img97/​2613/​dotb.png?​nolink&​}} {{ http://​img97.imageshack.us/​img97/​2613/​dotb.png?​nolink&​}}
 <​code>​ <​code>​
Zeile 86: Zeile 84:
 </​code>​ </​code>​
  
-==== include plugin ====+<​graphviz dot right> 
 +digraph example { 
 + ​ graph [ rankdir="​LR"​ ]; 
 +  node [shape=record, fontname=Helvetica, fontsize=10]; 
 +   
 +  a [ label="​MVW_Settings_User"​ URL="​\ref MVW_Settings_User"​];​ 
 +  b [ label="​MVW_Settings"​ URL="​\ref MVW_Settings"​];​ 
 +  c [ label="​MVW_Settings_Program"​ URL="​\ref MVW_Settings_Program"​];​ 
 +  b -> c [ arrowhead="​open",​ style="​solid",​ color="​red"​ ]; 
 +  b -> a [ arrowhead="​open",​ style="​solid",​ color="​blue"​ ]; 
 +  }  
 +</​graphviz>​ 
 +<​code>​ 
 +<​graphviz dot right> 
 +digraph example { 
 + ​ graph [ rankdir="​LR"​ ]; 
 +  node [shape=record,​ fontname=Helvetica,​ fontsize=10];​ 
 +   
 +  a [ label="​MVW_Settings_User"​ URL="​\ref MVW_Settings_User"​];​ 
 +  b [ label="​MVW_Settings"​ URL="​\ref MVW_Settings"​];​ 
 +  c [ label="​MVW_Settings_Program"​ URL="​\ref MVW_Settings_Program"​];​ 
 +  b -> c [ arrowhead="​open",​ style="​dashed"​ ]; 
 +  b -> a [ arrowhead="​open",​ style="​dashed"​ ]; 
 +  }  
 +</​graphviz>​ 
 +</​code>​ 
 +//Die URL-Syntax funktionert leider nur in doxygen Dokumentationen//​ 
 + 
 +===== 8.3 include plugin ​=====
 Simply enclose the ID of the page to be included in double curly brackets: Simply enclose the ID of the page to be included in double curly brackets:
  
Zeile 101: Zeile 127:
 Section is aimed more at including sections, page at including whole pages and namespace at including whole namespaces. Section is aimed more at including sections, page at including whole pages and namespace at including whole namespaces.
  
-==== cloud plugin ====+===== 8.4 cloud plugin ​=====
 This is a very simple [[plugins|plugin]] that shows a cloud of the most frequently used words in your wiki: This is a very simple [[plugins|plugin]] that shows a cloud of the most frequently used words in your wiki:
  
Zeile 124: Zeile 150:
  
  
-==== info plugin ==== +===== 8.5 info plugin =====
-=== Syntax ​===+
 <​code>​ <​code>​
 ~~INFO:​keyword~~ ~~INFO:​keyword~~
Zeile 139: Zeile 164:
     * //​helperplugins//​ --- Displays a list of available [[this>​plugins?​plugintype=16|helper]] plugins. ​     * //​helperplugins//​ --- Displays a list of available [[this>​plugins?​plugintype=16|helper]] plugins. ​
     * //​helpermethods//​ --- Displays documentation of helper plugin class methods along with parameters and return values. One example of a helper plugin supporting this is [[plugin:​pagelist]].     * //​helpermethods//​ --- Displays documentation of helper plugin class methods along with parameters and return values. One example of a helper plugin supporting this is [[plugin:​pagelist]].
 +
 +===== 8.6 box plugin =====
 +
 +Beschreibung dann hier
 +
 +
 +===== 8.7 columns plugin =====
 +
 +Beschreibung dann hier
 +
  
Projektwerkzeuge