MediaWiki/Bootstrap/Tabelle: Unterschied zwischen den Versionen
Aus Foxwiki
Die Seite wurde neu angelegt: „== Tabelle == {| class="table table-striped table-hover sortable" ! scope="col" | # !! First !! Last !! Handle |- | scope="row" | 1 || Mark || Otto || @mdo |- | scope="row" | 2 || Jacob || Thornton || @fat |- | scope="row" | 3 || Larry || the Bird || @twitter |} ; Code <syntaxhighlight lang="html" highlight="" line copy> {| class="table table-striped table-hover sortable" ! scope="col" | # !! First !! Last !! Handle |- | scope="row" | 1 || Mark || Otto |…“ |
Keine Bearbeitungszusammenfassung |
||
| Zeile 22: | Zeile 22: | ||
|} | |} | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Kategorie:MediaWiki/Bootstrap]] | |||
Aktuelle Version vom 7. August 2026, 11:54 Uhr
Tabelle
| # | First | Last | Handle |
|---|---|---|---|
| 1 | Mark | Otto | @mdo |
| 2 | Jacob | Thornton | @fat |
| 3 | Larry | the Bird |
- Code
{| class="table table-striped table-hover sortable"
! scope="col" | # !! First !! Last !! Handle
|-
| scope="row" | 1 || Mark || Otto || @mdo
|-
| scope="row" | 2 || Jacob || Thornton || @fat
|-
| scope="row" | 3 || Larry || the Bird || @twitter
|}