Template:Bannerbox/styles.css and Reference:FlaggedRevs: Difference between pages

(Difference between pages)
(Autogenerated)
 
No edit summary
 
Line 1: Line 1:
/* styles for banner template */
{{BSExtensionInfobox
|desc=Allows for article content management by editors and reviewers.
|status=stable
|developer=Aaron Schulz, Joerg Baach
|type=MediaWiki
|edition=BlueSpice pro, BlueSpice Farm, BlueSpice Cloud
|compatible=MediaWiki
|category=Quality Assurance
|docu=https://www.mediawiki.org/wiki/Extension:FlaggedRevs
|features='''FlaggedRevs''' is a MediaWiki extension that activates an approval mechanism.


.bannerbox {display:flex; background:#f1f3f9;}
New versions of an article are initially marked as drafts and remain so until a user with revision rights checks and approves the page.
.bannerbox .floatleft {margin:0;}
 
.banner-image { flex-grow:0;  flex-basis:auto;}
The MediaWiki extension is customized in BlueSpice. It uses the [[Reference:BlueSpiceFlaggedRevsConnector{{!}}FlaggedRevsConnector]] to work alongside [[Reference:Workflows{{!}}workflows]], realising the complete functionality of an editorial process with a final approval step.
.banner-content {flex-grow:1; flex-shrink:1; flex-basis:60%}
<br />
.bannerbox .banner-title .bannerhd {font-size:1.6em; font-weight:bold}
{{Messagebox{{!}}boxtype=warning{{!}}Note text=The setting FR_INCLUDES_FREEZE for handling the state of included files of an approved wikipage has [https://phabricator.wikimedia.org/rEFLRe4ff4779203d4ec44cdadcfa33f6d634bee1a7f1 no long term support by ] and should not be introduced in a new wiki for that reason.}}<br />
.bannerbox .banner-text {font-size:1.3em;}
|bsvTo=4.2.x
.banner-content {padding:10px;}
}}
.bannerbox.bgicon1, .bannerbox.bgicon2, .bannerbox.bgicon3, .bannerbox.swoosh  {position:relative;overflow:hidden}
{{wcagCheck
.bannerbox.bgicon1::before {color:white; opacity: 0.5; font-size:15em;font-family: "Font Awesome 6 Free";  font-weight: 900;  content: "\f0ac";
|wcagCheckedfor=Web, Authoring tool
position: absolute; top: -95px;right: 10px;}
}}
.bannerbox.bgicon2::before {color:white; opacity: 0.5; font-size:9.5em; font-family: "bootstrap-icons"; font-weight: 400; content: "\f1dd"; position: absolute; top: -40px; right: 10px;}
.bannerbox.bgicon3::before {color:white; opacity: 0.5; font-size:9.5em; font-family: "Font Awesome 6 Free"; font-weight: 900;  content: "\e592"; position: absolute; top: -38px; right: 5px;}
.bannerbox.swoosh {border-bottom: 1px solid #a6a6a7;border-radius: 0 0 80% 0%; overflow: hidden;position:relative;}
@media only screen
  and (max-width: 600px) {
.bannerbox {flex-wrap:wrap;}
.banner-image {flex-basis:100%;}
.banner-image img{ width: 100%;}
.banner-content {flex-basis:100%}
}

Revision as of 08:43, 29 June 2023

Extension: FlaggedRevs

all extensions

Overview
Description: Allows for article content management by editors and reviewers.
State: stable Dependency: MediaWiki
Developer: Aaron Schulz, Joerg Baach License: -
Type: MediaWiki Category: Quality Assurance
Edition: BlueSpice pro, BlueSpice Farm, BlueSpice Cloud Version: 4.1- 4.2.x

Features

FlaggedRevs is a MediaWiki extension that activates an approval mechanism.

New versions of an article are initially marked as drafts and remain so until a user with revision rights checks and approves the page.

The MediaWiki extension is customized in BlueSpice. It uses the FlaggedRevsConnector to work alongside workflows, realising the complete functionality of an editorial process with a final approval step.
{{Messagebox|boxtype=warning|Note text=The setting FR_INCLUDES_FREEZE for handling the state of included files of an approved wikipage has no long term support by and should not be introduced in a new wiki for that reason.}}

Discussions