You are viewing an old version of this page. Return to the latest version.
Difference between revisions of "Template:BSExtensionInfobox"
__NOEDITOR__
This is the "BSExtensionInfobox" template. It should be called in the following format:
{{BSExtensionInfobox |desc= |status= |active= |developer= |type= |compatible= |edition= |package= |category= |docu= }}
semantic properties[edit source]
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 | x | BlueSpiceFree,BlueSpicePro |
Property:BSExtensionInfoActivated | active | bool | Yes, No | |
Property:BSExtensionInfoCompatible | compatible | text | x | MediaWiki, BlueSpice |
Property:BSExtensionInfoPackage | package | text | Bookmaker, DocumentManager, Teamwork, SemanticData, PasteImage, ServiceCenter, VisualDiff, WikiExplorer, Reminder, RatedComments, ReadConfirmation | |
Property:BSExtensionInfoCategory | category | text | Administration, Book, Communication, Content structuring, Data analysis, Document management, Editor, Export, Infrastructure, Mobile, Personalization, Quality assurance, Reporting, Rich articles, Search and navigation, Security, Skinning | |
Property:BSExtensionInfoDocumentation | docu | url | x |
Edit the page to see the template text.
<noinclude> __NOEDITOR__ This is the "BSExtensionInfobox" template. It should be called in the following format: <pre>{{BSExtensionInfobox |desc= |status= |active= |developer= |type= |compatible= |edition= |package= |category= |docu= }} </pre> ==semantic properties== {| class="wikitable" |- ! 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 | x | BlueSpiceFree,BlueSpicePro |- | [[Property:BSExtensionInfoActivated]] | active | bool | | Yes, No |- | [[Property:BSExtensionInfoCompatible]] | compatible | text | x | MediaWiki, BlueSpice |- | [[Property:BSExtensionInfoPackage]] | package | text | | Bookmaker, DocumentManager, Teamwork, SemanticData, PasteImage, ServiceCenter, VisualDiff, WikiExplorer, Reminder, RatedComments, ReadConfirmation |- | [[Property:BSExtensionInfoCategory]] | category | text | | Administration, Book, Communication, Content structuring, Data analysis, Document management, Editor, Export, Infrastructure, Mobile, Personalization, Quality assurance, Reporting, Rich articles, Search and navigation, Security, Skinning |- | [[Property:BSExtensionInfoDocumentation]] | docu | url | x | |} Edit the page to see the template text. </noinclude> <includeonly>{| style="width: 30em; font-size: 90%; border: 3px solid #4055BA; border-collapse: collapse; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align: left;" |- ! style="text-align: center; background-color:#4055BA; padding:20px;" colspan="2"|<span style="font-size: larger; color: #FFFFFF;">[[BSExtensionInfoName::{{PAGENAME}}]]</span> |- ! style="text-align: left; background-color:#eeeeee; padding:20px;" colspan="2"|<span>[[BSExtensionInfoDescription::{{{desc|}}}]]</span> |- ! style="vertical-align:top; padding-top: 20px; padding-left: 10px;" | State: | style="vertical-align:bottom" | [[BSExtensionInfoStatus::{{{status|}}}]] |- ! style="vertical-align:top; padding-left: 10px;" | Developer: | style="vertical-align:bottom" | {{#arraymap:{{{developer|}}}|,|y|[[BSExtensionInfoDeveloper::y]]}} |- ! style="vertical-align:top; padding-left: 10px;" | Type of extension: | style="vertical-align:bottom" | [[BSExtensionInfoType::{{{type|}}}]] |- ! style="vertical-align:top; padding-left: 10px;" | Edition: | style="vertical-align:bottom" | {{#arraymap:{{{edition|}}}|,|y|[[BSExtensionInfoEdition::y]]}} |- ! style="vertical-align:top; padding-left: 10px;" | Active by default: | style="vertical-align:bottom" | [[BSExtensionInfoActivated::{{{active|}}}]] |- ! style="vertical-align:top; padding-left: 10px;" | Compatibility: | style="vertical-align:bottom" | {{#arraymap:{{{compatible|}}}|,|y|[[BSExtensionInfoCompatible::y]]}} |- ! style="vertical-align:top; padding-left: 10px;" | Software package: | style="vertical-align:bottom" | [[BSExtensionInfoPackage::{{{package|-}}}]] |- ! style="vertical-align:top; padding-left: 10px; padding-bottom: 20px;" | Category: | style="vertical-align:top; padding-bottom: 20px;" | {{#arraymap:{{{category|-}}}|,|z|[[BSExtensionInfoCategory::z]]}} |- ! style="vertical-align:top; padding-left: 10px; padding-top: 20px; background-color:#eeeeee;" colspan="2"| <span>Documentation at MediaWiki.org:</span> |- {{#if: {{{docu|}}} | {{!-}} ! style="vertical-align:top; padding-left: 10px; padding-bottom: 20px; background-color:#eeeeee;" colspan="2"| {{!}} {{#arraymap:{{{docu|}}}|,|y|[[BSExtensionInfoDocumentation::y]]}}docu {{!}} [[BSExtensionInfoDocumentation::{{{docu|}}}]] }} |- |} </includeonly>
Line 132: | Line 132: | ||
|- | |- | ||
{{#if: {{{docu|}}} | {{!-}} | {{#if: {{{docu|}}} | {{!-}} | ||
− | ! style="vertical-align:top; padding-left: 10px; padding-bottom: 20px; background-color:#eeeeee;" colspan="2"| {{!}} | + | ! style="vertical-align:top; padding-left: 10px; padding-bottom: 20px; background-color:#eeeeee;" colspan="2"| docu |
+ | {{!}} [[BSExtensionInfoDocumentation::{{{docu|}}}]] | ||
}} | }} | ||
|- | |- | ||
|} | |} | ||
</includeonly> | </includeonly> |