|
|
| (9 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) |
| Zeile 1: |
Zeile 1: |
| == Accordion ==
| | <noinclude> |
| <bootstrap_accordion> | | <!-- |
| <bootstrap_card header="Lorem ipsum 1" style="width: 300px;"> | | ---- |
| Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
| | {{Navigation|<zurück>|<nachste>}} |
| </bootstrap_card> | | ---- |
| <bootstrap_card header="Lorem ipsum 2" style="width: 300px;"> | | --> |
| Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
| | '''MediaWiki/Bootstrap''' |
| </bootstrap_card>
| | </noinclude> |
| </bootstrap_accordion> | |
|
| |
|
| ; Code
| | == Beschreibung == |
| <syntaxhighlight lang="html" highlight="" line copy>
| | |
| <bootstrap_accordion>
| | == Installation == |
| <bootstrap_card header="Lorem ipsum 1" style="width: 300px;">
| | <syntaxhighlight lang="bash" highlight="1" line copy> |
| Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
| |
| </bootstrap_card> | |
| <bootstrap_card header="Lorem ipsum 2" style="width: 300px;">
| |
| Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
| |
| </bootstrap_card>
| |
| </bootstrap_accordion>
| |
| </syntaxhighlight> | | </syntaxhighlight> |
|
| |
|
| == list-group == | | == Aufruf == |
| <ul class="list-group">
| | <syntaxhighlight lang="bash" highlight="1" line copy> |
| <li class="list-group-item">A simple default list group item</li>
| |
| <li class="list-group-item list-group-item-primary">A simple primary list group item</li>
| |
| <li class="list-group-item list-group-item-secondary">A simple secondary list group item</li>
| |
| <li class="list-group-item list-group-item-success">A simple success list group item</li>
| |
| <li class="list-group-item list-group-item-danger">A simple danger list group item</li>
| |
| </ul>
| |
| | |
| ; Code
| |
| <syntaxhighlight lang="html" highlight="" line copy> | |
| <ul class="list-group">
| |
| <li class="list-group-item">A simple default list group item</li>
| |
| <li class="list-group-item list-group-item-primary">A simple primary list group item</li>
| |
| <li class="list-group-item list-group-item-secondary">A simple secondary list group item</li>
| |
| <li class="list-group-item list-group-item-success">A simple success list group item</li>
| |
| <li class="list-group-item list-group-item-danger">A simple danger list group item</li>
| |
| </ul>
| |
| </syntaxhighlight> | | </syntaxhighlight> |
|
| |
|
| == Tabelle == | | === Optionen === |
| {| class="table table-striped table-hover sortable" | | <!-- |
| ! scope="col" | # !! First !! Last !! Handle
| | {| class="table table-striped table-hover sortable options gnu big" |
| | --> |
| | {| class="table table-striped table-hover" |
| |- | | |- |
| | scope="row" | 1 || Mark || Otto || @mdo
| | ! Unix !! GNU !! Parameter !! Beschreibung |
| |- | | |- |
| | scope="row" | 2 || Jacob || Thornton || @fat | | | || || || |
| |- | | |- |
| | scope="row" | 3 || Larry || the Bird || @twitter
| |
| |} | | |} |
|
| |
|
| ; Code
| | === Parameter === |
| <syntaxhighlight lang="html" highlight="" line copy>
| | === Umgebungsvariablen === |
| {| class="table table-striped table-hover sortable" | | === Exit-Status === |
| ! scope="col" | # !! First !! Last !! Handle
| | {| class="table table-striped table-hover options col1center big" |
| |- | | |- |
| | scope="row" | 1 || Mark || Otto || @mdo
| | ! Wert !! Beschreibung |
| |- | | |- |
| | scope="row" | 2 || Jacob || Thornton || @fat | | | 0 || Erfolg |
| |- | | |- |
| | scope="row" | 3 || Larry || the Bird || @twitter | | | >0 || Fehler |
| |} | | |} |
| | |
| | == Anwendung == |
| | <syntaxhighlight lang="bash" highlight="1" line copy> |
| </syntaxhighlight> | | </syntaxhighlight> |
|
| |
|
| == Grid ==
| | <!-- output --> |
| <div class="container"> | | <syntaxhighlight lang="bash" highlight="" line> |
| <div class="row">
| | </syntaxhighlight> |
| <div class="col">
| | |
| 1 of 2
| | === Problembehebung === |
| </div>
| | |
| <div class="col">
| | == Konfiguration == |
| 2 of 2
| | === Dateien === |
| </div>
| | {| class="table table-striped table-hover options big" |
| </div>
| | |- |
| <div class="row">
| | ! Datei !! Beschreibung |
| <div class="col">
| | |- |
| 1 of 3
| | | || |
| </div>
| | |- |
| <div class="col">
| | | || |
| 2 of 3
| | |} |
| </div>
| | |
| <div class="col">
| | <noinclude> |
| 3 of 3
| | <!-- |
| </div>
| | ---- |
| </div>
| | {{Navigation|<zurück>|<nachste>}} |
| | ---- |
| | --> |
| | == Anhang == |
| | === Siehe auch === |
| | <div style="column-count:2"> |
| | <categorytree hideroot=on mode="pages">MediaWiki/Bootstrap</categorytree> |
| </div> | | </div> |
| | ---- |
| | {{Special:PrefixIndex/{{BASEPAGENAME}}/}} |
|
| |
|
| ; Code
| | === Dokumentation === |
| <syntaxhighlight lang="html" highlight="" line copy>
| | <!-- |
| <div class="container">
| | ; Man-Page |
| <div class="row">
| | # [https://manpages.debian.org/stable/procps/pgrep.1.de.html prep(1)] |
| <div class="col">
| | |
| 1 of 2
| | ; Info-Pages |
| </div>
| | --> |
| <div class="col">
| | |
| 2 of 2
| | === Links === |
| </div>
| | ==== Projekt ==== |
| </div>
| | ==== Weblinks ==== |
| <div class="row">
| | # https://bootstrap.pro.wiki/ |
| <div class="col">
| | # https://getbootstrap.com/docs/5.3/getting-started/introduction/ |
| 1 of 3
| | |
| </div>
| | <!-- |
| <div class="col">
| | {{DEFAULTSORT:new}} |
| 2 of 3
| | {{DISPLAYTITLE:new}} |
| </div>
| | --> |
| <div class="col">
| | |
| 3 of 3
| | [[Kategorie:MediaWiki/Bootstrap]] |
| </div>
| | |
| </div>
| | </noinclude> |
| </div>
| |
| </syntaxhighlight> | |