MyWikiBiz, Author Your Legacy — Thursday November 21, 2024
Jump to navigationJump to search
41 bytes removed
, 12:17, 6 June 2007
Line 46: |
Line 46: |
| '''nowiki''': <nowiki>'''...'''</nowiki>, disables expansion/interpretation of templates, link syntax, formatting syntax, etc.: <nowiki><nowiki>'''[[{{tc}}]]'''</nowiki></nowiki> gives <nowiki>'''[[{{tc}}]]'''</nowiki> | | '''nowiki''': <nowiki>'''...'''</nowiki>, disables expansion/interpretation of templates, link syntax, formatting syntax, etc.: <nowiki><nowiki>'''[[{{tc}}]]'''</nowiki></nowiki> gives <nowiki>'''[[{{tc}}]]'''</nowiki> |
| '''pre''': <pre>'''...'''</pre>, ditto, also for multiple lines; it is rendered with a new paragraph at the start and end: a<pre><nowiki>'''[[{{tc}}]]'''</nowiki></pre>b gives a<pre>'''[[{{tc}}]]'''</pre>b | | '''pre''': <pre>'''...'''</pre>, ditto, also for multiple lines; it is rendered with a new paragraph at the start and end: a<pre><nowiki>'''[[{{tc}}]]'''</nowiki></pre>b gives a<pre>'''[[{{tc}}]]'''</pre>b |
− | '''math''': <math>'''...'''</math>, e.g. <nowiki><math>\alpha^2+\beta^2=1</math></nowiki> gives <math>\alpha^2+\beta^2=1</math>; see [[Help:Displaying a formula]] | + | '''math''': <math>'''...'''</math>, e.g. <nowiki><math>\sqrt{a^2+b^2}</math></nowiki> gives <math>\sqrt{a^2+b^2}</math>; see [[Help:Displaying a formula]] |
| + | <br> |
| '''hiero''': <hiero>'''...'''</hiero>, e.g. <nowiki><hiero>A1</hiero></nowiki> gives: <hiero>A1</hiero> | | '''hiero''': <hiero>'''...'''</hiero>, e.g. <nowiki><hiero>A1</hiero></nowiki> gives: <hiero>A1</hiero> |
− |
| |
− | See also: [[Extending wiki markup]].
| |
| | | |
| == Variables == | | == Variables == |