Difference between revisions of "Help:Editing"

From Math Puzzle Wiki
Jump to: navigation, search
m (Reverted edits by Ocafaromy (talk) to last revision by Oscarlevin)
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 &lt;nowiki>[[User:Ocafaromy|Ocafaromy]] 18:52, 23 November 2010 (EST)&lt;/nowiki>.
+
On talk pages, sign comments with <nowiki>~~~~</nowiki>.
  
 
== Templates ==
 
== Templates ==
Line 17: Line 9:
 
=== Use of the equals sign ===
 
=== Use of the equals sign ===
  
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:
+
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:
  
&lt;pre>{{Solution |
+
<pre>{{Solution |
1 + 1 &lt;nowiki>&lt;&lt;/nowiki>nowiki&lt;nowiki>>&lt;/nowiki> = &lt;nowiki>&lt;/&lt;/nowiki>nowiki&lt;nowiki>>&lt;/nowiki> 2
+
1 + 1 <nowiki><</nowiki>nowiki<nowiki>></nowiki> = <nowiki></</nowiki>nowiki<nowiki>></nowiki> 2
}}&lt;/pre>
+
}}</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:
  &lt;nowiki>{{Solution | &lt;math>1 + 1 = 2&lt;/math>}}&lt;/nowiki>  
+
  <nowiki>{{Solution | <math>1 + 1 = 2</math>}}</nowiki>  
 
or
 
or
  &lt;nowiki>{{Solution | \$1 + 1 = 2\$}}&lt;/nowiki>.
+
  <nowiki>{{Solution | \$1 + 1 = 2\$}}</nowiki>.

Revision as of 06:51, 24 November 2010

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 ~~~~.

Templates

Use of the equals sign

Within the body of a template, such as the {{Solution | ... }} 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:

{{Solution |
1 + 1 <nowiki> = </nowiki> 2
}}

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

{{Solution | <math>1 + 1 = 2</math>}} 

or

{{Solution | \$1 + 1 = 2\$}}.