„Benutzer:Fued Katari/Shortlink Quellcode“ – Versionsunterschied
Erscheinungsbild
Inhalt gelöscht Inhalt hinzugefügt
Für mich (Unterstützung für Quelltext & Vorlagenbearbeitung) |
|||
Zeile 42: | Zeile 42: | ||
style="width: 300px"| |
style="width: 300px"| |
||
== Vorlagen == |
== Vorlagen == |
||
<code><onlyinclude></code> und <code></onlyinclude></code> |
* Beginn & Ende einer Vorlage <code><onlyinclude></code> und <code></onlyinclude></code> |
||
* Parameter einfügen: <code><nowiki>[[{{{1}}}]]</nowiki></code> |
Aktuelle Version vom 15. März 2023, 14:58 Uhr
Codes zur Bearbeitung des Quelltextes:
Tabelle
[Bearbeiten | Quelltext bearbeiten]Table element | Wikitext | Required | Usage notes |
---|---|---|---|
Table start | {| | Required | |
Table caption | |+ | Optional | Only between table start and first table row. |
Table row | |- | Optional | Can be omitted before the first row. |
Table header cell | ! | Optional | Consecutive table header cells may be added on same line separated by double marks (!! ); or start on new lines, each with its own single mark (! ).
|
Table data cell | |}} or || | Optional | Consecutive table data cells may be added on same line separated by double marks (|| ) or start on new lines, each with its own single mark (| ). This mark is also used to separate HTML attributes from cell and caption contents.
|
Table end | |} | Required |
Eigenschaften der Tabelle
style="width: 300px"|
Vorlagen
[Bearbeiten | Quelltext bearbeiten]- Beginn & Ende einer Vorlage
<onlyinclude>
und</onlyinclude>
- Parameter einfügen:
[[{{{1}}}]]