Template:DefineConcept: Difference between revisions

From Atomix
No edit summary
Removed variable categorising. Hard-coding concept category to all pages
 
(57 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
This is the "DefineConcept" template.
This is the "DefineConcept" template, which formats the data supplied through this [[Form: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
 
The template can be called in the following format if not using the form (not recommended!):
<pre>
<pre>
{{DefineConcept
{{DefineConcept
|parameter_name=
|parameter_name=
|description=
|description=
|article_type=
}}
}}
</pre>
</pre>
Edit the page to see the template text.
 
</noinclude><includeonly>{| class="wikitable" style="background-color:#b989ea;"
 
|- style="font-weight:bold;"
 
! Definition of: {{{parameter_name}}}
</noinclude><includeonly>
|- style="background-color:#a9f4a8;"
 
{| class="wikitable"  
|-
! Short definition of {{FULLPAGENAME}} {{#if: {{{parameter_name|}}} | ({{{parameter_name}}})| }}
|-
| {{{description}}}
| {{{description}}}
|- style="background-color:#ffffc7;"
| This is the common definition for '''{{{parameter_name}}}''', but other definitions maybe discussed within the wiki
|}
|}
<small>This is the common definition for {{FULLPAGENAME}}, but other definitions maybe discussed within the wiki.</small>
{{#default_form:DefineConcept}}
[[Category:Concept]]
{{#arraymap:{{{instrument_type|}}}|,|x|[[Category:x]]|}}
</includeonly>
</includeonly>
{{FULLPAGENAME}}
[[Category:Concept]]

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