No edit summary Tag: 2017 source edit |
No edit summary |
||
(37 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{TOClimit|limit= | {{TOClimit|limit=2|nonum=1|notitle=1|noborder=0|fontlarge=0|inline=0}} | ||
==Lists== | ==Lists== | ||
<div class="sectionflex col3 frame"> | <div class="sectionflex col3 frame"> | ||
Line 71: | Line 72: | ||
{{CircledNumber|bgColor=#3e5389|fgColor=white|number=5}} Eat | {{CircledNumber|bgColor=#3e5389|fgColor=white|number=5}} Eat | ||
</div> | </div> | ||
<div> | |||
=== {{Icon|bi bi-bag-fill|||}} Icon=== | |||
{{Icon|bi bi-book|||}} User manual | |||
{{Icon|bi bi-arrow-right-circle|||}} Go to "Releases" | |||
{{Icon|bi bi-gear|||}} Admin info | |||
{{Icon|bi bi-graph-up|||}} Business updates | |||
<hr> | |||
<span style="text-align: center; display: block;">{{Icon|fas fa-university|2em|#08768D|}}<br></span> | |||
<span style="text-align: center; display: block;"><big>'''Customization'''</big></span> | |||
</div> | |||
<div> | |||
===Code=== | |||
<syntaxhighlight lang="css"> | |||
/* Container holding the image and the text */ | |||
.container { | |||
position: relative; | |||
} | |||
/* Bottom right text */ | |||
.text-block { | |||
position: absolute; | |||
bottom: 20px; | |||
right: 20px; | |||
padding-left: 20px; | |||
padding-right: 20px; | |||
} | |||
</syntaxhighlight> | |||
</div> | |||
<div> | |||
===Math=== | |||
<math>x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}</math> | |||
</div> | |||
<div> | |||
===Chem=== | |||
<chem>H2NCO2- + H2O <=> NH4+ + CO3^2-</chem> | |||
</div> | |||
<div></div> | |||
<div></div> | |||
</div> | </div> | ||
== Form fields == | ==Form fields== | ||
===Create page=== | ===Create page === | ||
{{CreateInput|alignment=left|buttonlabel=Create | |||
<br> | {{CreateInput|alignment=left|buttonlabel=Create minutes|preload=Manual:Extension/ContentDroplets/Checklist|placeholder=Enter page name|prefix=Minutes/}} | ||
<br><br> | |||
<div class="sectionflex col3 frame" style="clear:both"> | <div class="sectionflex col3 frame" style="clear:both"> | ||
<div> | <div> | ||
=== | ===Content filter example 1=== | ||
<containerfilter></containerfilter> | <containerfilter></containerfilter> | ||
{| class="wikitable" | {| class="wikitable" | ||
!City | !City | ||
!Country | !Country | ||
|- | |- | ||
|Munich | |Munich | ||
|Germany | | Germany | ||
|- | |- | ||
|Hamburg | |Hamburg | ||
|Germany | |Germany | ||
|- | |- | ||
Line 98: | Line 145: | ||
|- | |- | ||
|Salzburg | |Salzburg | ||
|Austria | | Austria | ||
|} | |} | ||
</div> | </div> | ||
<div> | <div> | ||
=== | ===Content filter example 2=== | ||
<containerfilter selector=".mylist li"/> | <containerfilter selector=".mylist li" /> | ||
<div class="mylist"> | <div class="mylist"> | ||
* Apple, pear, orange | *Apple, pear, orange | ||
* Apple | *Apple | ||
* Orange | *Orange | ||
* Orange, grape | *Orange, grape | ||
* Grape | *Grape | ||
</div> | </div> | ||
Line 117: | Line 164: | ||
<div> | <div> | ||
===Checklist=== | ===Checklist=== | ||
(Checklist status is only saved for users with "edit" permissions) | |||
<bs:checklist type="list" value="false" list="Template:JF Status" /> | <bs:checklist type="list" value="false" list="Template:JF Status" /> | ||
<br> | |||
[[Manual:Extension/ContentDroplets/Checklist|See example "Meeting minutes"]] | |||
</div> | </div> | ||
<div> | <div> | ||
===Checkbox=== | ===Checkbox=== | ||
(Checkbox status is only saved for users with "edit" permissions) | |||
<bs:checkbox checked="false" /> Generate wiki instance | <bs:checkbox checked="false" /> Generate wiki instance | ||
<bs:checkbox checked="false" /> Create user "customer" | <bs:checkbox checked="false" /> Create user "customer" | ||
<bs:checkbox checked="false" /> Send password to customer | <bs:checkbox checked="false" /> Send password to customer | ||
</div> | |||
<div> | |||
=== Search field=== | |||
<bs:tagsearch type="wikipage" namespace="Setup" operator="AND" /> | |||
</div> | </div> | ||
</div> | </div> | ||
Line 137: | Line 199: | ||
{{Textbox|boxtype=tip|header=|text=This is a Tip Message.|icon=yes}} | {{Textbox|boxtype=tip|header=|text=This is a Tip Message.|icon=yes}} | ||
{{Textbox|boxtype=warning|header=|text=This is a Warning message.|icon=yes}} | {{Textbox|boxtype=warning|header=|text=This is a Warning message.|icon=yes}} | ||
{{Textbox|boxtype= | {{Textbox|boxtype=neutral|header=|text=This is a generic message.|icon=yes}} | ||
</div> | </div> | ||
<div> | <div> | ||
===Progress=== | === Progress=== | ||
'''Output'''<div><bs:statistics:progress basecount="5" progressitem="closed" width="300" baseitem="Statecheck:" /></div><br /> | '''Output'''<div><bs:statistics:progress basecount="5" progressitem="closed" width="300" baseitem="Statecheck:" /></div><br /> | ||
*This is my topic 1 (Statecheck:open) | * This is my topic 1 (Statecheck:open) | ||
*This is my topic 2 (Statecheck:closed) | *This is my topic 2 (Statecheck:closed) | ||
*This is my topic 3 (Statecheck:closed) | *This is my topic 3 (Statecheck:closed) | ||
Line 149: | Line 211: | ||
</div> | </div> | ||
</div> | </div> | ||
===Pros and cons=== | ===Pros and cons=== | ||
{{ProConList|title-advantages=Advantages|title-disadvantages=Disadvantages|advantages=* affordable | {{ProConList|title-advantages=Advantages|title-disadvantages=Disadvantages|advantages=* affordable | ||
Line 155: | Line 218: | ||
* not customizable | * not customizable | ||
* GDPR compliance unclear}} | * GDPR compliance unclear}} | ||
===Attachments=== | |||
<attachments> | |||
</attachments> | |||
=== Decision === | |||
{{Decision|decision=implement}} | |||
=== Tag cloud === | |||
<bs:tagcloud renderer="text" store="category" width="100%" showcount="true" minsize="14" maxsize="30" exclude="Pages using Dynamic PageList parser function" /> | |||
===Map=== | |||
{{Map|Marienplatz, Munich~Famous tourist attraction|Munich, Germany}} | |||
===Signature=== | |||
<bs:signhere /> |
Latest revision as of 13:32, 17 August 2023
Lists
Statistics
Who is online? (0)
- Number of characters:
- Number of files: 1116
- Number of pages: 707
- Number of users: 63
Links to this page
Members in group
Most visited pages
- Main Page (1463560)
- Sandkasten-11346612.drawio.png (601447)
- Release Notes (78736)
- Integrating the form edit mode (53182)
- Installation Guide (50799)
- Security Advisories (44397)
Data query
Recent Changes
My last visited pages
To see pages you have visited, please log in to your account
My watchlist
Watchlist cannot be displayed because no user is logged in
Visual formatting
Modal button
Circled number
1 Preheat oven to 425°F
2 Mix all the ingredients
3 Bake for 40 minutes
4 Take out and let cool 30 mintes
5 Eat
Icon
User manual
Go to "Releases"
Admin info
Business updates
Customization
Code
/* Container holding the image and the text */
.container {
position: relative;
}
/* Bottom right text */
.text-block {
position: absolute;
bottom: 20px;
right: 20px;
padding-left: 20px;
padding-right: 20px;
}
Math
Chem
Form fields
Create page
Content filter example 1
City | Country |
---|---|
Munich | Germany |
Hamburg | Germany |
Vienna | Austria |
Salzburg | Austria |
Content filter example 2
- Apple, pear, orange
- Apple
- Orange
- Orange, grape
- Grape
Checklist
(Checklist status is only saved for users with "edit" permissions)
Checkbox
(Checkbox status is only saved for users with "edit" permissions)
Generate wiki instance
Create user "customer"
Send password to customer
Search field
Other
Messages
This is a Note Message.
This is an Important Message.
This is a Tip Message.
This is a Warning message.
This is a generic message.
Progress
OutputProgress bar at
- This is my topic 1 (Statecheck:open)
- This is my topic 2 (Statecheck:closed)
- This is my topic 3 (Statecheck:closed)
- This is my topic 4 (Statecheck:closed)
- This is my topic 5 (Statecheck:closed)
Pros and cons
Advantages | Disadvantages |
---|---|
|
|
Attachments
Decision
implement
Tag cloud
- Accessibility (1)
- Extension (224)
- 0 Alle (1)
- MLRWiki (1)
- BlueSpice pro (1)
- Personalization (9)
- 1-Topic (6)
- Multilingual wiki (2)
- SMW (1)
- BlueSpice cloud (4)
- Getting started (1)
- CSS (1)
- BPMN (2)
- Social (3)
- Water (1)
- WCAG (9)
- Editing (16)
- Portal (3)
- Setup (9)
- Multimedia (1)
- Translation (1)
- Quality (9)
- BlueSpice free (8)
- Search (3)
- Administration (5)
- Page tools (6)
- Euclidean symmetries (1)
- Organization (14)
- Edition (3)
- Permissions (4)
- Customization (10)
- Content (7)
- MediaWiki (5)
- Concept (5)
- Advanced (1)
Map
Signature
Signatures