Anonymous

Changes

From CUGC Wiki

Help:Discussion

1,448 bytes added, 13:26, 8 March 2019
Add short how-to.
To discuss an article, please edit its "Discussion" page (Talk:<article title>).

= Adding a top-level comment =

Create a heading with a short title and write your comment below, signing it with "<nowiki>~~~~</nowiki>", like so:

= My title =
My comment -- <nowiki>~~~~</nowiki>

That gets turned into:

<div style="border-left: .5em solid grey; padding-left: 1em;">
== My title ==
My comment -- [[User:TW466|TW466]] ([[User talk:TW466|talk]]) 12:26, 8 March 2019 (UTC)
</div>

= Commenting on a comment =

Indent lower-level comments with ":", like so:

= Some title =
First comment -- <nowiki>~~~~</nowiki>
: Reply to first comment -- <nowiki>~~~~</nowiki>
:: Reply to the reply -- <nowiki>~~~~</nowiki>
: Another reply to first comment -- <nowiki>~~~~</nowiki>

"<nowiki>~~~~</nowiki>" gets turned into a signature automatically, such as [[User:TW466|TW466]] ([[User talk:TW466|talk]]) 12:26, 8 March 2019 (UTC).

The block above gets turned into:

<div style="border-left: .5em solid grey; padding-left: 1em;">
== Some title ==
First comment -- [[User:TW466|TW466]] ([[User talk:TW466|talk]]) 12:26, 8 March 2019 (UTC)
: Reply to first comment -- [[User:TW466|TW466]] ([[User talk:TW466|talk]]) 12:26, 8 March 2019 (UTC)
:: Reply to the reply -- [[User:TW466|TW466]] ([[User talk:TW466|talk]]) 12:26, 8 March 2019 (UTC)
: Another reply to first comment -- [[User:TW466|TW466]] ([[User talk:TW466|talk]]) 12:26, 8 March 2019 (UTC)
</div>