Template:DefineConcept: Difference between revisions

From Atomix
No edit summary
No edit summary
 
(69 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 should be called in the following format:
 
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
Line 9: Line 32:
}}
}}
</pre>
</pre>
Edit the page to see the template text.
 
</noinclude><includeonly>{| class="wikitable"
</noinclude>
! Parameter Name
| {{{parameter_name|}}}
|-
! Description
| {{{description|}}}
|-
! Instrument type:
| {{{instrument_type}}}
|}
</includeonly>
[[Category:Concept]]
[[Category:{{{instrument_type}}}]]

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=
}}