Difference between revisions of "Help:Editing"

From Math Puzzle Wiki
Jump to: navigation, search
m
Line 13: Line 13:
 
=== 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 '''<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 make use the of [[template:=]], like this:
  
 
<pre>{{Solution |
 
<pre>{{Solution |
1 + 1 <nowiki><</nowiki>nowiki<nowiki>></nowiki> = <nowiki></</nowiki>nowiki<nowiki>></nowiki> 2
+
1 + 1 <nowiki>{{</nowiki> = <nowiki>}}</nowiki> 2
 
}}</pre>
 
}}</pre>
  
Line 22: Line 22:
 
  <nowiki>{{Solution | <math>1 + 1 = 2</math>}}</nowiki>  
 
  <nowiki>{{Solution | <math>1 + 1 = 2</math>}}</nowiki>  
 
or
 
or
  <nowiki>{{Solution | \$1 + 1 = 2\$}}</nowiki>.
+
  <nowiki>{{Solution | <m>1 + 1 = 2<\m>}}</nowiki>.

Revision as of 10:35, 6 July 2013

Getting editing rights

Due to a relatively large amount of spam, I decided to require a confirmed email address before you can edit or create pages. If you have not supplied an email address already, you can do so under My preferences. Once you confirm your email address, you should be added to the emailconfirmed user group, and should be able to edit and create pages to your heart's content.

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 make use the of template:=, like this:

{{Solution |
1 + 1 {{ = }} 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 | <m>1 + 1 = 2<\m>}}.