Template:DefineConcept: Difference between revisions

From Atomix
No edit summary
No edit summary
 
(41 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
{| class="wikitable"
|-
! Short definition of {{FULLPAGENAME}} {{#if: {{{parameter_name|}}} | ({{{parameter_name}}}) | }}
|-
| {{{description}}}
|}
<small>This is the common definition for {{FULLPAGENAME}}, but other definitions may be discussed within the wiki.</small>
[[Category:Concept]]
{{#if: {{{instrument_type|}}} | [[Category:{{{instrument_type}}}]] }}
</includeonly>
<noinclude>
<noinclude>
This is the "DefineConcept" template.
This is the "DefineConcept" template, which formats the data supplied through the [[Form:DefineConcept|DefineConcept form]].
It can be called in the following format if not using the 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
 
=== Using the template directly (not recommended) ===
<pre>
<pre>
{{DefineConcept
{{DefineConcept
|parameter_name=
|parameter_name=
|description=
|description=
|instrument_type=
}}
}}
</pre>
</pre>
Edit the page to see the template text.
 
</noinclude><includeonly>
</noinclude>
{| class="wikitable"
|-
! Definition of {{FULLPAGENAME}}
|-
| {{{description}}}
|-
| '''Alternate name/symbol''':  {{{parameter_name}}}
|-
| <small>This is the common definition for {{FULLPAGENAME}}, but other definitions maybe discussed within the wiki.</small>
|}
{{#default_form:DefineConcept}}
</includeonly>
{{#arraymap:{{{instrument_type|}}}|,|x|[[Category:x]]|}}
[[Category:Concept]]

Latest revision as of 20:23, 8 July 2026


This is the "DefineConcept" template, which formats the data supplied through the DefineConcept 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

Using the template directly (not recommended)

{{DefineConcept
|parameter_name=
|description=
|instrument_type=
}}