Difference between revisions of "EDT4OL/Authoring/Author"

From WikiEducator
Jump to: navigation, search
(Edit)
(Useful wiki markup code)
Line 15: Line 15:
 
|<nowiki> ... </nowiki>
 
|<nowiki> ... </nowiki>
 
|''To force the wiki to ignore ('escape') the effect of wiki markup contained between the opening and closing &lt;nowiki> tags''<br>
 
|''To force the wiki to ignore ('escape') the effect of wiki markup contained between the opening and closing &lt;nowiki> tags''<br>
For example, when the author want's to show the raw wiki markup used on a published page, rather than the wiki applying the formatting of the markup in the published view.  
+
For example, when an author wants to show the raw wiki markup, instead of the wiki applying the relevant formatting of the markup in the published view.  
 
|-
 
|-
 
|}
 
|}

Revision as of 01:20, 19 May 2022

HTML-screenshotA.jpg

On this course, you are not required to learn HTML markup. However there are a couple of handy wiki markup code you can use to improve page layout. In this section, we also provide tips for improving layout of pages for mobile responsive design, things you should avoid and suggestions for troubleshooting outline pages with syntax errors.

Useful wiki markup code

Markup Purpose
<br> Single forced line break

Sometimes the author must manually insert a line break to force the text which follows to start on a new line.

<nowiki> ... </nowiki> To force the wiki to ignore ('escape') the effect of wiki markup contained between the opening and closing <nowiki> tags

For example, when an author wants to show the raw wiki markup, instead of the wiki applying the relevant formatting of the markup in the published view.