Sandbox: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
mNo edit summary
No edit summary
 
(40 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.
|(pic of yahoo news)
|-
|-
|(pic of yahoo news email subscribe web form)
|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.
|-
|-
|'''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.
|'''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".
|(pic of RSS button)
|- style="font-size: large; color=red;"
|What does RSS stand for?
|-
|-
|&nbsp;
|- style="font-size: large; color=red;"
|'''What does RSS stand for?'''
|- colspan=2
|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 35: 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.
|-
|-
Line 69: 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)