Try the new AI-powered WikiChat today at Special:AskQuestion.
Sandbox
Welcome to the sandbox! Feel free to edit it to try out MediaWiki and VisualEditor. Click "Edit" to use VisualEditor and "Edit source" to edit by source code.
Start editing below here:
Users of this sandbox will find sand in their shoes.
TU Definitions - Dashboard Directory
Course Planning
Enrollment
- Average Number of Major Changes
- Census Credit Hour Enrollment by Program, Major, Minor, and Certificate
Program Review
bubblegum
asdfghjkl
asdfghj xyz md test ve
Product Specs
Model | Usage | Spec 1 | Spec 2 |
---|---|---|---|
50 | 1.5 | 60 gph | 2.5 mph |
100 | 3 | 45 gph | 5 mph |
200 | 6 | 30 gph | 10 mph |
300 | 9 | 15 gph | 15 mph |
Chicken
Chicken chicken chicken
PDFs render using PdfHandler.
Stuff about chickens
This is a Test
Price | QTY | MSRP | Discount | |
---|---|---|---|---|
Here is a link
Calendar
New heading (Some context here)
Col 1 | Col 2 | Col 3 | |
---|---|---|---|
fljklewfee | |||
A link to a place | |||
$Ace = 0;
Function MyFunction(x,y)
# Some remark
Some_Real_Var as type string;
Some_Real_Var = "hello world";
End MyFunction
- Chicken
Sock Current Status
About: Sock
Sock is defacto Queen of changeling consortium
she rules with irone clawe for 100 years so far
Please go here to learn more about cats
rEASONS
- pretty
- smart
- wise
- beautiful
- terrible as the dawn
- long
- +wide
- sharp
Sock Subjects
Sock has many cats of her own as well as humans
Cat 1 | Color | Cat? | Snake? | Liquid? |
---|---|---|---|---|
Sock | White | y | n | y |
Wheel | brown | y | y | n |
BB | tan | n | y | n |
Ramen | brown | y | y | y |
Guillermo | blue | n | n | n? |
Kalku | b&w | y | n | y |
Name | Sock's Rating | tall | loud |
---|---|---|---|
Anna | 10 | y | y |
Cecil | 9 | n | n |
Jill | 5 (broom 9) | n | y |
Shay | 3 >:3 | ? | ? |
Lex | 8 | n | n |
Seven | Seven | n | y |
Heading 2, History of Sock
100 Years ago Exactly, Sock
She became
Tiny and Large all at once
Center text
New Paragraph
Text under a new paragraph is simple and is formatted as such automatically.
Code Syntax Highlighting Test
PowerShell:
# For an Exchange Online DDG
$EXODDG = Get-EXODynamicDistributionGroup <ListName>@domain.com
$EXODDGMembers = @(Get-EXORecipient -RecipientPreviewFilter $EXOGroup.RecipientFilter -ResultSize Unlimited)
# For an Exchange on-prem DDG
$OPDDG = Get-DynamicDistributionGroup <ListName>
$OPDDGMembers = Get-Recipient -RecipientPreviewFilter $OPDDG.RecipientFilter -OrganizationalUnit $OPDDG.RecipientContainer -IgnoreDefaultScope -ResultSize Unlimited
# Bonus: Compare the memberships of the two groups (if they are supposed to be the same group)
$MemberDiff = Compare-Object -ReferenceObject $EXODDGMembers -DifferenceObject $OPDDGMembers -Property alias -PassThru
Bash:
#!/bin/bash
for arg in "$@"
do
index=$(echo $arg | cut -f1 -d=)
val=$(echo $arg | cut -f2 -d=)
case $index in
X) x=$val;;
Y) y=$val;;
*)
esac
done
((result=x+y))
echo "X+Y=$result"
SQL:
SELECT event.start_date, event.end_date, event_i18n.date, event.id, i_o.identifier, CONCAT(REGEXP_SUBSTR(event_i18n.date,'(\\d{4})'),'-01-01')
FROM event
JOIN event_i18n ON event_i18n.id = event.id
JOIN information_object AS i_o ON i_o.id = event.object_id
WHERE
#(event.start_date IS NULL AND event_i18n.date REGEXP '(\\d{4})')
(event.end_date IS NULL AND event_i18n.date REGEXP '(\\d{4}\\-\\d{2})(?!\\d)')
This is a test paragraph