Category:Glossary: Difference between revisions
No edit summary |
No edit summary |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
It's a glossary. Self-explanatory, hopefully. Terms within should be domain-specific jargon. | |||
== Guidelines for Contributors == | == Guidelines for Contributors == | ||
All glossary definitions should exist in the Glossary: namespace and use [[Template:GlossaryTerm|this template]]. | All glossary definitions should exist in the Glossary: namespace and use [[Template:GlossaryTerm|this template]]. For example, the [[Glossary:GunCAD|GunCAD]] glossary entry is composed like so: | ||
<pre> | |||
{{GlossaryTerm | |||
| term = GunCAD | |||
| definition = The concept of and community surrounding DIY firearms and the sharing of their plans online | |||
}} | |||
</pre>This enforces consistency and ensures everything's in the right category (this one). | |||
All glossary entries should have their page titles and term names capitalized. | |||
== Citing the Glossary == | |||
To cite a Glossary entry in an article, use [[Template:Glossary|this template]] in place of the word you wanna mark up. For example: | |||
<pre> | |||
{{Glossary|GunCAD}} | |||
{{Glossary|GunCAD|guncad}} | |||
</pre>You can use this for glossary entries that do not exist and they will be added to the wanted pages list appropriately. | |||