Maxcrc MediaWiki:Keyword und Variablen/en: Unterschied zwischen den Versionen
← Maxcrc MediaWiki:Keyword und Variablen/en
(Die Seite wurde neu angelegt: „Maxcrc MediaWiki:Keyword and Variables“) |
(Die Seite wurde neu angelegt: „===Keywords=== Predefined keywords manage the appearance or behavior of a page. It is used to specify desired omissions or insertions in the content. Keywords…“) |
KeywordsSchlüsselwörter[Bearbeiten | Quelltext bearbeiten]
Predefined keywords manage the appearance or behavior of a page. It is used to specify desired omissions or insertions in the content. Keywords can theoretically be typed anywhere in the wikicode, but this depends on the function. For example, the keyword that creates a table of contents, will be placed typically at the top of the article.
Mit vordefinierten Schlüsselwörtern (engl. Keyword) können Aussehen oder Verhalten einer Seite gesteuert werden. Es wird dazu genutzt, gewünschte Auslassungen oder Einfügungen im Inhalt vorzugeben. Schlüsselwörter können theoretisch überall im Wikicode eingegeben werden, allerdings ist dies von der Funktion abhängig. So steht z.B. das Schlüsselwort, das ein Inhaltsverzeichnis erzeugt, typischerweise oben im Artikel.
Schlüsselwörter | Erklärung |
---|---|
__NOEDITOR__ | Prevents use of the WYSIWYG editor on this page Verhindert die Verwendung des WYSIWYG-Editors auf dieser Seite |
__NOTOC__ | Hides the Versteckt das Inhaltsverzeichnis (table of contents (= TOC) on this page auf dieser Seite |
__TOC__ Allows you to move the table of contents anywhere in the article. If there is a | Hiermit können Sie das Inhaltsverzeichnis an eine beliebige Stelle des Artikels versetzen. Sollte ein __NOTOC__ </ nowiki> this will be overwritten. However, only one table of contents can be inserted; if several are inserted, only the first (top) is displayed. |- |<nowiki>bestehen wird dieses "überschrieben". Es kann allerdings nur ein Inhaltsverzeichnisse eingefügt werden, werden mehrere eingefügt, so wird nur das erste (oberste) angezeigt. |
__NOEDITSECTION__ | Hides the Versteckt den "edit" link next to a headingBearbeiten"-Link neben einer Überschrift. |
__NEWSECTIONLINK__ | Adds a link (usually Fügt auf neben dem "Bearbeiten"-Link einen Link (normalerweise "+") next to the "Edit" link to create a new section (only on non-discussion pagesein, mit dem ein neuer Abschnitt angelegt werden kann (nur auf Nicht-Diskussionsseiten) |
Variablen[Bearbeiten | Quelltext bearbeiten]
Mit Variablen können Informationen über die aktuelle Seite, das Wiki oder das Datum angezeigt werden. Die Syntax gleich denen der Vorlagen, es kann daher bei gleicher Benennung zu Konflikten führen. Tritt ein Namenskonflikt zwischen Vorlage und Variable auf, wird allerdings die Variable benutzt. Wenn die Vorlage trotzdem benutzt werden soll, muss das Wort "Template:" {{Template:Vorlagenname}} in Verbindung mit dem Namen angewendet werden.
Variable | Output | Beschreibung |
---|---|---|
{{SITENAME}} | BlueSpice | Name des Wikis |
{{CURRENTTIME}} | 20:16 | Zeit (24-Stunden HH:mm Format) |
{{CURRENTDAY}} | 9 | Aktueller Tag (keine führende Null) |
{{CURRENTMONTH}} | 06 | Monat (mit führender Null) |
{{NUMBEROFARTICLES}} | 495 | Zeigt die Anzahl aller existierenden Artikel im Wiki (im Hauptnamensraum) |
{{NAMESPACE}} | Zeigt den Namensraum des Artikels an | |
{{PAGENAME}} | MagicWords | Zeigt den Seitennamen, so wie er angelegt wurde (vgl. hierzu Änderung von Artikeltiteln) |
Variablen von Hallo Welt!
Variable | Output | Beschreibung |
---|---|---|
{{#hwinfobox:}} | shows five latest changes and date when they occured | |
{{{#userslink:(who?)}} | names all users who are online
|
===Keywords=== Predefined keywords manage the appearance or behavior of a page. It is used to specify desired omissions or insertions in the content. Keywords can theoretically be typed anywhere in the wikicode, but this depends on the function. For example, the keyword that creates a table of contents, will be placed typically at the top of the article. {| class="wikitable" !Keyword !Description |- |<nowiki>__NOEDITOR__</nowiki> |Prevents use of the WYSIWYG editor on this page |- |<nowiki>__NOTOC__</nowiki> |Hides the table of contents (TOC) on this page |- |<nowiki>__TOC__</nowiki> |Allows you to move the table of contents anywhere in the article. If there is a <nowiki> __ NOTOC __ </ nowiki> this will be overwritten. However, only one table of contents can be inserted; if several are inserted, only the first (top) is displayed. |- |<nowiki>__NOEDITSECTION__</nowiki> |Hides the "edit" link next to a heading. |- |<nowiki>__NEWSECTIONLINK__</nowiki> |Adds a link (usually "+") next to the "Edit" link to create a new section (only on non-discussion pagesSchlüsselwörter=== Mit vordefinierten Schlüsselwörtern (engl. Keyword) können Aussehen oder Verhalten einer Seite gesteuert werden. Es wird dazu genutzt, gewünschte Auslassungen oder Einfügungen im Inhalt vorzugeben. Schlüsselwörter können theoretisch überall im Wikicode eingegeben werden, allerdings ist dies von der Funktion abhängig. So steht z.B. das Schlüsselwort, das ein Inhaltsverzeichnis erzeugt, typischerweise oben im Artikel. {| class="wikitable" !Schlüsselwörter !Erklärung |- |__NOEDITOR__ |Verhindert die Verwendung des WYSIWYG-Editors auf dieser Seite |- |<nowiki>__NOTOC__</nowiki> |Versteckt das Inhaltsverzeichnis (table of contents = TOC) auf dieser Seite |- |<nowiki>__TOC__</nowiki> |Hiermit können Sie das Inhaltsverzeichnis an eine beliebige Stelle des Artikels versetzen. Sollte ein <nowiki>__NOTOC__</nowiki> bestehen wird dieses "überschrieben". Es kann allerdings nur ein Inhaltsverzeichnisse eingefügt werden, werden mehrere eingefügt, so wird nur das erste (oberste) angezeigt. |- |<nowiki>__NOEDITSECTION__</nowiki> |Versteckt den "Bearbeiten"-Link neben einer Überschrift. |- |<nowiki>__NEWSECTIONLINK__</nowiki> |Fügt auf neben dem "Bearbeiten"-Link einen Link (normalerweise "+") ein, mit dem ein neuer Abschnitt angelegt werden kann (nur auf Nicht-Diskussionsseiten) |} ==Variablen== Mit Variablen können Informationen über die aktuelle Seite, das Wiki oder das Datum angezeigt werden. Die Syntax gleich denen der Vorlagen, es kann daher bei gleicher Benennung zu Konflikten führen. Tritt ein Namenskonflikt zwischen Vorlage und Variable auf, wird allerdings die Variable benutzt. Wenn die Vorlage trotzdem benutzt werden soll, muss das Wort "Template:" <nowiki>{{Template:Vorlagenname}}</nowiki> in Verbindung mit dem Namen angewendet werden. {| class="wikitable" !Variable !Output !Beschreibung |- |<nowiki>{{SITENAME}}</nowiki> |BlueSpice |Name des Wikis |- |<nowiki>{{CURRENTTIME}}</nowiki> |20:16 |Zeit (24-Stunden HH:mm Format) |- |<nowiki>{{CURRENTDAY}}</nowiki> |9 |Aktueller Tag (keine führende Null) |- |<nowiki>{{CURRENTMONTH}}</nowiki> |06 |Monat (mit führender Null) |- |<nowiki>{{NUMBEROFARTICLES}}</nowiki> |495 |Zeigt die Anzahl aller existierenden Artikel im Wiki (im Hauptnamensraum) |- |<nowiki>{{NAMESPACE}}</nowiki> | |Zeigt den Namensraum des Artikels an |- |<nowiki>{{PAGENAME}}</nowiki> |MagicWords |Zeigt den Seitennamen, so wie er angelegt wurde (vgl. hierzu Änderung von Artikeltiteln) |} '''Variablen von Hallo Welt!''' {| class="wikitable" !Variable !Output !Beschreibung |- |<nowiki>{{#hwinfobox:}}</nowiki> | |shows five latest changes and date when they occured |- |{<nowiki>{{#userslink:(who?)}}</nowiki> | |names all users who are online<br /> |}
Zeile 1: | Zeile 1: | ||
− | === | + | ===Keywords=== |
− | + | Predefined keywords manage the appearance or behavior of a page. It is used to specify desired omissions or insertions in the content. Keywords can theoretically be typed anywhere in the wikicode, but this depends on the function. For example, the keyword that creates a table of contents, will be placed typically at the top of the article. | |
{| class="wikitable" | {| class="wikitable" | ||
− | ! | + | !Keyword |
− | ! | + | !Description |
|- | |- | ||
− | |__NOEDITOR__ | + | |<nowiki>__NOEDITOR__</nowiki> |
− | | | + | |Prevents use of the WYSIWYG editor on this page |
|- | |- | ||
|<nowiki>__NOTOC__</nowiki> | |<nowiki>__NOTOC__</nowiki> | ||
− | | | + | |Hides the table of contents (TOC) on this page |
|- | |- | ||
|<nowiki>__TOC__</nowiki> | |<nowiki>__TOC__</nowiki> | ||
− | | | + | |Allows you to move the table of contents anywhere in the article. If there is a <nowiki> __ NOTOC __ </ nowiki> this will be overwritten. However, only one table of contents can be inserted; if several are inserted, only the first (top) is displayed. |
|- | |- | ||
|<nowiki>__NOEDITSECTION__</nowiki> | |<nowiki>__NOEDITSECTION__</nowiki> | ||
− | | | + | |Hides the "edit" link next to a heading. |
|- | |- | ||
|<nowiki>__NEWSECTIONLINK__</nowiki> | |<nowiki>__NEWSECTIONLINK__</nowiki> | ||
− | | | + | |Adds a link (usually "+") next to the "Edit" link to create a new section (only on non-discussion pages) |
|} | |} | ||