Benutzer-Werkzeuge

Webseiten-Werkzeuge


wiki:syntax

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
wiki:syntax [16.11.2023 23:27] – [Windows Shares] timo_kawiki:syntax [28.09.2024 17:56] (aktuell) – Externe Bearbeitung 127.0.0.1
Zeile 29: Zeile 29:
  
 You should use forced newlines only if really needed. You should use forced newlines only if really needed.
- 
-if you need colors in your code you can use this: 
-<code> 
-<color green>text</color> 
-<color blue/lightgrey>text</color> 
-<color #FF0000>text</color> 
-<color /#FFff00>text</color> 
-<color rgb(80%,0%,0%)/rgb(100%,80%,100%)>text</color> 
-<color hsl(120,100%,30%):hsl(180,50%,90%)>text</color> 
-</code> 
- 
-<color green>text</color> 
-<color blue/lightgrey>text</color> 
-<color #FF0000>text</color> 
-<color /#FFff00>text</color> 
-<color rgb(80%,0%,0%)/rgb(100%,80%,100%)>text</color> 
-<color hsl(120,100%,30%):hsl(180,50%,90%)>text</color> 
- 
  
 ===== Links ===== ===== Links =====
Zeile 93: Zeile 75:
   For example this is a link to Wikipedia's page about Wikis: [[wp>Wiki]].   For example this is a link to Wikipedia's page about Wikis: [[wp>Wiki]].
  
 +==== Windows Shares ====
 +
 +Windows shares like [[\\server\share|this]] are recognized, too. Please note that these only make sense in a homogeneous user group like a corporate [[wp>Intranet]].
 +
 +  Windows Shares like [[\\server\share|this]] are recognized, too.
 +
 +Notes:
 +
 +  * For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer per default (and only in the "local zone").
 +  * For Mozilla and Firefox it can be enabled through different workaround mentioned in the [[http://kb.mozillazine.org/Links_to_local_pages_do_not_work|Mozilla Knowledge Base]]. However, there will still be a JavaScript warning about trying to open a Windows Share. To remove this warning (for all users), put the following line in ''conf/lang/en/lang.php'' (more details at [[doku>localization#changing_some_localized_texts_and_strings_in_your_installation|localization]]): <code - conf/lang/en/lang.php>
 +<?php
 +/**
 + * Customization of the english language file
 + * Copy only the strings that needs to be modified
 + */
 +$lang['js']['nosmblinks'] = '';
 +</code>
  
 ==== Image Links ==== ==== Image Links ====
Zeile 138: Zeile 137:
 Resize to given width and height((when the aspect ratio of the given width and height doesn't match that of the image, it will be cropped to the new ratio before resizing)): {{wiki:dokuwiki-128.png?200x50}} Resize to given width and height((when the aspect ratio of the given width and height doesn't match that of the image, it will be cropped to the new ratio before resizing)): {{wiki:dokuwiki-128.png?200x50}}
  
-Resized external image:           {{https://secure.php.net/images/php.gif?200x50}}+Resized external image:           {{https://www.php.net/images/php.gif?200x50}}
  
   Real size:                        {{wiki:dokuwiki-128.png}}   Real size:                        {{wiki:dokuwiki-128.png}}
   Resize to given width:            {{wiki:dokuwiki-128.png?50}}   Resize to given width:            {{wiki:dokuwiki-128.png?50}}
   Resize to given width and height: {{wiki:dokuwiki-128.png?200x50}}   Resize to given width and height: {{wiki:dokuwiki-128.png?200x50}}
-  Resized external image:           {{https://secure.php.net/images/php.gif?200x50}}+  Resized external image:           {{https://www.php.net/images/php.gif?200x50}}
  
  
wiki/syntax.1700177243.txt.gz · Zuletzt geändert: 28.09.2024 17:56 (Externe Bearbeitung)