Editor Formatvorlage: Unterschied zwischen den Versionen

Aus HSHL Mechatronik
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Zeile 15: Zeile 15:
'content' =>'<nowiki><syntaxhighlight lang="matlab" style="border: none; background-color: #EFF1C1; font-size:larger">  </syntaxhighlight></nowiki>'
'content' =>'<nowiki><syntaxhighlight lang="matlab" style="border: none; background-color: #EFF1C1; font-size:larger">  </syntaxhighlight></nowiki>'
=== Lösung ===
=== Lösung ===
'title => 'Lösung'<br>
'description' => 'ausblendbare Lösung'<br>
'content' =>'<nowiki>
{| role="presentation" class="wikitable mw-collapsible mw-collapsed"
{| role="presentation" class="wikitable mw-collapsible mw-collapsed"
| <strong>Lösung 2&thinsp;</strong>
| <strong>Lösung 2&thinsp;</strong>
Zeile 22: Zeile 25:
|-
|-
|}
|}
 
</nowiki>'
=== LaTeX-Formel ===  
=== LaTeX-Formel ===  
'title => 'LaTeX'<br>
'title => 'LaTeX'<br>
'description' => 'LaTeX-Formel'<br>
'description' => 'LaTeX-Formel'<br>
'content' =>'<nowiki><math> </math></nowiki>'
'content' =>'<nowiki><math> </math></nowiki>'

Version vom 14. März 2024, 14:59 Uhr

Gewünschte Formatvorlagen

Halbes umbruchgeschütztes Leerzeichen

'title => 'Schmales Leerzeichen'
'description' => 'schmales umbruchgeschützte Leerzeichen'
'content' =>'&#8239;'

Quelltext formatieren

'title => 'Quelltext'
'description' => 'Quelltext formatieren'
'content' =>'<code> </code>'

MATLAB-Code

'title => 'Quelltext'
'description' => 'Quelltext formatieren'
'content' =>'<syntaxhighlight lang="matlab" style="border: none; background-color: #EFF1C1; font-size:larger"> </syntaxhighlight>'

Lösung

'title => 'Lösung'
'description' => 'ausblendbare Lösung'
'content' =>' {| role="presentation" class="wikitable mw-collapsible mw-collapsed" | <strong>Lösung 2 </strong> |- | '''Lösung:''' |- |} '

LaTeX-Formel

'title => 'LaTeX'
'description' => 'LaTeX-Formel'
'content' =>'<math> </math>'