Hauptseite: Unterschied zwischen den Versionen

Aus hyperdramatik
Zur Navigation springen Zur Suche springen
Zeile 11: Zeile 11:


== code syntax highlighting ==
== code syntax highlighting ==
=== SyntaxHighlight ===
Unfortunately have not been able to get this extension to work:
https://www.mediawiki.org/wiki/Extension:SyntaxHighlight#Installation
including the bellow options in the LocalSettings.php file generates an errors:
wfLoadExtension( 'SyntaxHighlight_GeSHi' );
require_once "$IP/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.php";
=== SyntaxHighlighter ===
This extension is installed and works!
https://www.mediawiki.org/wiki/Extension:SyntaxHighlighter#Installation
==== Example ====
markdown:
<source lang="c" line start="2" highlight="4-6">
// comment
var setArray = function(elems) {
    this.length = 0;
    push.apply(this, elems);
    return this;
}
</source>
result:
<source lang="c" line start="2" highlight="4-6">
// comment
var setArray = function(elems) {
    this.length = 0;
    push.apply(this, elems);
    return this;
}
</source>
== text scroll box ==
== text scroll box ==



Version vom 7. April 2020, 15:48 Uhr

Herzlich Willkommen bei Allen Dingen Hyper und Drama

Welcome New Friends!

Thank you for participating in our Wiki! If you want to add pages, that are not yet available, please post them below this one here:

Wiki Intro & Etiquette

markdown & cheatsheet

5f1de72c972157e534d3e4fc6d123d91.jpg

code syntax highlighting

SyntaxHighlight

Unfortunately have not been able to get this extension to work: https://www.mediawiki.org/wiki/Extension:SyntaxHighlight#Installation

including the bellow options in the LocalSettings.php file generates an errors: wfLoadExtension( 'SyntaxHighlight_GeSHi' ); require_once "$IP/extensions/SyntaxHighlight_GeSHi/SyntaxHighlight_GeSHi.php";


SyntaxHighlighter

This extension is installed and works! https://www.mediawiki.org/wiki/Extension:SyntaxHighlighter#Installation

Example

markdown:

// comment
var setArray = function(elems) {
    this.length = 0;
    push.apply(this, elems);
    return this;
}

result:

// comment
var setArray = function(elems) {
    this.length = 0;
    push.apply(this, elems);
    return this;
}

text scroll box

NewPage

Zum Nachschlagen

Technik

Arduino


ESP32,ESP8266 mit micropython

Unity

Hier werden Dinge gesammelt, die mit der Game-Development-Software Unity zu tun haben.

Video Technik

Alles, was dir deine Eltern nicht zum Thema Videoübertragung erzählt haben. Oft ist ein PC als Schnittstelle zwischer Kamera und Bildschirm/Projektor sinnvoll oder nötig. Doch es gibt auch Fälle, in denen eine unkomplizierte, direkte Verbindung einfacher und besser ist.

Direkte Verbindung der Kamera mit dem Ausgabegerät

PC als Schnittstelle

Netzwerkommunikation

RFID

XY Plotter

Here you can find a description and example code of how to connect a XY Plotter to Unity.

Kommunikation

OSC

MQTT

Kurse

Spiel && Objekt

Kooperation Uni Bremen

Projekte

Be Bernd

Wir Alle Spielen Theater

Game on Stage: Altruistic Modification (markdown)

Game on Stage: Altruistic Modification (HTML)

Hack your "Theater" - How to´s

for Theaterleitung

for Künstler*innen

Recherche

Chancen Unmöglichkeiten

Sonstiges

In Arbeit

QuickLinks / Hilfe zum Umgang mit dem Wiki