Template:Research/Documentation: Difference between revisions

Jump to navigation Jump to search
(Created page with "==Purpose== Notice template used mark pages or sections in need of research and add them to Category:Pages needing research. By adding <code>reason=</code> as a parameter, a reason can also be given. ==Usage== {| class="wikitable" |+ |- ! Parameter !! Description |- | section || Must be given a value (such as "1" or "y") to display. Changes header to denote a section. |- | reason || Enables a reason to be given on what needs research. |} ===Code=== <pre>{{Research...")
 
 
(2 intermediate revisions by the same user not shown)
Line 8: Line 8:
! Parameter !! Description
! Parameter !! Description
|-
|-
| section || Must be given a value (such as "1" or "y") to display. Changes header to denote a section.
| section || Must be given a value (such as "1" or "y") to display. Changes header to denote a section and aligns notice to the left.
|-
|-
| reason || Enables a reason to be given on what needs research.
| reason || Enables a reason to be given on what needs research.
Line 14: Line 14:


===Code===
===Code===
<pre>{{Research}}</pre>
<pre>{{Research|reason=}}</pre>
<pre>{{Research|section=1}}</pre>
<pre>{{Research|section=1|reason=}}</pre>


===Examples===
===Example===
<pre>{{Research}}</pre>
<pre>{{Research|reason=Stats need to be data-mined.}}</pre>
{{Research|nocat=1}}
{{Research|reason=Stats need to be data-mined.|nocat=1}}
<noinclude>[[Category:Template Documentation]]</noinclude>
<noinclude>[[Category:Template Documentation]]</noinclude>

Latest revision as of 19:14, 18 February 2024

Purpose

Notice template used mark pages or sections in need of research and add them to Category:Pages needing research. By adding reason= as a parameter, a reason can also be given.

Usage

Parameter Description
section Must be given a value (such as "1" or "y") to display. Changes header to denote a section and aligns notice to the left.
reason Enables a reason to be given on what needs research.

Code

{{Research|reason=}}
{{Research|section=1|reason=}}

Example

{{Research|reason=Stats need to be data-mined.}}
This article is in need of research.
Reason: Stats need to be data-mined.