Template:Discussion: Difference between revisions

From Opasnet
Jump to navigation Jump to search
No edit summary
(type parameter added)
Line 1: Line 1:
[[Discussion structure|How to read discussions]]
[[Discussion structure|How to read discussions]]<br/>
 
<div class="discussion" id="{{{id|.}}} ">
<div class="discussion" id="{{{id|.}}}">
{|border="2" cellspacing="0" cellpadding="3" rules="all" style="margin:1em 1em 1em 0; border:solid 1px #AAAAAA; border-collapse:collapse;background-color:#F9F9F9; empty-cells:show;"
{|border="2" cellspacing="0" cellpadding="3" rules="all" style="margin:1em 1em 1em 0; border:solid 1px #AAAAAA; border-collapse:collapse;background-color:#F9F9F9; empty-cells:show;"
|{{#if:{{{id|}}}|({{{id}}})|}} '''Statements:''' <font class="statements" color="navy">{{{Statements|}}}</font>
! <font class="type" {{#ifeq:{{{type|}}}|value| color=green>Value discussion[[Category:Value discussion]]| color=brown>Fact discussion[[Category:Fact discussion]]}} {{#if:{{{id|}}}|({{{id}}})|}}</font>
|----
|'''Statements:''' <font class="statements" color="navy">{{{Statements|}}}</font>


'''Resolution:''' <b class="title">{{{title|.}}}</b> <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>
Line 13: Line 14:
{{{Argumentation|}}}</div>
{{{Argumentation|}}}</div>
|}
|}
</div><noinclude>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]].
</div><noinclude>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]]. Discussions are categorised to fact and value discussions depending on the type parameter.


<pre>
<pre>
{{discussion
{{discussion
|id = Unique identifier for the discussion on this page.
|id = Unique identifier for the discussion on this page.
|type= Type of discussion, either fact or value (there might be a need for other discussion types).
|Statements = One or more claims that will be discussed.
|Statements = One or more claims that will be discussed.
|Resolution = Outcome of the discussion, i.e. acceptable claims.
|Resolution = Outcome of the discussion, i.e. acceptable claims.

Revision as of 10:25, 16 July 2018

How to read discussions

Fact discussion
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. Discussions are categorised to fact and value discussions depending on the type parameter.

{{discussion
|id = Unique identifier for the discussion on this page.
|type= Type of discussion, either fact or value (there might be a need for other discussion types).
|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).
}}