User:MeekMark/sandbox
{{user sandbox}}
My personal Sandbox
Sub-sandboxes:
Userbox
- User:MeekMark/No_cell_phone Usage:
{{User:MeekMark/No_cell_phone}}
Results:
{{User:MeekMark/No_cell_phone}}
Internet Protocol Suite articles
And now for something completely different
Try :Image:At sign.svg in text Image:At sign.svg flow.
Fun lists that don't belong on Wikipedia
= Words starting with a prefix that don't seem to exist without the prefix =
- inept
- unkempt
- uncouth
- nonplussed
=== List of entertainment devices used to indicate something about 3"×5" by eras ===
{{User:MeekMark/sandbox graphical timeline}}
Timeline source: User:MeekMark/Sandbox_graphical_timeline
- 1900s - 1950s: A deck of playing cards
- 1960s - 1970s: A transistor radio
- 1970s - 1980s: A Sony Walkman®
- 1990s: A Nintendo Game Boy
- 2000s: An Apple iPod
coordinates testing
- {{coor d|34.051005|N|118.433835|W|region:US_type:city}}
- {{coor d|34.050689|N|118.434366|W|type:city}}
- {{coor d|34.050689|N|118.434366|W}}
- Dallas: {{coor d|32.913379|N|96.796761|W|region:US_type:city}}
- St. George: {{coor d|37.101378|N|113.578031|W|region:US_type:city}}
- Ventura County: {{coor d|34.36|-119.15|display=title|type:adm2_region:US-CA_scale:10000_source:UScensus1990}}
- Draper {{coor d|40.495265|N|111.841292|W|region:US_type:city}}
- Oquirrh Mountain {{coor d|40.558383|N|111.986351|W|region:US_type:city}}
-118.433835,34.051005 Los Angeles California Temple
- {{coor d|34.051005|N|118.433835|W|region:US_type:city}}
- {{coor d|34.050689|N|118.434366|W|type:city}}
- {{coor d|34.050689|N|118.434366|W}}
- Dallas: {{coor d|32.913379|N|96.796761|W|region:US_type:city}}
- St. George: {{coor d|37.101378|N|113.578031|W|region:US_type:city}}
- Ventura County: {{coor d|34.36|-119.15|display=title|type:adm2_region:US-CA_scale:10000_source:UScensus1990}}
- Draper {{coor d|40.495265|N|111.841292|W|region:US_type:city}}
- Oquirrh Mountain {{coor d|40.558383|N|111.986351|W|region:US_type:city}}
-118.433835,34.051005 Los Angeles California Temple
Source tag tests
# Comments use the hash symbol
target: dependencies
command 1
command 2
.
.
.
command n
= boring =
helloworld: helloworld.o
cc -o $@ $<
helloworld.o: helloworld.c
cc -c -o $@ $<
.PHONY: clean
clean:
rm -f helloworld helloworld.o
= lang="bash" =
- Sample rule
helloworld: helloworld.o
cc -o $@ $<
helloworld.o: helloworld.c
cc -c -o $@ $<
.PHONY: clean
clean:
rm -f helloworld helloworld.o
= lang="make" =
- Sample rule
helloworld: helloworld.o
cc -o $@ $<
helloworld.o: helloworld.c
cc -c -o $@ $<
.PHONY: clean
clean:
rm -f helloworld helloworld.o