Template:Discussion top/doc: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
{{Documentation subpage}}
{{Documentation subpage}}


This template is used to close/archive discussions on a talk page. Generally, it should be inserted only by administrators or impartial editors once a conclusion to the discussion has been reached.
This template indicates that a discussion on a [[talk page]] has been closed or moved to a new location. Closing a discussion should only be done by administrators or impartial editors once a conclusion has been reached.


==Usage==
==Usage==
Place <code><nowiki>{{discussion top}}</nowiki></code> at the beginning of the discussion just below section header and place <code><nowiki>{{discussion bottom}}</nowiki></code> at the end of the discussion.
Place {{tl|discussion top}} at the beginning of the discussion just below the section heading and place {{tl|discussion bottom}} at the end of the discussion.


A summary of the conclusions reached may be included using the <code>result</code> parameter.
===Parameters===
{{tl|Discussion top}} uses the following parameters.


==Example==
{| class="wikitable"
<nowiki>==Header==
! Parameter !! Description
{{discussion top|result=Summary of conclusions reached...}}
|-
| <code>status</code>
| Status of the issue. Possible values are: <code>resolved</code>, <code>no action</code>, <code>moved</code> and <code>closed</code>. Defaults to <code>closed</code>.
|-
| <code>result</code>, <code>reason</code>
| Optional. Description of why the discussion was closed or moved.
|-
| <code>moved</code>
| If status is set to <code>moved</code>, this specifies the destination.
|}
 
==Examples==
 
===Resolved===
If the discussion has brought about a successful resolution, use <code>|status=resolved</code>.
 
{| class="wikitable"
! Wikitext !! Rendered
|-
| style="width: 50%;" |
<pre>
==Heading==
{{Discussion top|status=resolved|result=Summary of conclusions reached.}}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque adipiscing sagittis libero in vestibulum. Maecenas semper turpis velit, vel rutrum eros accumsan nec.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque adipiscing sagittis libero in vestibulum. Maecenas semper turpis velit, vel rutrum eros accumsan nec.
{{discussion bottom}}
{{Discussion bottom}}
</nowiki>
</pre>
| style="width: 50%;" |
<div style="font-family: Fontin-Regular; color: #dfcf99; border-bottom: 1px solid #5e4f45; margin-bottom: 0.25em; font-size: 1.5em; line-height: 1.3;">Heading</div>
{{Discussion top|status=resolved|result=Summary of conclusions reached.}}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque adipiscing sagittis libero in vestibulum. Maecenas semper turpis velit, vel rutrum eros accumsan nec.
{{Discussion bottom}}
|}


The templating above would yield:
===No action===
If the resolution of the discussion is that no action should be taken, use <code>|status=no action</code>.


{{discussion top|result=Summary of conclusions reached...}}
{| class="wikitable"
! Wikitext !! Rendered
|-
| style="width: 50%;" |
<pre>
==Heading==
{{Discussion top|status=no action|result=Summary of conclusions reached.}}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque adipiscing sagittis libero in vestibulum. Maecenas semper turpis velit, vel rutrum eros accumsan nec.
{{Discussion bottom}}
</pre>
| style="width: 50%;" |
<div style="font-family: Fontin-Regular; color: #dfcf99; border-bottom: 1px solid #5e4f45; margin-bottom: 0.25em; font-size: 1.5em; line-height: 1.3;">Heading</div>
{{Discussion top|status=no action|result=Summary of conclusions reached.}}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque adipiscing sagittis libero in vestibulum. Maecenas semper turpis velit, vel rutrum eros accumsan nec.
{{Discussion bottom}}
|}
 
===Moved===
If the discussion was moved to a new location, use <code>|status=moved</code>. The new location should be specified by <code>|moved=</code>.
 
