|
|
(6 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| = Page Format =
| | #REDIRECT [[Help:Contents]] |
| | |
| The format of a term page is
| |
| | |
| :Definition
| |
| | |
| :Related Terms
| |
| | |
| :External Links
| |
| | |
| :Categories
| |
| | |
| == Definition ==
| |
| | |
| The definition can be added using a Draft Definition Template
| |
| | |
| <pre>{{Def|Term goes here|Definition goes here}}</pre>
| |
| | |
| The result is the table below (which is generated from the single line of text}
| |
| | |
| {{Def|Term goes here|Definition goes here}}
| |
| | |
| If there is no definition, the page can still be generated using a "Stub" template in as a placeholder:
| |
| | |
| <pre>{{stub}}</pre>
| |
| | |
| Which renders as
| |
| | |
| {{stub}}
| |
| | |
| For more information on templates available on this site, see [[Help:Templates]]
| |
| | |
| | |
| == Related Terms ==
| |
| | |
| | |
| | |
| == External Links ==
| |
| | |
| | |
| | |
| == Categories ==
| |
| | |
| All term pages should be put into at least one category. This is done by adding
| |
| | |
| <pre>[[Category:Some Important Things]]</pre>
| |
| | |
| at the bottom of the page, where ''Some Important Things'' is the category name. When the page is rendered, a link to the category will be put in a box at the page bottom.
| |
| | |
| The list of cagegories for the MS terms Wiki is on this page
| |
| | |
| [[Special:Categories]]
| |