Extension:LastModified/pl
Appearance
LastModified Status wydania: stabilne |
|
---|---|
Realizacja | Strona specjalna |
Opis | Provides a Last modified date for wiki articles |
Autor(zy) | Jeremy Postlethwaite (Jpostlethwaitedyskusja) |
Ostatnia wersja | continuous updates |
MediaWiki | >= 1.29.0 |
Zmiany w bazie danych | Nie |
Licencja | Licencja GNU General Public License 2.0 lub nowsza |
Pobieranie | |
$wgLastModifiedRange |
|
Quarterly downloads | 12 (Ranked 121st) |
Przetłumacz rozszerzenie LastModified jeżeli jest dostępne na translatewiki.net | |
Problemy | Otwarte zadania · Zgłoś błąd |
The LastModified extension displays text on the page showing the last modified page time. Zobacz też Timestamp position modification . This extension was created during Tech Days 2011 at the San Francisco Wikimedia office.
Customization
Using the $wgLastModifiedRange
configuration parameter, you can change the display range (or timelimit) used by the extension.
For example, if you only want to display the message for articles that were updated less than 30 days ago, set this value to 2.
This will display a message like: "Last updated 20 days ago." You will not see this message for articles that were modified more than 30 days ago.
The parameter only accepts an integer value. Here are the options available:
Value | Display | ||||||
---|---|---|---|---|---|---|---|
years | months | days | hours | minutes | seconds | ||
0 | years | Tak | Tak | Tak | Tak | Tak | Tak |
1 | months | Nie | Tak | Tak | Tak | Tak | Tak |
2 | days | Nie | Nie | Tak | Tak | Tak | Tak |
3 | hours | Nie | Nie | Nie | Tak | Tak | Tak |
4 | minutes | Nie | Nie | Nie | Nie | Tak | Tak |
5 | seconds | Nie | Nie | Nie | Nie | Nie | Tak |
The default used by the extension is "0".
Installation
- Pobierz i umieść plik(i) w katalogu o nazwie
LastModified
w folderzeextensions/
.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/LastModified - Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
wfLoadExtension( 'LastModified' );
- Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.
See also
- Extension:WarnNotRecentlyUpdated for a content warning if the page has been modified too long ago
To rozszerzenie jest dołączone do następujących farm/hostów wiki lub pakietów: To nie jest pełna lista. Niektóre farmy/hosty wiki lub pakiety mogą zawierać to rozszerzenie nawet jeśli nie są one tutaj wymienione. Zawsze sprawdzaj swoje farmy/hosty wiki, aby to potwierdzić. |