Support Apnea Board & OSCAR  

Jeff8356:Common wikitext

From Apnea Board Wiki
Revision as of 20:48, 8 September 2022 by Jeff8356 (talk | contribs)
Jump to: navigation, search

Personal.png


 This page if for common wikitext used on Apnea Board and sort of a pseudo sandbox to test out new stuff I find.  Feel free to use the talk function or copy any of the source. This page was created as more of a semi-permanent home for common code since the official Sandbox page gets reset occasionally. 

Most of the sample code here is taken from the Wikitext help pages from Wikipedia. Although they use a lot of templates to get the job done, there are usually alternative ways of achieving the same results without templates. All the code used here does not require any special templates unless noted.

Mediawiki help pages are another good source for wikitext.

Images and text flow

Larger images

Some text above...
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Untreated Inspiratory Flow Limitation

Incompletely Treated Flow Limitation

Treated flow Limitation

Some text below
Text will not wrap the image if you use "center" or "none" after |thumb|

The sample code for the above images: [[file:FL EPR.jpg|thumb|center|1000px|Untreated Inspiratory Flow Limitation]]

No tables, flowing text

Testing images and text flow using <br clear=all> and also <div style="clear:both"></div>
Both do the same thing as seen below.

No tables involved

CMS50F older model
CMS50F older model




Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
<br clear=all> used here

Some other stuff. Does not wrap the image. Any amount of text can be added between the images.

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

CMS50F newer model
CMS50F newer model




Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
<div style="clear:both"></div> used here

Even more text that does not wrap the image


Tables with borders

Using tables with borders

CMS50F older model
CMS50F older model
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
CMS50F newer model
CMS50F newer model
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Tables without borders

Using tables without borders

CMS50F older model
CMS50F older model
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
CMS50F newer model
CMS50F newer model
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Citations and Notes

Citations

We currently do not have a citation template but simple citations can still be done.

Searching Apnea Board [1]

Help using Apnea Board [2]

These will appear in the References section at the end of the page using <references /> under the heading.

Notes

This part of the text requires clarification,[note 1] And this needs even more clarification.[note 2]

These will appear in the notes section at the end of the page using <references group="note" /> under the heading.

Using both together

An example of using citations and notes together inline:
You can set the time zone in your cpap machine. [3] Some machines may have special requirements. [note 3]

Text block

Sample text without the text block

 Sample text in a text block  (Similar to <nowiki>, <pre>, or <code>) but still interprets wiki code.

Just indent the line with a space(s) and the text is placed in a block like above. No tags required. Preserves formatting.

 Testing multiple lines
 Line 2
 Line 3


Math symbols

 π·r2·h    E=mc2

To convert Hours:minutes:seconds to decimal. Example: 8:23:17

 hour × 1 + ((minutes ÷ 60) + (seconds ÷ 3600))
    8×1   +    23 ÷ 60      +     17 ÷ 3600
        8       +         0.3833         +     0.0047               = 8.388 hours

Tables

Standard table with headers

header 1 header 2 header 3
row 1, cell 1 row 1, cell 2 row 1, cell 3
row 2, cell 1 row 2, cell 2 row 2, cell 3

Lists

Bulleted list

  • Bulleted list item
  • Item 2
    • Item 2.1
    • Item 2.2
      • Item 2.2.1
  • Item 3

Numbered list

  1. Numbered list item
  2. Item 2
    1. Item 2.1
      1. Item 2.1.1
      2. Item 2.1.2
    2. Item 2.2
  3. Item 3

References

  1. Searching Apnea Board - http://www.apneaboard.com/forums/search.php
  2. Getting Help - http://www.apneaboard.com/forums/misc.php?action=help
  3. Time Zone Map - https://www.timeanddate.com/time/map/

Notes

  1. Expanded note 1
  2. Another note
  3. S11 series machines will re-format the SD card



Donate to Apnea Board