Sandbox: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
mNo edit summary
No edit summary
 
(44 intermediate revisions by 15 users not shown)
Line 1: Line 1:
This page contains examples of the Wiki syntax.  It's also a place to play around.
This page contains examples of the Wiki syntax.  It's also a place to play around.
[[Section 508]]


'''Bold'''
'''Bold'''
''Italic''
''Italic''
<u>Underlined</u>
<u>Underlined</u>


(Notice the 'Table of Contents' box below is automatically generated from the arrangement of the header tags.)
(Notice the 'Table of Contents' box below is automatically generated from the arrangement of the header tags.)
Line 13: Line 16:
====== Level 6 heading ======
====== Level 6 heading ======


{| class="submenu" style="width:300px;"
Tset
 
{| class="submenu" style="width:240px;"
|- style="text-align:center; font-size: xx-large; color=red;"
|- style="text-align:center; font-size: xx-large; color=red;"
|'''RSS'''
|RSS
|-
|-
|Many web sites generate a continuous stream of new articles. For example, Yahoo News.
|Many web sites generate a continuous stream of new articles. For example, Yahoo News.
|-
|-
|-
|While you can always visit Yahoo News to see the latest articles, it's sometimes more convenient to have new stories sent to you automatically. Traditionally this has been done via email.
|While you can always visit Yahoo News to see the latest articles, it's sometimes more convenient to have new stories sent to you automatically. Traditionally this has been done via email.
|&nbsp;
|-
|-
|&nbsp;
|'''RSS is a new way to automatically get just the latest info you care about''', whether its new headlines from Yahoo's Business section, or the latest entries from your favorite blogs, or you want to add the word, "Department".
|-
|'''RSS is a new way to automatically get just the latest info you care about''', whether its new headlines from Yahoo's Business section, or the latest entries from your favorite blogs.
|&nbsp;
|-
|&nbsp;
|- style="font-size: large; color=red;"
|- style="font-size: large; color=red;"
|'''What does RSS stand for?'''
|What does RSS stand for?
|-
|-
|RSS originally stood for Rich Site Summary. But it makes a bit more sense if you think of it as Really Simple Syndication, a way for web sites to syndicate content.
|RSS originally stood for Rich Site Summary. But it makes a bit more sense if you think of it as Really Simple Syndication, a way for web sites to syndicate content.
Line 37: Line 35:
{| class="submenu" style="width:300px;"
{| class="submenu" style="width:300px;"
|- style="text-align:center; font-size: xx-large; color=red;"
|- style="text-align:center; font-size: xx-large; color=red;"
|'''Your own custom newspaper'''
|-
|Some '''search engines''' are getting in on the RSS act too.
|Some '''search engines''' are getting in on the RSS act too.
|-
|-
|&nbsp;
|-
|&nbsp;
|Traditionally search engines listed results right in your browser in direct response to you initiating a search. More recently they've begun allowing you to '''store a search''' forever and have it repeatedly initiated, say once an hour, and the '''latest results sent to you''', automatically via email.
|Traditionally search engines listed results right in your browser in direct response to you initiating a search. More recently they've begun allowing you to '''store a search''' forever and have it repeatedly initiated, say once an hour, and the '''latest results sent to you''', automatically via email.
|-
|-
|&nbsp;
|-
|&nbsp;
|Now, with RSS, they can continually write results to your very own RSS stream so you get near instant notification of the latest web pages, news headlines, or blogs about any topic you care to pick.
|Now, with RSS, they can continually write results to your very own RSS stream so you get near instant notification of the latest web pages, news headlines, or blogs about any topic you care to pick.
|-
|-
|&nbsp;
|-
|&nbsp;
|Bookmark several of these search result feeds and you've got your very own custom digital newspaper!
|Bookmark several of these search result feeds and you've got your very own custom digital newspaper!
|}
|}
Line 80: Line 67:


{{msg:stub}}
{{msg:stub}}
==MaW Tests==
Guestsig test
--[[User:{{{1}}}|{{{1}}}]] ([[User talk:{{{1}}}|talk]]) ([[Special:Contributions/{{{1}}}|contribs]])
Guestsig test again
{{guestsig|62.39.151.191}}
Multiple Variable Test
{{sandbox|item1=success|item2=sussess|item3=failure}}
MultiVariTest2
{{sandbox|item1=success,item2=sussess,item3=failure}}
== code, tt, and pre ==
<code>&lt;code&gt;this line is using CODE tag&lt;/code&gt;</code>
<tt>&lt;tt&gt;this line is using TT tag&lt;/tt&gt;</tt>
<pre>&lt;pre&gt;this line is using PRE tag&lt;/pre&gt;</pre>
another &lt;pre&gt; example
[[Category:MozillaZine Knowledge Base organization]]
== Image ==
{| width="100%" border style="text-align: center"
|-
| http://static.mozillazine.org/common/images/blimp.png
| [http://kb.mozillazine.org/ http://static.mozillazine.org/common/images/blimp.png]
| [[Main Page| http://www.mozillazine.org/common/images/blimp.png ]]
|-
| Image with no link
| Image with external link
| Image with internal link (not working)
|}

Latest revision as of 14:13, 27 August 2010

This page contains examples of the Wiki syntax. It's also a place to play around.

Section 508

Bold Italic Underlined


(Notice the 'Table of Contents' box below is automatically generated from the arrangement of the header tags.)

Level 1 heading

Level 2 heading

Level 3 heading

Level 4 heading

Level 5 heading
Level 6 heading

Tset


Multiplication table
1 2 3 4 5
2 4 6 8 10
3 6 9 12 15
4 8 12 16 20
5 10 15 20 25

More on tables can be found at the Wikipedia editing article on tables.

Namespace test {{msg:stub}}:

MaW Tests

Guestsig test --[[User:{{{1}}}|{{{1}}}]] ([[User talk:{{{1}}}|talk]]) ([[Special:Contributions/{{{1}}}|contribs]])

Guestsig test again Template:Guestsig

Multiple Variable Test

Item one is success and item two is sussess and item three is failure

MultiVariTest2

Item one is success,item2=sussess,item3=failure and item two is {{{item2}}} and item three is {{{item3}}}

code, tt, and pre

<code>this line is using CODE tag</code>

<tt>this line is using TT tag</tt>

<pre>this line is using PRE tag</pre>
another <pre> example

Image

http://static.mozillazine.org/common/images/blimp.png http://static.mozillazine.org/common/images/blimp.png http://www.mozillazine.org/common/images/blimp.png
Image with no link Image with external link Image with internal link (not working)