Extension:LogoFunctions/fi
LogoFunctions Julkaisustatus: vakaa |
|
---|---|
Toteutus | Jäsennintoiminto |
Kuvaus | Adds a parser function about the wiki's logo |
Tekijä(t) | JuneHyeon Bae (*devuntkeskustelu) |
Viimeisin versio | 2.0 (2019-09-15) |
MediaWiki | 1.31+ |
PHP | 7.0+ |
Tietokantamuutokset | Ei |
Lisenssi | GNU General Public License 2.0 tai myöhempi |
Lataa | |
|
|
Quarterly downloads | 4 (Ranked 128th) |
Voit kääntää LogoFunctions-laajennuksen mikäli se on saatavilla translatewiki.netissä | |
Ongelmat | Avoimet tehtävät · Raportoi ongelmasta |
The LogoFunctions extension adds parser functions to override or add stamps to the wiki's logo.
Usage
#setlogo
{{#setlogo:ExampleLogo.png}}
This sets the logo to file [[File:ExampleLogo.png]]
#stamplogo
{{#stamplogo:Featured.png|190px|top|-1em|-1em}}
This adds a featured article stamp to the logo ([[File:Featured.png]]
), 190px wide, -1em from the left, -1em from the top, as seen on uncyclopedia:Page title.
top
or bottom
options can be used, for up to two stamps applied to the logo on a page.
Installation
- Lataa ja siirrä purettu kansio nimeltä
LogoFunctions
extensions/
-kansioosi.
Kehittäjien ja koodipaikkauksia tekevien tahojen tulisi asentaa laajennos git-versionhallintaohjelmaa käyttäen:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/LogoFunctions - Lisää seuraava koodi LocalSettings.php -tiedostosi loppuosaan:
wfLoadExtension( 'LogoFunctions' );
- Määritä tarvittaessa.
- Tehty – Mene wikisi sivulle Special:Version vahvistaaksesi, että laajennoksen asennus onnistui.
Configuration
This extension can be used to set per-namespace logos via configuration by mapping a namespace number to a file available on the wiki:
$wgNamespaceLogos = [
6 => 'Uncyclomedia Commons.png',
7 => 'Uncyclomedia Commons.png',
];
The above code added to your "LocalSettings.php" file will set the specified files as logos for the "File" and "File talk" namespace. For these in particular, do remember to protect the files and also to mark them as used to prevent them from being deleted.
This extension is included in the following wiki farms/hosts and/or packages: This is not an authoritative list. Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |