Admin: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
(14 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 13: | Zeile 13: | ||
<span style="color:#008000">COLOR</span><br/> | <span style="color:#008000">COLOR</span><br/> | ||
<span style="color:#000080">COLOR</span><br/> | <span style="color:#000080">COLOR</span><br/> | ||
<math>\left.\frac{\displaystyle d p_i}{\displaystyle d x_i}\right\vert_{x_i-\Delta x_i}</math> | |||
==geplante Erweiterungen== | ==geplante Erweiterungen== | ||
Zeile 19: | Zeile 21: | ||
==Vorlagen== | ==Vorlagen== | ||
{{ | |||
<!-- overflow:auto; to fix collapsed display, because the toggle link has float:right; --> | |||
<div class="toccolours mw-collapsible mw-collapsed" style="width:400px; overflow:auto;" data-expandtext="{{int:show}}" data-collapsetext="{{int:hide}}"> | |||
This text is collapsible. {{Lorem}} | |||
</div> | |||
{| role="presentation" class="mw-collapsible" | |||
|- | |||
| Lorem | |||
| ipsum | |||
|- | |||
| dolor | |||
| sit | |||
|} | |||
<!-------------------------------------------------------------------------> | |||
==tmp== | |||
{{MyCodeBlock | |||
|title=Title | |title=Title | ||
|text=Text | |text=Text | ||
|code= | |code= | ||
< | <syntaxhighlight lang="lisp" line start=1> | ||
1+1=2 | 1+1=2 | ||
</syntaxhighlight> | </syntaxhighlight> | ||
}} | }} | ||
{| | {| | ||
Zeile 53: | Zeile 73: | ||
<tr class="mw-collapsible mw-collapsed"><td>text</td><td>text</td></tr> | <tr class="mw-collapsible mw-collapsed"><td>text</td><td>text</td></tr> | ||
</table> | </table> | ||
Aktuelle Version vom 3. Mai 2021, 05:42 Uhr
Admin hat keine Unterseiten.
COLOR
COLOR
COLOR
COLOR
geplante Erweiterungen
Vorlagen
This text is collapsible. Vorlage:Lorem
Lorem | ipsum |
dolor | sit |
tmp
Title
Text
1+1=2
Header | |
---|---|
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. |
</syntaxhighlight lang="lisp" line start=1> def quick_sort(arr): less = [] pivot_list = [] more = [] if len(arr) <= 1: return arr else: pass </syntaxhighlight> |
Header | |
text | text |
Header | |
text | text |