Extension:CreateWiki/cs
![]() Stav rozšíření: stabilníCategory:Stable extensions/cs |
|
---|---|
![]() |
|
Popis | Poskytuje funkci, která umožňuje tvůrcům wiki vytvářet nové wiki stránky v rámci jiné wiki stránky. Creates 3 additional 'special pages' (RequestWiki, RequestWikiQueue, and CreateWiki). |
Autoři | Southparkfan, John Lewis, Paladox, Universal Omega, Agent Isai, Alex |
Správci | Miraheze system administrators |
Nejnovější verze | continuous updates |
MediaWiki | 1.37.0+Category:Extensions with manual MediaWiki version |
PHP | 7.4+ |
Změny v databázi | Ano |
Composer | miraheze/create-wikiCategory:Extensions supporting Composer/cs |
Tabulky | cw_comments cw_requests cw_wikis |
Licence | GNU General Public License 3.0 |
Stáhnout | Category:Extensions in GitHub version control/cs |
|
|
|
|
|
|
Přeložte rozšíření CreateWiki |
CreateWiki is an extension which allows registered users of one wiki site on a wiki farm to request new wiki sites or create new wiki sites on that wiki farm. It provides three additional special pages:
- Special:RequestWiki — for requesting new wikis
- Special:RequestWikiQueue — for viewing the new wiki request queue and handling new wiki requests
- Special:CreateWiki — allows some users to create new wiki sites
This particular version of CreateWiki is based on the earlier Checkuser extension by Tim Starling and Aaron Schulz, and another CreateWiki extension by KuduIO.
Issues and bug reporting
For reporting an issue or a bug, please use Miraheze Phorge. See here for the workboard.
Installation
- Download soubor/y a vložte je do adresáře pojmenovaného
CreateWiki
ve vaší složceextensions/
. - Na konec vašeho souboru LocalSettings.php přidejte následující kód:
wfLoadExtension( 'CreateWiki' );
- Spusťte aktualizační skript, který automaticky provede všechny nezbytné databázové změny, jaké rozšíření vyžaduje.
Dokončeno – Přejděte na stránku Special:Version vaší wiki a zkontrolujte, zda bylo rozšíření úspěšně nainstalováno.
Usage
All users (those in the User group by default) can request new wiki sites at Special:RequestWiki. Once they have requested a new wiki, they will be assigned a queue number and can check the status of their request at Special:RequestWikiQueue.
Those with the 'Wiki Creators' (createwiki) user right are able to check Special:RequestWikiQueue, and handle all wiki creation requests. At that page, they can either approve or decline wiki requests, and also change the visibility of a request. Everyone can check RequestWikiQueue at any time to see all requests ever submitted or filter by approved, declined, or in review tasks. Users can also filter by user.
Those with the 'Wiki Creators' (createwiki) user right can also bypass Special:RequestWiki, and manually create new wiki sites themselves at Special:CreateWiki.
Configuration
parameter | default | comment |
---|---|---|
$wgCreateWikiDisallowedSubdomains |
[] |
Regex to match for disallowed subdomains. |
$wgCreateWikiCacheDirectory |
"" |
The path to store CreateWiki cache files at. This configuration variable is required. |
$wgCreateWikiCannedResponses |
false |
Array of default responses to give. If this is enabled, free-text options are removed. |
$wgCreateWikiCategories |
false |
An array of categories used for wiki categorization. |
$wgCreateWikiCollation |
"" |
Sets the collation to use when creating the wiki database. Example is 'DEFAULT SET utf8mb4 COLLATE utf8mb4_unicode_ci' |
$wgCreateWikiCustomDomainPage |
false |
Page name to link to for more information on custom domains. |
$wgCreateWikiDatabase |
false |
Database name of where cw_wikis is stored. |
$wgCreateWikiDatabaseClusters |
[] |
Array. LBFactory clusters which CreateWiki considers active. |
$wgCreateWikiDatabaseClustersInactive |
[] |
Array. LBFactory clusters which are not considered active for use of automatic load-balancing. |
$wgCreateWikiStateDays |
'inactive' => 45,
'closed' => 15,
'removed' => 120,
'deleted' => 7,
|
Array. Integer values in days when a wiki is deemed inactive, closed, removed (hidden), and deleted. Number of days passed since last change - not from initial inactivity. |
$wgCreateWikiEmailNotifications |
false |
Whether to send emails (or not) for new wiki creations. |
$wgCreateWikiNotificationEmail |
root@localhost |
Email address to send internally generated notification emails to. Does not depend on $wgCreateWikiEmailNotifications! |
$wgCreateWikiGlobalWiki |
false |
Database name of the global wiki. (Where RequestWiki should be enabled and Special:CreateWiki available.) |
$wgCreateWikiInactiveExemptReasonOptions |
[] |
Array of possible options for marking an individual wiki as exempt from inactivity. |
$wgCreateWikiPurposes |
[] |
Array. List of identified purposes to show when requesting a new wiki. |
$wgCreateWikiShowBiographicalOption |
false |
Boolean. Whether to show a biographical person option when requesting a new wiki. |
$wgCreateWikiSQLfiles |
false |
SQL files which you want to be created by default when a new wiki is created. This configuration variable is required. |
$wgCreateWikiSubdomain |
false |
The master part of subdomains, e.g. wiki.miraheze.org, miraheze.org is the master part. |
$wgCreateWikiUseCategories |
false |
Whether to use categories to categorise wikis. |
$wgCreateWikiUseClosedWikis |
false |
Whether to implement front-end logic for closing wiki. |
$wgCreateWikiUseCustomDomains |
false |
Whether to implement front-end logic to handle requesting custom domains for wikis in RequestWiki. |
$wgCreateWikiUseEchoNotifications |
false |
Whether to use Echo notifications (beta feature). |
$wgCreateWikiUseExperimental |
false |
Whether to implement front-end logic for marking wikis as experimental. |
$wgCreateWikiUseInactiveWikis |
false |
Whether to implement front-end logic for inactive wikis. |
$wgCreateWikiUseJobQueue |
false |
Whether to defer intensive tasks to the jobqueue. |
$wgCreateWikiUsePrivateWikis |
false |
Whether to implement front-end logic for marking wikis as private. |
REST API
wiki_request
This is an experimental API and is not production-ready!
Route: /createwiki/v0/wiki_request/{id}
Method: GET
Description
Request example
curl https://example.com/w/rest.php/createwiki/v0/wiki_request/1
Request parameters
parameter | required | example | description |
---|---|---|---|
id |
Yes | 1 |
The ID of the wiki request whose data you want to retrieve |
Responses
200 | Success
| ||
---|---|---|---|
400 | Wiki request ID does not exist, or the request has been suppressed
|
Response schema
TODO
See also
- Rozšíření:ManageWiki (depends on CreateWiki)
![]() | Toto rozšíření je zahrnuto v následujících wiki farmách/hostitelích a/nebo balíčcích: Toto není autoritativní seznam. Některé wiki farmy/hostitelé a/nebo balíčky mohou toto rozšíření obsahovat, i když zde nejsou uvedeny. Pro potvrzení se vždy obraťte na své wiki farmy/hostitele nebo balíček. |
![]() | Toto rozšíření spravuje Miraheze. Některá rozšíření Miraheze jsou velmi specifická pro Miraheze a můžete se setkat s problémy, které na Miraheze nevidíte. Chcete-li nahlásit chybu nebo požádat o změnu konfigurace, učiňte tak na Miraheze Issue Tracker a ne na Wikimedia Phabricator. |