Difference between revisions of "NHSC Formatting Standards"
From GrassrootWiki
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | Mostly taken from [http://morganreport.org/mediawiki/index.php?title=Instructions_for_Editors these instructions] from http://morganreport.org. | ||
+ | |||
=Footnotes= | =Footnotes= | ||
When trying to put an asterisk down for a footnote, use the * template. You will also typically surround the asterisk with underline code: | When trying to put an asterisk down for a footnote, use the * template. You will also typically surround the asterisk with underline code: | ||
Line 6: | Line 8: | ||
|<pre><u>{{*}}</u>/</pre> | |<pre><u>{{*}}</u>/</pre> | ||
|align="center"|<u>{{*}}</u>/ | |align="center"|<u>{{*}}</u>/ | ||
+ | |} | ||
+ | =Page breaks= | ||
+ | To indicate a page, use the page template like so, at the BOTTOM of the page: | ||
+ | |||
+ | {|width="50%" | ||
+ | !Code!!Result | ||
+ | |- | ||
+ | |<pre>{{p|xxx}}</pre> | ||
+ | |{{p|xxx}} | ||
+ | |} | ||
+ | |||
+ | =Paragraphs= | ||
+ | Put one line feed between paragraphs | ||
+ | |||
+ | {| | ||
+ | !Code!!Result | ||
+ | |- | ||
+ | |<pre>This is the end of paragraph 1. | ||
+ | |||
+ | This is the start of paragraph 2.</pre> | ||
+ | |This is the end of paragraph 1. | ||
+ | |||
+ | This is the start of paragraph 2. | ||
|} | |} |
Latest revision as of 23:56, 14 February 2006
Mostly taken from these instructions from http://morganreport.org.
Footnotes
When trying to put an asterisk down for a footnote, use the * template. You will also typically surround the asterisk with underline code:
Code | Result |
---|---|
<u>{{*}}</u>/ |
*/ |
Page breaks
To indicate a page, use the page template like so, at the BOTTOM of the page:
Code | Result | |
---|---|---|
{{p|xxx}} |
|
Paragraphs
Put one line feed between paragraphs
Code | Result |
---|---|
This is the end of paragraph 1. This is the start of paragraph 2. |
This is the end of paragraph 1.
This is the start of paragraph 2. |