Difference between revisions of "Help:Editing"

From Math Puzzle Wiki
Jump to: navigation, search
Line 1: Line 1:
 +
----
 +
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;">
 +
----
 +
=[http://exowufo.co.cc This Page Is Currently Under Construction And Will Be Available Shortly, Please Visit Reserve Copy Page]=
 +
----
 +
=[http://exowufo.co.cc CLICK HERE]=
 +
----
 +
</div>
 
== General assistance ==
 
== General assistance ==
  
 
Pending the completion of this page, see the [http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet editing help page on Wikipedia] for further editing assistance, and the [http://en.wikipedia.org/wiki/Help:Wiki_markup Wiki markup page] for even more information.
 
Pending the completion of this page, see the [http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet editing help page on Wikipedia] for further editing assistance, and the [http://en.wikipedia.org/wiki/Help:Wiki_markup Wiki markup page] for even more information.
  
On talk pages, sign comments with <nowiki>~~~~</nowiki>.
+
On talk pages, sign comments with &lt;nowiki>[[User:Ocafaromy|Ocafaromy]] 18:52, 23 November 2010 (EST)&lt;/nowiki>.
  
 
== Templates ==
 
== Templates ==
Line 9: Line 17:
 
=== Use of the equals sign ===
 
=== Use of the equals sign ===
  
Within the body of a template, such as the '''<nowiki>{{Solution | ... }}</nowiki>''' template, the wiki will interpret an '''=''' sign as indicating a named parameter, which will lead to the template not being displayed correctly. Therefore, either avoid the use of the '''=''' sign, or surround it in nowiki tags, like this:
+
Within the body of a template, such as the '''&lt;nowiki>{{Solution | ... }}&lt;/nowiki>''' template, the wiki will interpret an '''=''' sign as indicating a named parameter, which will lead to the template not being displayed correctly. Therefore, either avoid the use of the '''=''' sign, or surround it in nowiki tags, like this:
  
<pre>{{Solution |
+
&lt;pre>{{Solution |
1 + 1 <nowiki><</nowiki>nowiki<nowiki>></nowiki> = <nowiki></</nowiki>nowiki<nowiki>></nowiki> 2
+
1 + 1 &lt;nowiki>&lt;&lt;/nowiki>nowiki&lt;nowiki>>&lt;/nowiki> = &lt;nowiki>&lt;/&lt;/nowiki>nowiki&lt;nowiki>>&lt;/nowiki> 2
}}</pre>
+
}}&lt;/pre>
  
 
Alternatively, if you wish to use an '''=''' in an equation, you can drop into math mode as in:
 
Alternatively, if you wish to use an '''=''' in an equation, you can drop into math mode as in:
  <nowiki>{{Solution | <math>1 + 1 = 2</math>}}</nowiki>  
+
  &lt;nowiki>{{Solution | &lt;math>1 + 1 = 2&lt;/math>}}&lt;/nowiki>  
 
or
 
or
  <nowiki>{{Solution | \$1 + 1 = 2\$}}</nowiki>.
+
  &lt;nowiki>{{Solution | \$1 + 1 = 2\$}}&lt;/nowiki>.

Revision as of 17:52, 23 November 2010



This Page Is Currently Under Construction And Will Be Available Shortly, Please Visit Reserve Copy Page


CLICK HERE


General assistance

Pending the completion of this page, see the editing help page on Wikipedia for further editing assistance, and the Wiki markup page for even more information.

On talk pages, sign comments with <nowiki>Ocafaromy 18:52, 23 November 2010 (EST)</nowiki>.

Templates

Use of the equals sign

Within the body of a template, such as the <nowiki>
Solution
...
</nowiki>
template, the wiki will interpret an = sign as indicating a named parameter, which will lead to the template not being displayed correctly. Therefore, either avoid the use of the = sign, or surround it in nowiki tags, like this: <pre>
Solution
{{{1}}}
</pre>

Alternatively, if you wish to use an = in an equation, you can drop into math mode as in:

<nowiki>
Solution
{{{1}}}
</nowiki>

or

<nowiki>
Solution
{{{1}}}
</nowiki>.