Template:Discussion: Difference between revisions

From Opasnet
Jump to navigation Jump to search
No edit summary
(title added)
Line 5: Line 5:
|{{#if:{{{id|}}}|({{{id}}})|}} '''Statements:''' <font class="statements" color="navy">{{{Statements|}}}</font>
|{{#if:{{{id|}}}|({{{id}}})|}} '''Statements:''' <font class="statements" color="navy">{{{Statements|}}}</font>


'''Resolution:''' <em class="resolution">{{#if:{{{Resolution|}}}|{{{Resolution}}}|Resolution not yet found.}}</em>
'''Resolution:''' <b class="title">{{{title|.}}}</b> <em class="resolution">{{#if:{{{Resolution|}}}|{{{Resolution}}}|Resolution not yet found.}}</em>


<font class="resolved" color="maroon">{{#if:{{{Resolved|}}}|(Resolved, i.e., the resolution has been updated to the main page.)[[Category:Resolved discussions]]|(A stable resolution, when found, should be updated to the main page.)[[Category:Ongoing discussions]]}}</font>
<font class="resolved" color="maroon">{{#if:{{{Resolved|}}}|(Resolved, i.e., the resolution has been updated to the main page.)[[Category:Resolved discussions]]|(A stable resolution, when found, should be updated to the main page.)[[Category:Ongoing discussions]]}}</font>
Line 17: Line 17:
<pre>
<pre>
{{discussion
{{discussion
|id= Unique identifier for the discussion on this page.
|id = Unique identifier for the discussion on this page.
|Statements= Resolution is the word for the outcome of a discussion.
|Statements = One or more claims that will be discussed.
|Resolution= Accepted.
|Resolution = Outcome of the discussion, i.e. acceptable claims.
|title = Resolution in a few words (shown on graphs).
|Argumentation = A hierarchical thread of arguments. Each argument should be on its own line, and hiererchy is decribed using indents (colon characters : in the beginning of the line).
|Argumentation = A hierarchical thread of arguments. Each argument should be on its own line, and hiererchy is decribed using indents (colon characters : in the beginning of the line).
}}
}}
</pre>
</pre>
</noinclude>
</noinclude>

Revision as of 04:02, 15 July 2018

How to read discussions

Statements:

Resolution: . Resolution not yet found.

(A stable resolution, when found, should be updated to the main page.)

Argumentation:

If Resolution is missing, then the text says: "Resolution not yet found". If the parameter "Resolved" has content, such as "Yes", the page will be categorised into Category:Resolved discussions. This means that the current resolution has been updated to the main page (and this is mentioned on the page). If it is empty, the page will be categorised to Category:Ongoing discussions, and the resolution should be updated to the main page. For details, see Discussion.

{{discussion
|id = Unique identifier for the discussion on this page.
|Statements = One or more claims that will be discussed.
|Resolution = Outcome of the discussion, i.e. acceptable claims.
|title = Resolution in a few words (shown on graphs).
|Argumentation = A hierarchical thread of arguments. Each argument should be on its own line, and hiererchy is decribed using indents (colon characters : in the beginning of the line).
}}