Meap (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Meap (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
Zeile 6: | Zeile 6: | ||
: AltGr-K: æßðđŋħjĸł˝^ | : AltGr-K: æßðđŋħjĸł˝^ | ||
: AltGr-K: «»¢“”nµ─· | : AltGr-K: «»¢“”nµ─· | ||
=== Syntax-Highlighting === | |||
''(http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi)'' | |||
==== PHP ==== | |||
{| | |||
! Code !! View | |||
|- | |||
|<pre> | |||
<syntaxhighlight lang="php"> | |||
<?php | |||
$v = "string"; // sample initialization | |||
?> | |||
html text | |||
<? | |||
echo $v; // end of php code | |||
?> | |||
</syntaxhighlight> | |||
</pre> | |||
|<syntaxhighlight lang="php"> | |||
<?php | |||
$v = "string"; // sample initialization | |||
?> | |||
html text | |||
<? | |||
echo $v; // end of php code | |||
?> | |||
</syntaxhighlight> | |||
|} | |||
=== math === | |||
''(s. http://de.wikipedia.org/wiki/Hilfe:TeX oder https://www.mediawiki.org/wiki/Extension:MathJax )'' | |||
deaktiviert, da Extension nicht mehr gepflegt wird | |||
=== graphviz === | |||
Homepage...: http://www.graphviz.org | |||
Demos......: http://www.graphviz.org/Gallery.php | |||
MediaWiki..: https://www.mediawiki.org/wiki/Extension:GraphViz | |||
deaktiviert, da Extension nicht mehr gepflegt wird |
Version vom 19. Oktober 2024, 12:13 Uhr
Umlaute
wegen der UTF-8 Problematik:
- Umlaute: äöüßÄÖ
- AltGr-K: ¬¹²³¼½¬
- AltGr-K: @ł€¶ŧ←↓→øþ¨~
- AltGr-K: æßðđŋħjĸł˝^
- AltGr-K: «»¢“”nµ─·
Syntax-Highlighting
(http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi)
PHP
Code | View |
---|---|
<syntaxhighlight lang="php"> <?php $v = "string"; // sample initialization ?> html text <? echo $v; // end of php code ?> </syntaxhighlight> |
<?php
$v = "string"; // sample initialization
?>
html text
<?
echo $v; // end of php code
?>
|
math
(s. http://de.wikipedia.org/wiki/Hilfe:TeX oder https://www.mediawiki.org/wiki/Extension:MathJax ) deaktiviert, da Extension nicht mehr gepflegt wird
graphviz
Homepage...: http://www.graphviz.org Demos......: http://www.graphviz.org/Gallery.php MediaWiki..: https://www.mediawiki.org/wiki/Extension:GraphViz
deaktiviert, da Extension nicht mehr gepflegt wird