User:Milominderbinder2/Sandbox
From MeritBadgeDotOrg
(→Special Characters: add arrow) |
(→Fonts and text properties: add samples) |
||
| Line 44: | Line 44: | ||
* <span style="font-variant:small-caps">in small caps</span> and not small caps. | * <span style="font-variant:small-caps">in small caps</span> and not small caps. | ||
* <strike>strike out deleted material</strike>™ © ® | * <strike>strike out deleted material</strike>™ © ® | ||
| - | * <nowiki>a <font color="red">red</font> word.</nowiki> | + | * <nowiki>a <font color="red">red</font> word.</nowiki> gives: |
:a <font color="red">red</font> word. | :a <font color="red">red</font> word. | ||
| - | + | * <div style="font-size:120%">This is <span style="color:red">red</span> text.</div> | |
| - | * <div style="font-size: | + | <span style="background-color: #FFFF00">You can highlight your text any color you like</span> |
*<nowiki><font color="red"> corresponds to {color: red} </font></nowiki> | *<nowiki><font color="red"> corresponds to {color: red} </font></nowiki> | ||
:<font color="red"> corresponds to {color: red} </font> | :<font color="red"> corresponds to {color: red} </font> | ||
Revision as of 18:59, January 6, 2009
Special Characters
– — … ◄— − × ÷ ← → · §
☀ ☁ ☂ ☃ ☄ ★ ☆ ☇ ☈ ☉ ☊ ☋ ☌ ☍ ☎ ☏
☐ ☑ ☒ ☓ ☔ ☕ ☖ ☗ ☘ ☙ ☚ ☛ ☜ ☝ ☞ ☟
☠ ☡ ☢ ☣ ☤ ☥ ☦ ☧ ☨ ☩ ☪ ☫ ☬ ☭ ☮ ☯
✁ ✂ ✃ ✄ ✆ ✇ ✈ ✉ ✌ ✍ ✎ ✏
✐ ✑ ✒ ✓ ✔ ✕ ✖ ✗ ✘ ✙ ✚ ✛ ✜ ✝ ✞ ✟
✠ ✡ ✢ ✣ ✤ ✥ ✦ ✧ ✩ ✪ ✫ ✬ ✭ ✮ ✯
✰ ✱ ✲ ✳ ✴ ✵ ✶ ✷ ✸ ✹ ✺ ✻ ✼ ✽ ✾ ✿
❀ ❁ ❂ ❃ ❄ ❅ ❆ ❇ ❈ ❉ ❊ ❋ ❍ ❏
❶ ❷ ❸ ❹ ❺ ❻ ❼ ❽ ❾ ❿
➀ ➁ ➂ ➃ ➄ ➅ ➆ ➇ ➈ ➉ ➊ ➋ ➌ ➍ ➎ ➏
➐ ➑ ➒ ➓ ➔ ➘ ➙ ➚ ➛ ➜ ➝ ➞ ➟
➠ ➡ ➢ ➣ ➤ ➥ ➦ ➧ ➨ ➩ ➪ ➫ ➬ ➭ ➮ ➯
➱ ➲ ➳ ➴ ➵ ➶ ➷ ➸ ➹ ➺ ➻ ➼ ➽ ➾
← ↑ → ↓ ↔ ↕ ↖ ↗ ↘ ↙ ↚ ↛ ↜ ↝ ↞ ↟
↠ ↡ ↢ ↣ ↤ ↥ ↦ ↧ ↨ ↩ ↪ ↫ ↬ ↭ ↮ ↯
↰ ↱ ↲ ↳ ↴ ↵ ↶ ↷ ↸ ↹ ↺ ↻ ↼ ↽ ↾ ↿
⇀ ⇁ ⇂ ⇃ ⇄ ⇅ ⇆ ⇇ ⇈ ⇉ ⇊ ⇋ ⇌ ⇍ ⇎ ⇏
⇐ ⇑ ⇒ ⇓ ⇔ ⇕ ⇖ ⇗ ⇘ ⇙ ⇚ ⇛ ⇜ ⇝ ⇞ ⇟
⇠ ⇡ ⇢ ⇣ ⇤ ⇥ ⇦ ⇧ ⇨ ⇩ ⇪ ⇫ ⇬ ⇭ ⇮ ⇯
⇰ ⇱ ⇲ ⇳ ⇴ ⇵ ⇶ ⇷ ⇸ ⇹ ⇺ ⇻ ⇼ ⇽ ⇾ ⇿
Meta Testing
corresponds to {color: white}
<head> <title>Welcome To Shoe Central!</title> <meta name=”description” content=”Craig's Page” /> <meta name=”keywords” content=”elephant, zebra, shoe, shoes, shoee, shos, footwear” /> </head> {{fullurl:{{{1}}}|useskin=myskin
Fonts and text properties
- <span class="noprint" style="color:red;">red text that does not show up when printed</span>
-
<span style="border: 2px outset red; background:lightyellow;">test</span>→ test
- ■ "SteelBlue"
- ■ "4682A0"
- in small caps and not small caps.
-
strike out deleted material™ © ® - a <font color="red">red</font> word. gives:
- a red word.
- This is red text.
You can highlight your text any color you like
- <font color="red"> corresponds to {color: red} </font>
- corresponds to {color: red}
- <font color="darkred"> corresponds to {color: darkred} </font>
- corresponds to {color: darkred}
- <font color="blue"> corresponds to {color: blue} </font>
- corresponds to {color: blue}
- <font color="darkblue"> corresponds to {color: darkblue} </font>
- corresponds to {color: darkblue}
- <font color="green"> corresponds to {color: green} </font>
- corresponds to {color: green}
- <font color="darkgreen"> corresponds to {color: darkgreen} </font>
- corresponds to {color: darkgreen}
- <font color="yellow"> corresponds to {color: yellow} </font>
- corresponds to {color: yellow}
- <font color="orange"> corresponds to {color: orange} </font>
- corresponds to {color: orange}
- <font color="white"> corresponds to {color: white} </font>
- corresponds to {color: white}
- <font face="Courier"> corresponds to {font-family: "Courier"} </font>
- corresponds to {font-family: "Courier"}
Infobox
| | This article appears to not provide sufficient references to reliable sources. Please help add sources for this article. Unverifiable links and articles may be removed. |
| | sample text |
| | This page in a nutshell: Sample Text |
| | Please help improve this article by expanding it. Further information might be found on the talk page. |
| | sample text |
Mini Tables
Floating width
| A1 | B1 | C1 | D1 | E1 |
Floating width 4x4
| A1 | B1 | C1 | D1 |
| A2 | B2 | C2 | D2 |
| A3 | B3 | C3 | D3 |
| A4 | B4 | C4 | D4 |
Floating width - two rows
| A1 | B1 | C1 | D1 | E1 |
| A2 | B2 | C2 | D2 | E2 |
Fixed Width 100
| ■A1 | ■B1 | ■C1 | ■D1 | ■E1 | ■F1 |
Fixed Width 100 - No Boarder
| ■A1 | ■B1 | ■C1 | ■D1 | ■E1 | ■F1 |
Fixed Width 125
| ■A1 | ■B1 | ■C1 | ■D1 | ■E1 |
Fixed Width 125 - No Boarder
| ■A1 | ■B1 | ■C1 | ■D1 | ■E1 |
Fixed Width 150
| ■A1 | ■B1 | ■C1 | ■D1 |
Fixed Width 150 - No Boarder
| ■A1 | ■B1 | ■C1 | ■D1 |
Fixed Width 175
| ■A1 | ■B1 | ■C1 | ■D1 |
Fixed Width 175- No Boarder
| ■A1 | ■B1 | ■C1 | ■D1 |
Fixed Width 200
| ■A1 | ■B1 | ■C1 |
Fixed Width 200 - No Boarder
| ■A1 | ■B1 | ■C1 |
Fixed Width 225
| ■A1 | ■B1 | ■C1 |
Fixed Width 225 - No Boarder
| ■A1 | ■B1 | ■C1 |
To Do
- Geology /Cub Scout/Beltloops
- Geograph /Cub Scout/Beltloops
- Fingerprinting
- Sample Court of honor Script
- Sample Court of honor Program
Tiger Electives
Links to other similar award requirements: look like this
37. Take a Bicycle Ride: Take a bicycle ride with your adult partner. Bicycling Belt Loop #3 or Pin #7
38. Bicycle Repair: Visit a bicycle repair shop. Bicycling Belt Pin #3
37. Take a Bicycle Ride: Take a bicycle ride with your adult partner. [1]
38. Bicycle Repair: Visit a bicycle repair shop. [2]
References
| This autocollapse table will initially collapse because there are at least two collapsible tables on this page. | |
|---|---|
| Column 1 | Column 2 |
Sortable Columns, last row not sorting...
| Name | Surname | Height |
|---|---|---|
| John | Smith | 1.85 |
| Ron | Ray | 1.89 |
| Mario | Bianchi | 1.72 |
| Average: | 1.82 |
Nested Tables
|
|
Month Names
- {{#switch:May|January=February|February=March|March=April|April=May|May=June|June=July|July=August|August=September|September=October|October=November|November=December|December=January|#default=May
}}
- {{#switch:May|January=February|February=March|March=April|April=May|May=June|June=July|July=August|August=September|September=October|October=November|November=December|December=January|#default=May
}}
- {{#switch:January|January=February|February=March|March=April|April=May|May=June|June=July|July=August|August=September|September=October|October=November|November=December|December=January|#default=May
}} is the result of: {{NEXTMONTHNAME|January}}
- Craig,
- The functionality that you are trying to use in Template:NEXTMONTHNAME rely on parser functions (#switch) that are not currently enabled for our MediaWiki installation.
- Scouterdennis 13:39, October 8, 2008 (EDT)
