|
|
Line 1: |
Line 1: |
| = How to Make Templates =
| | #REDIRECT [[Help:Contents]] |
| | |
| [http://meta.wikimedia.org/wiki/Help:Template Mediawiki Help on Templates] | |
| | |
| | |
| = Templates Specific to the MS Terms Wiki =
| |
| | |
| If you want the same stuff on different pages, you can use a template. The templates are special Wiki pages and can be edited in the same way. They will also take arguments like subroutines. Here are some templates for this Wiki:
| |
| | |
| == Stub Template ==
| |
| | |
| <pre>{{stub}}</pre>
| |
| | |
| {{stub}}
| |
| | |
| | |
| == Suggested Definition Template ==
| |
| | |
| <pre>{{Sugdef|Term goes here|Definition goes here}}</pre>
| |
| | |
| {{Sugdef|Term goes here|Definition goes here}}
| |
| | |
| | |
| == Draft Definition Template ==
| |
| | |
| <pre>{{Def|Term goes here|Definition goes here}}</pre>
| |
| | |
| {{Def|Term goes here|Definition goes here}}
| |
| | |
| | |
| == Draft Definition Template (Term is Page Name ) ==
| |
| | |
| <pre>{{DefName|Definition goes here}}</pre>
| |
| | |
| {{DefName|Definition goes here}}
| |
| | |
| | |
| == See Discussion Page Template ==
| |
| | |
| <pre>{{Disc}}</pre>
| |
| | |
| {{Disc}}
| |
| | |
| | |
| == See Discussion Page with Definition Template ==
| |
| | |
| <pre>{{DiscDef}}</pre>
| |
| | |
| {{DiscDef}}
| |