{| class="wikitable"
! Wikitext !! Rendered
|-
| style="width: 50%;" |
<pre>
==Heading==
{{Discussion top|status=moved|moved=Path of Exile Wiki talk:Community portal#Topic heading|reason=This talk page is for discussing other things.}}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque adipiscing sagittis libero in vestibulum. Maecenas semper turpis velit, vel rutrum eros accumsan nec.
{{Discussion bottom}}
</pre>
| style="width: 50%;" |
<div style="font-family: Fontin-Regular; color: #dfcf99; border-bottom: 1px solid #5e4f45; margin-bottom: 0.25em; font-size: 1.5em; line-height: 1.3;">Heading</div>
{{Discussion top|status=moved|moved=Path of Exile Wiki talk:Community portal#Topic heading|reason=This talk page is for discussing other things.}}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque adipiscing sagittis libero in vestibulum. Maecenas semper turpis velit, vel rutrum eros accumsan nec.
{{Discussion bottom}}
|}
 
===Closed===
If the discussion is being closed for any other reason, <code>|status=</code> does not need to be specified.
 
{| class="wikitable"
! Wikitext !! Rendered
|-
| style="width: 50%;" |
<pre>
==Heading==
{{Discussion top|reason=Explanation of why the discussion has been closed.}}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque adipiscing sagittis libero in vestibulum. Maecenas semper turpis velit, vel rutrum eros accumsan nec.
{{Discussion bottom}}
</pre>
| style="width: 50%;" |
<div style="font-family: Fontin-Regular; color: #dfcf99; border-bottom: 1px solid #5e4f45; margin-bottom: 0.25em; font-size: 1.5em; line-height: 1.3;">Heading</div>
{{Discussion top|reason=Explanation of why the discussion has been closed.}}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque adipiscing sagittis libero in vestibulum. Maecenas semper turpis velit, vel rutrum eros accumsan nec.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque adipiscing sagittis libero in vestibulum. Maecenas semper turpis velit, vel rutrum eros accumsan nec.
{{discussion bottom}}
{{Discussion bottom}}
|}


{{Documentation categories|
{{Documentation categories|

Revision as of 10:36, 2 July 2023

This subpage provides documentation for Template:Discussion top.

This template indicates that a discussion on a talk page has been closed or moved to a new location. Closing a discussion should only be done by administrators or impartial editors once a conclusion has been reached.

Usage

Place {{discussion top}} at the beginning of the discussion just below the section heading and place {{discussion bottom}} at the end of the discussion.

Parameters

{{Discussion top}} uses the following parameters.

Parameter Description
status Status of the issue. Possible values are: resolved, no action, moved and closed. Defaults to closed.
result, reason Optional. Description of why the discussion was closed or moved.
moved If status is set to moved, this specifies the destination.

Examples

Resolved

If the discussion has brought about a successful resolution, use |status=resolved.

Wikitext Rendered
==Heading==
{{Discussion top|status=resolved|result=Summary of conclusions reached.}}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque adipiscing sagittis libero in vestibulum. Maecenas semper turpis velit, vel rutrum eros accumsan nec.
{{Discussion bottom}}
Heading
Resolved

Summary of conclusions reached.

The following discussion is closed. Please do not modify it. Start a new topic if you wish to continue the discussion.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque adipiscing sagittis libero in vestibulum. Maecenas semper turpis velit, vel rutrum eros accumsan nec.

No action

If the resolution of the discussion is that no action should be taken, use |status=no action.

Wikitext Rendered
==Heading==
{{Discussion top|status=no action|result=Summary of conclusions reached.}}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque adipiscing sagittis libero in vestibulum. Maecenas semper turpis velit, vel rutrum eros accumsan nec.
{{Discussion bottom}}
Heading
No Action

Summary of conclusions reached.

The following discussion is closed. Please do not modify it. Start a new topic if you wish to continue the discussion.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque adipiscing sagittis libero in vestibulum. Maecenas semper turpis velit, vel rutrum eros accumsan nec.

Moved

If the discussion was moved to a new location, use |status=moved. The new location should be specified by |moved=.

Wikitext Rendered
==Heading==
{{Discussion top|status=moved|moved=Path of Exile Wiki talk:Community portal#Topic heading|reason=This talk page is for discussing other things.}}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque adipiscing sagittis libero in vestibulum. Maecenas semper turpis velit, vel rutrum eros accumsan nec.
{{Discussion bottom}}
Heading
Moved

Discussion moved to Path of Exile Wiki talk:Community portal § Topic heading.

This talk page is for discussing other things.

The following discussion is closed. Please do not modify it. Head to the appropriate talk page if you wish to continue the discussion.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque adipiscing sagittis libero in vestibulum. Maecenas semper turpis velit, vel rutrum eros accumsan nec.

Closed

If the discussion is being closed for any other reason, |status= does not need to be specified.

Wikitext Rendered
==Heading==
{{Discussion top|reason=Explanation of why the discussion has been closed.}}
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque adipiscing sagittis libero in vestibulum. Maecenas semper turpis velit, vel rutrum eros accumsan nec.
{{Discussion bottom}}
Heading
Closed

Explanation of why the discussion has been closed.

The following discussion is closed. Please do not modify it. Start a new topic if you wish to continue the discussion.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque adipiscing sagittis libero in vestibulum. Maecenas semper turpis velit, vel rutrum eros accumsan nec.