Extension:MyVariables/pl

This extension is professionally maintained by the WikiTeq team.
WikiTeq provides official support for MediaWiki LTS releases only. It may work with other MediaWiki releases.
Category:Extensions by WikiTeq/pl Category:GPL licensed extensions/pl
Podręcznik rozszerzeń MediaWiki
MyVariables
Status wydania: stabilneCategory:Stable extensions/pl
Realizacja Zmienna Category:Variable extensions/pl
Opis Adds new built-in variables
Autor(zy)
Opiekun(owie) WikiTeq team
Ostatnia wersja 4.3 (2021-09-23)
Polityka zgodności Dla każdego wydania MediaWiki, które jest wydaniem wsparcia długoterminowego, istnieje odpowiednia gałąź w rozszerzeniu.
MediaWiki 1.31-1.35, 1.39Category:Extensions with manual MediaWiki version
Zmiany w bazie danych Nie
Licencja Licencja GNU General Public License 2.0 lub nowsza
Pobieranie Category:Extensions in Wikimedia version control/pl
Quarterly downloads 13 (Ranked 79th)
Przetłumacz rozszerzenie MyVariables jeżeli jest dostępne na translatewiki.net
Problemy Otwarte zadania · Zgłoś błąd
Category:All extensions/pl

The MyVariables extension adds new built-in variables:

Variable Opis Sample
{{currentuser}} Login of current user or the IP for anonymous users. "Pastakhov" lub "x.x.x.x"
{{currentloggeduser}} Login of current user or empty for anonymous users. "Pastakhov" lub ""
{{currentuserrealname}} Real name of current user. "Pavel Astakhov"
{{hitcounter}} Number of visits (hits) to the current page according to Extension:HitCounters or empty if the extension isn't installed. "123" lub ""
{{logo}} Path to wiki logo. "/w/skins/common/images/wiki.png"
{{uuid}} Random (v4) UUID. "65ba1a51-c723-4b9d-b1f3-13148d628322"
{{userlanguagecode}} Language that the user specified in the preferences. "en", "en-ca", "ru" itd.
{{userregistration}} Timestamp of the date at which the user registered or empty if the page isn't a user page. "20100809003006" lub ""
{{firstrevisionid}} ID of the first revision of the current page or empty if page isn't yet created. "1" lub ""
{{firstrevisiontimestamp}} Timestamp of the first revision of the current page or empty if page isn't yet created. "20100809003006" lub ""
{{firstrevisionuser}} The user name (without the User prefix) or IP address associated to the first revision of the current page or empty if page isn't yet created. "Pastakhov", "x.x.x.x" lub ""
{{pageimage}} The main image of the current page as determined by Extension:PageImages. If the extension is not installed or no main image was determined then {{PAGEIMAGE}} will output nothing. "Logo.png" lub ""
{{realname}} When used in a user page, will output the real name of the user. However, if used like this {{REALNAME:Jimbo}} it will output the real name of the user Jimbo. This dual behavior is similar to core variables like {{PAGENAME}}. "Pastakhov" lub ""
{{redirects}} Comma-separated list of redirects to the current page or empty if there're no redirects. "Foo, Bar, Baz" or ""
{{subpages}} The subpages of the current page, in plain text, comma-separated and in alphabetic order. If there are no any subpages, it will output nothing. "Pastakhov/Subpage1, Pastakhov/Subpage2" or ""
{{whatlinkshere}} The titles of the pages that link to the current page, comma-separated and in alphabetic order. It will be empty if there are no linked pages. "Bar, Baz, Foo" or ""

Instalacja

  • Pobierz i umieść plik(i) w katalogu o nazwie MyVariables w folderze extensions/.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/MyVariables
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'MyVariables' );
    
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.

Note

  • This extension should not be confused with the Variables extension, which allows the use of variables in the computer programming sense.

Zobacz też

Category:All extensions/pl Category:Extensions by WikiTeq/pl Category:Extensions in Wikimedia version control/pl Category:Extensions included in Canasta/pl Category:Extensions included in Miraheze/pl Category:Extensions included in MyWikis/pl Category:Extensions included in Open CSP/pl Category:Extensions included in ProWiki/pl Category:Extensions included in WikiForge/pl Category:Extensions included in wiki.gg/pl Category:Extensions with manual MediaWiki version Category:GPL licensed extensions/pl Category:GetMagicVariableIDs extensions/pl Category:ParserFirstCallInit extensions/pl Category:ParserGetVariableValueSwitch extensions/pl Category:ParserOptionsRegister extensions/pl Category:Stable extensions/pl Category:Variable extensions/pl