Form:BSExtensionInfoboxForm and Template:BSExtensionInfobox: Difference between pages

(Difference between pages)
No edit summary
Tag: 2017 source edit
 
No edit summary
Tag: 2017 source edit
 
Line 1: Line 1:
<noinclude>
<noinclude>This is the "BSExtensionInfobox" template. Used mainly for MediaWiki extensions, but also for BlueSpice extensions that don't have a page in the AutoDoc namespace. For AutoDoc extensions, use the template BSExtensionInfo.
This is the "BSExtensionInfoboxForm" form.
It should be called in the following format:
To create a page with this form, enter the page name below;
if a page with that name already exists, you will be sent to a form to edit that page.


<pre>{{BSExtensionInfobox
|desc=
|status=
|developer=
|type=
|compatible=
|edition=
|category=
|active=
|license=
|docu=
}}
</pre>


{{#forminput:form=BSExtensionInfoboxForm}}
==semantic properties==
 
{| class="wikitable"
</noinclude><includeonly>
|-
<div id="wikiPreview" style="display: none; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #AAAAAA;"></div>
! semantic property
{{{for template|wcagCheck}}}
! template variable
===Accessibility===
! type
{| id="wcaginfotable" |
! multiple choice
!Test status:
! allowed values
|{{{field|wcagStatus|input type=dropdown}}}
|-
!WCAG level
| [[Property:BSExtensionInfoName]]
|{{{field|wcagLevel|input type=dropdown}}}
|  
!WCAG support:
| text
|{{{field|wcagSupport|input type=dropdown}}}{{#ifeq: {{{wcagSupport|}}}|does not support|<span> {{{field|wcagWorkaround|type=checkbox|label=workaround exists}}} </span>|}}
|  
!Comments:
|  
|{{{field|wcagComments|input type=textarea}}
|-
|}
| [[Property:BSExtensionInfoDescription]]
{{{end template}}}
| desc
{{{for template|BSExtensionInfobox}}}
| text
{| class="formtable"
|  
! Description:
|
| {{{field|desc|rows=3}}}
|-
| [[Property:BSExtensionInfoStatus]]
| status
| text
|  
| unknown, unstable, experimental, beta, stable, unmaintained
|-
|-
! State:  
| [[Property:BSExtensionInfoDeveloper]]
| {{{field|status|input type=radiobutton|mandatory}}}
| developer
| text
| x
|  
|-
|-
! Developer:  
| [[Property:BSExtensionInfoType]]
| {{{field|developer|input type=tokens}}}
| type
| text
|  
| MediaWiki, BlueSpice
|-
|-
! Type:  
| [[Property:BSExtensionInfoEdition]]
| {{{field|type|input type=radiobutton|mandatory}}}
| edition
| text
|  
| BlueSpice free, BlueSpice pro, BlueSpice Cloud, BlueSpice Farm
|-
|-
! Edition:  
| [[Property:BSExtensionInfoActivated]]
| {{{field|edition|input type=checkboxes|mandatory}}}
| active
| bool
|  
| Yes, No
|-
|-
! Dependency:  
| [[Property:BSExtensionInfoCompatible]]
| {{{field|compatible|input type=radiobutton|mandatory}}}
| compatible
| text
| x
| MediaWiki, BlueSpice
|-
|-
! Category:  
<!--| [[Property:BSExtensionInfoPackage]]
| {{{field|category|input type=tokens|max values=1}}}
| package
| text
|
| Bookmaker, DocumentManager, Teamwork, SemanticData, PasteImage, ServiceCenter, VisualDiff, WikiExplorer, Reminder, RatedComments, ReadConfirmation
|- -->
| [[Property:BSExtensionInfoCategory]]
| category
| text
|  
| Administration, Buchfunktion, Kommunikation, Inhaltliche Strukturierung, Datenanalyse, Dokumentenmanagement, Editor, Export, Infrastruktur, Mobile, Personalisierung, Qualitätssicherung, Reporting, Rich articles, Suche und Navigation, Sicherheit, Skinning
|-
|-
! License:  
| [[Property:BSExtensionInfoLicense]]
| {{{field|license|input type=dropdown|values from property=BSExtensionInfoLicense}}}
| license
| page
|  
| ISC, MIT, WTFPL, GPL v2+, GPL v2+ and BSD 3 Clause, GPL v2+ and MIT, GPL v3+, GPL v3
|-
|-
! MediaWiki.org:  
| [[Property:BSExtensionInfoDocumentation]]
| {{{field|docu|input type=text}}}
| docu
| url
|
|  
|}
|}
{{{end template}}}


'''Free text:'''
Edit the page to see the template text.
 
</noinclude><includeonly>{{#default_form:BSExtensionInfoboxForm}}
{{{standard input|free text|rows=10}}}
<h1>{{#switch: {{PAGENAME}}|BlueSpiceDiscovery|BlueSpiceCalumma|Chameleon=Skin:{{PAGENAME}}|Extension: {{PAGENAME}} }}</h1>
 
<br />
 
<i class="bi bi-arrow-right-circle"></i> [[:Category:Extension|all extensions]]
{{{standard input|summary}}}
{| class="extension-infobox  fullwidth"
|-
!class="extension-infobox-header" colspan="4"|Overview
|-
! Description:
|colspan="3" | [[BSExtensionInfoDescription::{{{desc|}}}]]
|-
! State:
| [[BSExtensionInfoStatus::{{{status|}}}]]
! Dependency:
| {{#arraymap:{{{compatible|}}}|,|y|[[BSExtensionInfoCompatible::y]]}}
|-
! Developer:
| {{#arraymap:{{{developer|}}}|,|y|[[BSExtensionInfoDeveloper::y]]}}
! License:
| [[BSExtensionInfoLicense::{{{license|-}}}]]
|-
! Type:
| {{#if:{{{docu|}}}|[{{{docu|}}} {{{type|}}}]|{{{type|}}}}} {{#set:BSExtensionInfoType={{{type|}}}}}
! Category:
| {{#arraymap:{{{category|-}}}|,|z|[[BSExtensionInfoCategory::z]]}}
|-
! Edition:
| colspan="3"|{{#arraymap:{{{edition|}}}|,|@@|[[BSExtensionInfoEdition::@@]]}}
|-
!class="extension-infobox-helppage" colspan="4"|{{#ifexist: Manual:Extension/{{PAGENAME}} | <div class="questionmark-icon"> '''[[Manual:Extension/{{PAGENAME}}|View help page]]'''</div>|{{#if: {{{docu|}}}|For more info, visit '''[{{{docu|}}} Mediawiki].'''|}} }}
|}
{{wcagCheck}}
==Features==


{{{standard input|save}}} {{{standard input|preview}}} {{{standard input|changes}}} {{{standard input|cancel}}}
__NOTOC__
</includeonly>
__HIDETITLE__
[[Category:Extension]]{{Translation}}</includeonly>

Revision as of 11:52, 3 August 2022

This is the "BSExtensionInfobox" template. Used mainly for MediaWiki extensions, but also for BlueSpice extensions that don't have a page in the AutoDoc namespace. For AutoDoc extensions, use the template BSExtensionInfo. It should be called in the following format:

{{BSExtensionInfobox
|desc=
|status=
|developer=
|type=
|compatible=
|edition=
|category=
|active=
|license=
|docu=
}}

semantic properties

semantic property template variable type multiple choice allowed values
Property:BSExtensionInfoName text
Property:BSExtensionInfoDescription desc text
Property:BSExtensionInfoStatus status text unknown, unstable, experimental, beta, stable, unmaintained
Property:BSExtensionInfoDeveloper developer text x
Property:BSExtensionInfoType type text MediaWiki, BlueSpice
Property:BSExtensionInfoEdition edition text BlueSpice free, BlueSpice pro, BlueSpice Cloud, BlueSpice Farm
Property:BSExtensionInfoActivated active bool Yes, No
Property:BSExtensionInfoCompatible compatible text x MediaWiki, BlueSpice
Property:BSExtensionInfoCategory category text Administration, Buchfunktion, Kommunikation, Inhaltliche Strukturierung, Datenanalyse, Dokumentenmanagement, Editor, Export, Infrastruktur, Mobile, Personalisierung, Qualitätssicherung, Reporting, Rich articles, Suche und Navigation, Sicherheit, Skinning
Property:BSExtensionInfoLicense license page ISC, MIT, WTFPL, GPL v2+, GPL v2+ and BSD 3 Clause, GPL v2+ and MIT, GPL v3+, GPL v3
Property:BSExtensionInfoDocumentation docu url

Edit the page to see the template text.

No categories assignedEdit

Discussions