Template:DefineConcept: Difference between revisions
From Atomix
No edit summary |
Removed variable categorising. Hard-coding concept category to all pages |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
The page's name is the full name of the concept/definition, while a short name (or acronym) can be provided as the parameter_name. The instrument_type variable is passed using the form only to avoid creating new categories through typing mistakes. | The page's name is the full name of the concept/definition, while a short name (or acronym) can be provided as the parameter_name. The instrument_type variable is passed using the form only to avoid creating new categories through typing mistakes. | ||
The form enables categorizing the pages under these two types: | |||
* Concept (short reusable definitions) | |||
* Fundamentals | |||
The template can be called in the following format if not using the form (not recommended!): | The template can be called in the following format if not using the form (not recommended!): | ||
Line 12: | Line 16: | ||
}} | }} | ||
</pre> | </pre> | ||
</noinclude><includeonly> | </noinclude><includeonly> | ||
Line 27: | Line 30: | ||
{{#default_form:DefineConcept}} | {{#default_form:DefineConcept}} | ||
[[Category:Concept]] | |||
{{#arraymap:{{{instrument_type|}}}|,|x|[[Category:x]]|}} | {{#arraymap:{{{instrument_type|}}}|,|x|[[Category:x]]|}} | ||
</includeonly> | </includeonly> |
Latest revision as of 21:54, 13 December 2021
This is the "DefineConcept" template, which formats the data supplied through this form
The page's name is the full name of the concept/definition, while a short name (or acronym) can be provided as the parameter_name. The instrument_type variable is passed using the form only to avoid creating new categories through typing mistakes.
The form enables categorizing the pages under these two types:
- Concept (short reusable definitions)
- Fundamentals
The template can be called in the following format if not using the form (not recommended!):
{{DefineConcept |parameter_name= |description= |article_type= }}