Admin: Unterschied zwischen den Versionen

Aus numpedia
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(28 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
<splist
showparent=no
sort=asc
sortby=title
liststyle=ordered
showpath=no
kidsonly=yes
debug=0
/>


=COLOR=
<span style="color:#800000">COLOR</span><br/>
<span style="color:#008000">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 6: Zeile 21:
==Vorlagen==
==Vorlagen==


<details>
  <summary>Zusammenfassung Punkt 1</summary>
  <p>Hier kommt der ausführliche Inhalt zum Punkt 1</p>
</details>


<!-- 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
|text=Text
|code=
<syntaxhighlight lang="lisp" line start=1>
1+1=2
</syntaxhighlight>
}}


{| class="wikitable"
{|
|+
!style="align:left"|Header
!Header
!
!
|-
|-
|text
|style="width:50%; vertical-align:top;"|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.
|<details>
|style="vertical-align:top" class="mw-collapsible mw-collapsed wikitable"|
  <summary>Zusammenfassung Punkt 1</summary>
</syntaxhighlight lang="lisp" line start=1>
  <p>Hier kommt der ausführliche Inhalt zum Punkt 1</p>
<syntaxhighlight lang="notmuch" line='line' style="border:1px solid blue">
def quick_sort(arr):
def quick_sort(arr):
less = []
less = []
Zeile 31: Zeile 66:
pass
pass
</syntaxhighlight>
</syntaxhighlight>
</details>
|}
|}
<table class="wikitable">
<tr><td colspan="2"><h2>Header</h2></td></tr>
<tr class="mw-collapsible mw-collapsed"><td>text</td><td>text</td></tr>
</table>
<table>
<tr><th></th><th></th></tr>
<tr><td colspan="2"><h2>Header</h2></td></tr>
<tr><td style="width:50%; vertical-align:top">text</td><td style="width:50%; vertical-align:top">text</td></tr>
</table>

Aktuelle Version vom 3. Mai 2021, 05:42 Uhr

Admin hat keine Unterseiten.

COLOR

COLOR
COLOR
COLOR

geplante Erweiterungen

Extension Vategory Tree

Vorlagen

This text is collapsible. Vorlage:Lorem


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

texttext



Header

texttext