Wikisphere extensions: Difference between revisions

From Wikisphere
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
<br />
<br />


=== Configuration ===
===Configuration===
{| class="wikitable"
{| class="wikitable"
|+
|+
Line 19: Line 19:
|true/false
|true/false
|disable "was-deleted", "duplicate" and "duplicate-archive" warnings on file upload (requires the patches in the file [[Source code & patches/includes/upload/UploadBase.php|includes/upload/UploadBase.php]])
|disable "was-deleted", "duplicate" and "duplicate-archive" warnings on file upload (requires the patches in the file [[Source code & patches/includes/upload/UploadBase.php|includes/upload/UploadBase.php]])
|-
|$wgWikisphereUploadUnderCurrentPage
|true/false
|upload images under the current page. E.g. A picture named "cover.png" will be uploaded in the path Book name/cover.png rather than without any path (as in standard WIKIs). This allows the use of generic name for pictures, which are by contrast characterized by their path. (requires the patches [[Source code & patches#Files.2FUpload|described here]])
|-
|-
|$wgWikisphereAllowCreationRegularPages
|$wgWikisphereAllowCreationRegularPages
Line 34: Line 38:
|$wgWikispherePostOnWikisphere
|$wgWikispherePostOnWikisphere
|true/false
|true/false
|posts the semantic content on the global site wikisphere.org (front-end)
|posts the semantic content c
|-
|-
|$wgWikisphereHandleDraftState
|$wgWikisphereHandleDraftState
|none, new, all, owned
|none, new, all, owned
|[[File:Dropdown-properties.png|thumb]]requires the extension Wikisphere PageProperties. If set to none pages don't need to be explicitly published through the  page Properties (reachable from the dropdown of page actions)  
|requires the extension Wikisphere PageProperties. If set to "none" the pages don't need to be explicitly published through the  page Properties (reachable from the dropdown of page actions, see picture 1) to be accessible to everybody. If set to "new" only new pages need to be explicitly published to be accessible to everybody. If set to "owned" only owned pages and subpages need to be published to be accessible to everybody or to be posted on the global site wikisphere.org (front-end)
|-
|-
|
|
Line 46: Line 50:
<br />
<br />


=== Magic Words / Parser functions ===
===Magic Words / Parser functions===
<br />
<br />
{| class="wikitable"
{| class="wikitable"
Line 56: Line 60:
|noparse
|noparse
|<nowiki>{{#noparse: <a href="">my link</a>}}</nowiki>
|<nowiki>{{#noparse: <a href="">my link</a>}}</nowiki>
|can be used to print raw html within the page when [[mediawikiwiki:Manual:$wgRawHtml|$wgRawHtml]] is disabled  
|can be used to print raw html within the page when [[mediawikiwiki:Manual:$wgRawHtml|$wgRawHtml]] is disabled
|-
|-
|hostname
|hostname
|<nowiki>{{#hostname:}}</nowiki>
|<nowiki>{{#hostname:}}</nowiki>
|prints the host name, currently used by [[Template:Pdf thumbnail|Pdf thumbnail]] to open the pdf file  
|prints the host name, currently used by [[Template:Pdf thumbnail|Pdf thumbnail]] to open the pdf file
|}
|}




== Subpages ==
==Subpages==
Provides the list of subpages on the navigation panel, a magic word to display subpages of a given page, and a special page to navigate through suppages
Provides the list of subpages on the navigation panel, a magic word to display subpages of a given page, and a special page to navigate through suppages



Revision as of 18:05, 4 December 2021

Wikisphere

Wikisphere Common

Common methods required from the various Wikisphere extensions


Configuration

variable possible values description
$wgWikisphereUploadDisableWarnings true/false disable "was-deleted", "duplicate" and "duplicate-archive" warnings on file upload (requires the patches in the file includes/upload/UploadBase.php)
$wgWikisphereUploadUnderCurrentPage true/false upload images under the current page. E.g. A picture named "cover.png" will be uploaded in the path Book name/cover.png rather than without any path (as in standard WIKIs). This allows the use of generic name for pictures, which are by contrast characterized by their path. (requires the patches described here)
$wgWikisphereAllowCreationRegularPages true/false if the extension Wikisphere PageOwnership is installed, regular users cannot create pages outside their owned pages. Setting this variable to true in combination with $wgWikisphereHandleDraftState set to "new" or "all" lets regulars users to create any page, at the same time leaving to moderators the power to publish it when appropriate
$wgWikisphereCreateOwnedPageRealName true/false if the extension Wikisphere PageOwnership is installed, automatically creates an owned page corresponding to the real name as soon as an user signs in
$wgWikisphereCreateOwnedPageTimestamp true/false if the extension Wikisphere PageOwnership is installed, automatically creates an owned page corresponding to the timestamp of the account creation as soon as an user signs in
$wgWikispherePostOnWikisphere true/false posts the semantic content c
$wgWikisphereHandleDraftState none, new, all, owned requires the extension Wikisphere PageProperties. If set to "none" the pages don't need to be explicitly published through the page Properties (reachable from the dropdown of page actions, see picture 1) to be accessible to everybody. If set to "new" only new pages need to be explicitly published to be accessible to everybody. If set to "owned" only owned pages and subpages need to be published to be accessible to everybody or to be posted on the global site wikisphere.org (front-end)


Magic Words / Parser functions


name use case description
noparse {{#noparse: <a href="">my link</a>}} can be used to print raw html within the page when $wgRawHtml is disabled
hostname {{#hostname:}} prints the host name, currently used by Pdf thumbnail to open the pdf file


Subpages

Provides the list of subpages on the navigation panel, a magic word to display subpages of a given page, and a special page to navigate through suppages


PageProperties

Provides SEO and published/draft state of pages. Only admins and page creators can publish a page.


PageOwnership

Preload content

CI Forms