Zum Inhalt springen

„Benutzer:Fued Katari/Shortlink Quellcode“ – Versionsunterschied

aus Wikipedia, der freien Enzyklopädie
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>&lt;onlyinclude&gt;</code> und <code>&lt;/onlyinclude&gt;</code> Beginn & Ende einer Vorlage
* Beginn & Ende einer Vorlage <code>&lt;onlyinclude&gt;</code> und <code>&lt;/onlyinclude&gt;</code>

* Parameter einfügen: <code><nowiki>[[{{{1}}}]]</nowiki></code>

Aktuelle Version vom 15. März 2023, 14:58 Uhr

Codes zur Bearbeitung des Quelltextes:

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"|

  • Beginn & Ende einer Vorlage <onlyinclude> und </onlyinclude>
  • Parameter einfügen: [[{{{1}}}]]