{{#form:method=get|id=commentform|style=border-top:1px solid #ccc|
Add comment to the article:
{{#input:type=textarea|id=commentText}}
{{#input:type=hidden|name=content|id=commentId}}
{{#input:type=submit|value=Post comment|onClick=
var comment=document.getElementById('commentText').value;
if(comment==) return;
var heading='=====29-10-2025 [[User:[[Template:CURRENTUSER|Template:CURRENTUSER]] says:=====\n';
document.getElementById('commentId').value=heading+comment;
}}
{{#input:type=hidden|name=caction|value=append}}
{{#input:type=hidden|name=title|value={{#request:target}}|}}
}}