Help:Automatic conversion of wikitext/pl

From Meta, a Wikimedia project coordination wiki
Jump to navigation Jump to search
This page is a translated version of the page Help:Automatic conversion of wikitext and the translation is 7% complete.
Podręcznik MediaWiki: Spis treści, Czytelnicy, Edytujący, Moderatorzy, Administratorzy systemu, Badacze +/-

Depending on the wikitext in the edit box, when clicking on "Opublikuj stronę" or "Opublikuj zmiany" the wikitext may be automatically modified before saving. The result of this automatic conversion of wikitext (pre-save transform) is shown when pressing "Podgląd zmian". The rendering is shown with "Pokaż podgląd". The conversion does not display in the edit box (save and press Edytuj again to see the result in the wikitext there).

The cases where wikitext is automatically converted include:

  • Substitution
  • Tildes:
    • ~~~ gives a signature without time or date
    • ~~~~~ gives the time and date, e.g. 08:56, 2 July 2010 (UTC)
    • ~~~~ gives a full signature, i.e. it combines ~~~ and ~~~~~
  • Pipe trick

If such code is put in a template with the intention of being applied when the template is substituted, care should be taken to prevent premature conversion of wikitext (i.e., when the template is saved). One way is to provide part of the code as default value of an unused parameter. Since the empty string is a possible but for other purposes uncommon parameter name, it is usually a suitable choice for the name of this unused parameter, for example:

  • {{{{{|safesubst:}}}CURRENTTIME}}
  • {{{|~~}}}~~
  • [[abc (def)|{{{|}}}]]

The third example is hardly useful, and just given to illustrate the analogy with the other two cases.

Another method is with <includeonly> tags.

Also, a template parameter can be used to control whether the conversion is applied when the template is substituted. For example, {{{{{subst1|}}}CURRENTTIME}} converts if the value of parameter subst1 is equal to subst: or safesubst:, and not if it is empty or undefined.

Limits

These automatic conversions of wikitext will not work within <ref>...</ref> and <gallery>...</gallery>.[1]

Notes

Zobacz też