MergeCount (Journal property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
Line 4: Line 4:
{{Template:Journal:MergeCount syntax}}
{{Template:Journal:MergeCount syntax}}
===Syntax terms===
===Syntax terms===
<dl>
<table class="syntaxTable">
<dt><i>%num</i>
<tr><th><i>%num</i></th>
<dd>A numeric variable to contain the number of journals that were input to MERGEJ
<td>A numeric variable to contain the number of journals that were input to MERGEJ to produce ''%jrnl'', the method object. ''%num'' is 0 if ''%jrnl'' is not a MERGEJ journal. </td></tr>
to produce ''%jrnl'', the method object.
<tr><th><i>%jrnl</i></th>
''%num'' is 0 if ''%jrnl'' is not a MERGEJ journal.
<td>A reference to an instance of a Journal object.</td></tr>
<dt><i>%jrnl</i>
</table>
<dd>A reference to an instance of a Journal object.
</dl>
==See also==
==See also==
{{Template:Journal:MergeCount footer}}
{{Template:Journal:MergeCount footer}}

Revision as of 14:43, 16 February 2011

Number of journals input to the MERGEJ run producing this journal (Journal class)


Syntax

%number = journal:MergeCount

Syntax terms

%num A numeric variable to contain the number of journals that were input to MERGEJ to produce %jrnl, the method object. %num is 0 if %jrnl is not a MERGEJ journal.
%jrnl A reference to an instance of a Journal object.

See also