Manual:Extension/ContentDroplets/Examples: Difference between revisions

Redaktion (talk | contribs)
No edit summary
Tag: 2017 source edit
Redaktion (talk | contribs)
No edit summary
 
(36 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{TOClimit|limit=1|nonum=1|notitle=1|noborder=0|fontlarge=0|inline=1}}
{{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 status report|preload=Template:PT Status report|placeholder=Enter page name|prefix=Status report/}}
 
<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>
===Section filter example 1===
===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>
===Section filter example 2===
===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 140: Line 202:
</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 12:32, 17 August 2023

Lists

Statistics

(1)

  • Number of characters:
  • Number of files: 1232
  • Number of pages: 782
  • Number of users: 65

Booklist

    Links to this page

    Subpages

    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

    Google.com

    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

    Failed to parse (Conversion error. Server ("cli") reported: "array ( 'nohash' => array ( ), 'success' => true, 'a8f55c8895dd5a0ee1974ca10af18e8a' => (object) array( 'speakText' => 'x equals StartFraction negative b plus or minus StartRoot b squared minus 4 a c EndRoot Over 2 a EndFraction', 'mml' => '<math xmlns="http://www.w3.org/1998/Math/MathML" display="block" alttext="x equals StartFraction negative b plus or minus StartRoot b squared minus 4 a c EndRoot Over 2 a EndFraction"><semantics><mrow class="MJX-TeXAtom-ORD"><mstyle displaystyle="true" scriptlevel="0" data-semantic-type="relseq" data-semantic-role="equality" data-semantic-id="24" data-semantic-children="0,23" data-semantic-content="1"><mi data-semantic-type="identifier" data-semantic-role="latinletter" data-semantic-font="italic" data-semantic-annotation="clearspeak:simple" data-semantic-id="0" data-semantic-parent="24">x</mi><mo data-semantic-type="relation" data-semantic-role="equality" data-semantic-id="1" data-semantic-parent="24" data-semantic-operator="relseq,=">=</mo><mrow class="MJX-TeXAtom-ORD"><mfrac data-semantic-type="fraction" data-semantic-role="division" data-semantic-id="23" data-semantic-children="18,22" data-semantic-parent="24"><mrow data-semantic-type="infixop" data-semantic-role="addition" data-semantic-id="18" data-semantic-children="17,16" data-semantic-content="4" data-semantic-parent="23"><mrow data-semantic-type="prefixop" data-semantic-role="negative" data-semantic-annotation="clearspeak:simple" data-semantic-id="17" data-semantic-children="3" data-semantic-content="2" data-semantic-parent="18"><mo data-semantic-type="operator" data-semantic-role="subtraction" data-semantic-id="2" data-semantic-parent="17" data-semantic-operator="prefixop,−">−<!-- − --></mo><mi data-semantic-type="identifier" data-semantic-role="latinletter" data-semantic-font="italic" data-semantic-annotation="clearspeak:simple" data-semantic-id="3" data-semantic-parent="17">b</mi></mrow><mo data-semantic-type="operator" data-semantic-role="addition" data-semantic-id="4" data-semantic-parent="18" data-semantic-operator="infixop,±">±<!-- ± --></mo><mrow class="MJX-TeXAtom-ORD"><msqrt data-semantic-type="sqrt" data-semantic-role="unknown" data-semantic-id="16" data-semantic-children="15" data-semantic-parent="18"><mrow data-semantic-type="infixop" data-semantic-role="subtraction" data-semantic-id="15" data-semantic-children="7,14" data-semantic-content="8" data-semantic-parent="16"><msup data-semantic-type="superscript" data-semantic-role="latinletter" data-semantic-id="7" data-semantic-children="5,6" data-semantic-parent="15"><mi data-semantic-type="identifier" data-semantic-role="latinletter" data-semantic-font="italic" data-semantic-annotation="clearspeak:simple" data-semantic-id="5" data-semantic-parent="7">b</mi><mrow class="MJX-TeXAtom-ORD"><mn data-semantic-type="number" data-semantic-role="integer" data-semantic-font="normal" data-semantic-annotation="clearspeak:simple" data-semantic-id="6" data-semantic-parent="7">2</mn></mrow></msup><mo data-semantic-type="operator" data-semantic-role="subtraction" data-semantic-id="8" data-semantic-parent="15" data-semantic-operator="infixop,−">−<!-- − --></mo><mrow data-semantic-type="infixop" data-semantic-role="implicit" data-semantic-annotation="clearspeak:simple;clearspeak:unit" data-semantic-id="14" data-semantic-children="9,10,11" data-semantic-content="12,13" data-semantic-parent="15"><mn data-semantic-type="number" data-semantic-role="integer" data-semantic-font="normal" data-semantic-annotation="clearspeak:simple" data-semantic-id="9" data-semantic-parent="14">4</mn><mo data-semantic-type="operator" data-semantic-role="multiplication" data-semantic-id="12" data-semantic-parent="14" data-semantic-added="true" data-semantic-operator="infixop,⁢">⁢</mo><mi data-semantic-type="identifier" data-semantic-role="latinletter" data-semantic-font="italic" data-semantic-annotation="clearspeak:simple" data-semantic-id="10" data-semantic-parent="14">a</mi><mo data-semantic-type="operator" data-semantic-role="multiplication" data-semantic-id="13" data-semantic-parent="14" data-semantic-added="true" data-semantic-operator="infixop,⁢">⁢</mo><mi data-semantic-type="identifier" data-semantic-role="latinletter" data-semantic-font="italic" data-semantic-annotation="clearspeak:simple" data-semantic-id="11" data-semantic-parent="14">c</mi></mrow></mrow></msqrt></mrow></mrow><mrow data-semantic-type="infixop" data-semantic-role="implicit" data-semantic-annotation="clearspeak:simple;clearspeak:unit" data-semantic-id="22" data-semantic-children="19,20" data-semantic-content="21" data-semantic-parent="23"><mn data-semantic-type="number" data-semantic-role="integer" data-semantic-font="normal" data-semantic-annotation="clearspeak:simple" data-semantic-id="19" data-semantic-parent="22">2</mn><mo data-semantic-type="operator" data-semantic-role="multiplication" data-semantic-id="21" data-semantic-parent="22" data-semantic-added="true" data-semantic-operator="infixop,⁢">⁢</mo><mi data-semantic-type="identifier" data-semantic-role="latinletter" data-semantic-font="italic" data-semantic-annotation="clearspeak:simple" data-semantic-id="20" data-semantic-parent="22">a</mi></mrow></mfrac></mrow></mstyle></mrow><annotation encoding="application/x-tex">{\\displaystyle x={\\frac {-b\\pm {\\sqrt {b^{2}-4ac}}}{2a}}}</annotation></semantics></math>', 'svg' => '<svg xmlns:xlink="http://www.w3.org/1999/xlink" width="21.525ex" height="6.176ex" style="vertical-align: -1.838ex;" viewBox="0 -1867.7 9267.9 2659.1" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" aria-labelledby="MathJax-SVG-1-Title"><title id="MathJax-SVG-1-Title">x equals StartFraction negative b plus or minus StartRoot b squared minus 4 a c EndRoot Over 2 a EndFraction</title><defs aria-hidden="true"><path stroke-width="1" id="E1-MJMATHI-78" d="M52 289Q59 331 106 386T222 442Q257 442 286 424T329 379Q371 442 430 442Q467 442 494 420T522 361Q522 332 508 314T481 292T458 288Q439 288 427 299T415 328Q415 374 465 391Q454 404 425 404Q412 404 406 402Q368 386 350 336Q290 115 290 78Q290 50 306 38T341 26Q378 26 414 59T463 140Q466 150 469 151T485 153H489Q504 153 504 145Q504 144 502 134Q486 77 440 33T333 -11Q263 -11 227 52Q186 -10 133 -10H127Q78 -10 57 16T35 71Q35 103 54 123T99 143Q142 143 142 101Q142 81 130 66T107 46T94 41L91 40Q91 39 97 36T113 29T132 26Q168 26 194 71Q203 87 217 139T245 247T261 313Q266 340 266 352Q266 380 251 392T217 404Q177 404 142 372T93 290Q91 281 88 280T72 278H58Q52 284 52 289Z"></path><path stroke-width="1" id="E1-MJMAIN-3D" d="M56 347Q56 360 70 367H707Q722 359 722 347Q722 336 708 328L390 327H72Q56 332 56 347ZM56 153Q56 168 72 173H708Q722 163 722 153Q722 140 707 133H70Q56 140 56 153Z"></path><path stroke-width="1" id="E1-MJMAIN-2212" d="M84 237T84 250T98 270H679Q694 262 694 250T679 230H98Q84 237 84 250Z"></path><path stroke-width="1" id="E1-MJMATHI-62" d="M73 647Q73 657 77 670T89 683Q90 683 161 688T234 694Q246 694 246 685T212 542Q204 508 195 472T180 418L176 399Q176 396 182 402Q231 442 283 442Q345 442 383 396T422 280Q422 169 343 79T173 -11Q123 -11 82 27T40 150V159Q40 180 48 217T97 414Q147 611 147 623T109 637Q104 637 101 637H96Q86 637 83 637T76 640T73 647ZM336 325V331Q336 405 275 405Q258 405 240 397T207 376T181 352T163 330L157 322L136 236Q114 150 114 114Q114 66 138 42Q154 26 178 26Q211 26 245 58Q270 81 285 114T318 219Q336 291 336 325Z"></path><path stroke-width="1" id="E1-MJMAIN-B1" d="M56 320T56 333T70 353H369V502Q369 651 371 655Q376 666 388 666Q402 666 405 654T409 596V500V353H707Q722 345 722 333Q722 320 707 313H409V40H707Q722 32 722 20T707 0H70Q56 7 56 20T70 40H369V313H70Q56 320 56 333Z"></path><path stroke-width="1" id="E1-MJMAIN-32" d="M109 429Q82 429 66 447T50 491Q50 562 103 614T235 666Q326 666 387 610T449 465Q449 422 429 383T381 315T301 241Q265 210 201 149L142 93L218 92Q375 92 385 97Q392 99 409 186V189H449V186Q448 183 436 95T421 3V0H50V19V31Q50 38 56 46T86 81Q115 113 136 137Q145 147 170 174T204 211T233 244T261 278T284 308T305 340T320 369T333 401T340 431T343 464Q343 527 309 573T212 619Q179 619 154 602T119 569T109 550Q109 549 114 549Q132 549 151 535T170 489Q170 464 154 447T109 429Z"></path><path stroke-width="1" id="E1-MJMAIN-34" d="M462 0Q444 3 333 3Q217 3 199 0H190V46H221Q241 46 248 46T265 48T279 53T286 61Q287 63 287 115V165H28V211L179 442Q332 674 334 675Q336 677 355 677H373L379 671V211H471V165H379V114Q379 73 379 66T385 54Q393 47 442 46H471V0H462ZM293 211V545L74 212L183 211H293Z"></path><path stroke-width="1" id="E1-MJMATHI-61" d="M33 157Q33 258 109 349T280 441Q331 441 370 392Q386 422 416 422Q429 422 439 414T449 394Q449 381 412 234T374 68Q374 43 381 35T402 26Q411 27 422 35Q443 55 463 131Q469 151 473 152Q475 153 483 153H487Q506 153 506 144Q506 138 501 117T481 63T449 13Q436 0 417 -8Q409 -10 393 -10Q359 -10 336 5T306 36L300 51Q299 52 296 50Q294 48 292 46Q233 -10 172 -10Q117 -10 75 30T33 157ZM351 328Q351 334 346 350T323 385T277 405Q242 405 210 374T160 293Q131 214 119 129Q119 126 119 118T118 106Q118 61 136 44T179 26Q217 26 254 59T298 110Q300 114 325 217T351 328Z"></path><path stroke-width="1" id="E1-MJMATHI-63" d="M34 159Q34 268 120 355T306 442Q362 442 394 418T427 355Q427 326 408 306T360 285Q341 285 330 295T319 325T330 359T352 380T366 386H367Q367 388 361 392T340 400T306 404Q276 404 249 390Q228 381 206 359Q162 315 142 235T121 119Q121 73 147 50Q169 26 205 26H209Q321 26 394 111Q403 121 406 121Q410 121 419 112T429 98T420 83T391 55T346 25T282 0T202 -11Q127 -11 81 37T34 159Z"></path><path stroke-width="1" id="E1-MJSZ1-221A" d="M263 249Q264 249 315 130T417 -108T470 -228L725 302Q981 837 982 839Q989 850 1001 850Q1008 850 1013 844T1020 832V826L741 243Q645 43 540 -176Q479 -303 469 -324T453 -348Q449 -350 436 -350L424 -349L315 -96Q206 156 205 156L171 130Q138 104 137 104L111 130L263 249Z"></path></defs><g stroke="currentColor" fill="currentColor" stroke-width="0" transform="matrix(1 0 0 -1 0 0)" aria-hidden="true"> <use xlink:href="#E1-MJMATHI-78" x="0" y="0"></use> <use xlink:href="#E1-MJMAIN-3D" x="850" y="0"></use><g transform="translate(1906,0)"><g transform="translate(120,0)"><rect stroke="none" width="7121" height="60" x="0" y="220"></rect><g transform="translate(60,775)"> <use xlink:href="#E1-MJMAIN-2212" x="0" y="0"></use> <use xlink:href="#E1-MJMATHI-62" x="778" y="0"></use> <use xlink:href="#E1-MJMAIN-B1" x="1430" y="0"></use><g transform="translate(2430,0)"> <use xlink:href="#E1-MJSZ1-221A" x="0" y="94"></use><rect stroke="none" width="3569" height="60" x="1000" y="885"></rect><g transform="translate(1000,0)"> <use xlink:href="#E1-MJMATHI-62" x="0" y="0"></use> <use transform="scale(0.707)" xlink:href="#E1-MJMAIN-32" x="607" y="408"></use> <use xlink:href="#E1-MJMAIN-2212" x="1105" y="0"></use> <use xlink:href="#E1-MJMAIN-34" x="2106" y="0"></use> <use xlink:href="#E1-MJMATHI-61" x="2606" y="0"></use> <use xlink:href="#E1-MJMATHI-63" x="3136" y="0"></use></g></g></g><g transform="translate(3045,-687)"> <use xlink:href="#E1-MJMAIN-32" x="0" y="0"></use> <use xlink:href="#E1-MJMATHI-61" x="500" y="0"></use></g></g></g></g></svg>', 'width' => '21.525ex', 'height' => '6.176ex', 'style' => 'vertical-align: -1.838ex;', 'streeJson' => (object) array( 'stree' => (object) array( 'type' => 'relseq', 'role' => 'equality', 'id' => '24', '$t' => '=', 'children' => array ( 0 => (object) array( 'type' => 'identifier', 'role' => 'latinletter', 'font' => 'italic', 'annotation' => 'clearspeak:simple', 'id' => '0', '$t' => 'x', ), 1 => (object) array( 'type' => 'fraction', 'role' => 'division', 'id' => '23', 'children' => array ( 0 => (object) array( 'type' => 'infixop', 'role' => 'addition', 'id' => '18', '$t' => '±', 'children' => array ( 0 => (object) array( 'type' => 'prefixop', 'role' => 'negative', 'annotation' => 'clearspeak:simple', 'id' => '17', '$t' => '−', 'children' => array ( 0 => (object) array( 'type' => 'identifier', 'role' => 'latinletter', 'font' => 'italic', 'annotation' => 'clearspeak:simple', 'id' => '3', '$t' => 'b', ), ), 'content' => array ( 0 => (object) array( 'type' => 'operator', 'role' => 'subtraction', 'id' => '2', '$t' => '−', ), ), ), 1 => (object) array( 'type' => 'sqrt', 'role' => 'unknown', 'id' => '16', 'children' => array ( 0 => (object) array( 'type' => 'infixop', 'role' => 'subtraction', 'id' => '15', '$t' => '−', 'children' => array ( 0 => (object) array( 'type' => 'superscript', 'role' => 'latinletter', 'id' => '7', 'children' => array ( 0 => (object) array( 'type' => 'identifier', 'role' => 'latinletter', 'font' => 'italic', 'annotation' => 'clearspeak:simple', 'id' => '5', '$t' => 'b', ), 1 => (object) array( 'type' => 'number', 'role' => 'integer', 'font' => 'normal', 'annotation' => 'clearspeak:simple', 'id' => '6', '$t' => '2', ), ), ), 1 => (object) array( 'type' => 'infixop', 'role' => 'implicit', 'annotation' => 'clearspeak:simple;clearspeak:unit', 'id' => '14', '$t' => '⁢', 'children' => array ( 0 => (object) array( 'type' => 'number', 'role' => 'integer', 'font' => 'normal', 'annotation' => 'clearspeak:simple', 'id' => '9', '$t' => '4', ), 1 => (object) array( 'type' => 'identifier', 'role' => 'latinletter', 'font' => 'italic', 'annotation' => 'clearspeak:simple', 'id' => '10', '$t' => 'a', ), 2 => (object) array( 'type' => 'identifier', 'role' => 'latinletter', 'font' => 'italic', 'annotation' => 'clearspeak:simple', 'id' => '11', '$t' => 'c', ), ), 'content' => array ( 0 => (object) array( 'type' => 'operator', 'role' => 'multiplication', 'id' => '12', '$t' => '⁢', ), 1 => (object) array( 'type' => 'operator', 'role' => 'multiplication', 'id' => '13', '$t' => '⁢', ), ), ), ), 'content' => array ( 0 => (object) array( 'type' => 'operator', 'role' => 'subtraction', 'id' => '8', '$t' => '−', ), ), ), ), ), ), 'content' => array ( 0 => (object) array( 'type' => 'operator', 'role' => 'addition', 'id' => '4', '$t' => '±', ), ), ), 1 => (object) array( 'type' => 'infixop', 'role' => 'implicit', 'annotation' => 'clearspeak:simple;clearspeak:unit', 'id' => '22', '$t' => '⁢', 'children' => array ( 0 => (object) array( 'type' => 'number', 'role' => 'integer', 'font' => 'normal', 'annotation' => 'clearspeak:simple', 'id' => '19', '$t' => '2', ), 1 => (object) array( 'type' => 'identifier', 'role' => 'latinletter', 'font' => 'italic', 'annotation' => 'clearspeak:simple', 'id' => '20', '$t' => 'a', ), ), 'content' => array ( 0 => (object) array( 'type' => 'operator', 'role' => 'multiplication', 'id' => '21', '$t' => '⁢', ), ), ), ), ), ), 'content' => array ( 0 => (object) array( 'type' => 'relation', 'role' => 'equality', 'id' => '1', '$t' => '=', ), ), ), ), 'streeXml' => '<stree><relseq role="equality" id="24">=<content><relation role="equality" id="1">=</relation></content><children><identifier role="latinletter" font="italic" annotation="clearspeak:simple" id="0">x</identifier><fraction role="division" id="23"><children><infixop role="addition" id="18">±<content><operator role="addition" id="4">±</operator></content><children><prefixop role="negative" annotation="clearspeak:simple" id="17">−<content><operator role="subtraction" id="2">−</operator></content><children><identifier role="latinletter" font="italic" annotation="clearspeak:simple" id="3">b</identifier></children></prefixop><sqrt role="unknown" id="16"><children><infixop role="subtraction" id="15">−<content><operator role="subtraction" id="8">−</operator></content><children><superscript role="latinletter" id="7"><children><identifier role="latinletter" font="italic" annotation="clearspeak:simple" id="5">b</identifier><number role="integer" font="normal" annotation="clearspeak:simple" id="6">2</number></children></superscript><infixop role="implicit" annotation="clearspeak:simple;clearspeak:unit" id="14">⁢<content><operator role="multiplication" id="12">⁢</operator><operator role="multiplication" id="13">⁢</operator></content><children><number role="integer" font="normal" annotation="clearspeak:simple" id="9">4</number><identifier role="latinletter" font="italic" annotation="clearspeak:simple" id="10">a</identifier><identifier role="latinletter" font="italic" annotation="clearspeak:simple" id="11">c</identifier></children></infixop></children></infixop></children></sqrt></children></infixop><infixop role="implicit" annotation="clearspeak:simple;clearspeak:unit" id="22">⁢<content><operator role="multiplication" id="21">⁢</operator></content><children><number role="integer" font="normal" annotation="clearspeak:simple" id="19">2</number><identifier role="latinletter" font="italic" annotation="clearspeak:simple" id="20">a</identifier></children></infixop></children></fraction></children></relseq></stree>', 'success' => true, 'log' => 'success', 'mathoidStyle' => 'vertical-align: -1.838ex; width:21.525ex; height:6.176ex;', 'sanetex' => '{\\displaystyle x={\\frac {-b\\pm {\\sqrt {b^{2}-4ac}}}{2a}}}', 'speech' => 'x equals StartFraction negative b plus or minus StartRoot b squared minus 4 a c EndRoot Over 2 a EndFraction', ), )"): {\displaystyle \ce{H2NCO2- + H2O <=> NH4+ + CO3^2-}}

    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)



    See example "Meeting minutes"

    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

    Output
    Progress bar at
    80.0%

    • 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
    • affordable
    • well-known
    • easily accessible
    • somewhat dated look and feel
    • not customizable
    • GDPR compliance unclear

    Attachments

    Decision

    implement


    Tag cloud

    Map

    Loading map...


    Signature

    Signatures




    To submit feedback about this documentation, visit our community forum.