시스템 메시지 목록
둘러보기로 가기
검색하러 가기
미디어위키 이름공간에 있는 모든 시스템 메시지의 목록입니다. 미디어위키의 번역 작업에 관심이 있으면 미디어위키 지역화나 translatewiki.net에 참가해주세요.
| 이름 | 기본 메시지 글 |
|---|---|
| 현재 문자열 | |
| apihelp-createaccount-param-language (토론) (번역) | 사용자에게 기본으로 설정할 언어 코드. (선택 사항, 기본값으로는 본문의 언어입니다) |
| apihelp-createaccount-param-mailpassword (토론) (번역) | 아무 값이든 존재한다면, 랜덤 비밀번호가 이메일로 전송됩니다. |
| apihelp-createaccount-param-name (토론) (번역) | 사용자 이름 |
| apihelp-createaccount-param-password (토론) (번역) | 비밀번호입니다. (<var>$1mailpassword</var>가 설정되어 있으면 무시됩니다) |
| apihelp-createaccount-param-preservestate (토론) (번역) | <kbd>[[Special:ApiHelp/query+authmanagerinfo|action=query&meta=authmanagerinfo]]</kbd>가 <samp>hasprimarypreservedstate</samp>에 대해 참을 반환하면 <samp>primary-required</samp>로 표시된 요청은 생략됩니다. <samp>preservedusername</samp>에 대해 비어있지 않은 값이 반환되면 해당 사용자 이름은 <var>username</var> 변수를 위해 사용됩니다. |
| apihelp-createaccount-param-realname (토론) (번역) | 사용자 실명 (선택). |
| apihelp-createaccount-param-reason (토론) (번역) | 선택적인, 기록에 남을 계정을 만드는 이유 |
| apihelp-createaccount-param-token (토론) (번역) | 첫 요청에서 획득한 계정 생성 토큰. |
| apihelp-createaccount-summary (토론) (번역) | 새 사용자 계정을 만듭니다. |
| apihelp-csDeleteComment-description (토론) (번역) | 댓글을 삭제합니다. pageid 또는 title을 지정해야 합니다. |
| apihelp-csDeleteComment-pageid-example (토론) (번역) | 문서 ID 3의 댓글 삭제 |
| apihelp-csDeleteComment-param-pageid (토론) (번역) | page ID of the page which holds the comment to delete |
| apihelp-csDeleteComment-param-title (토론) (번역) | title of the page which holds the comment to delete |
| apihelp-csDeleteComment-summary (토론) (번역) | 댓글을 삭제합니다. pageid나 title을 지정해야 합니다. |
| apihelp-csDeleteComment-title-example (토론) (번역) | delete comment with page title CommentStreams:3 |
| apihelp-csEditComment-description (토론) (번역) | 기존의 댓글을 편집합니다. pageid 또는 title을 지정해야 합니다. |
| apihelp-csEditComment-param-commenttitle (토론) (번역) | optional title for comment. |
| apihelp-csEditComment-param-pageid (토론) (번역) | page ID of the page which holds the comment to edit |
| apihelp-csEditComment-param-title (토론) (번역) | title of the page which holds the comment to edit |
| apihelp-csEditComment-param-wikitext (토론) (번역) | 댓글의 위키텍스트입니다. |
| apihelp-csEditComment-summary (토론) (번역) | Edit an existing comment. Either pageid or title must be provided. |
| apihelp-csPostComment-description (토론) (번역) | 새로운 댓글을 게시합니다. |
| apihelp-csPostComment-param-associatedid (토론) (번역) | 이 댓글이 속한 문서. |
| apihelp-csPostComment-param-commenttitle (토론) (번역) | 댓글의 선택적 제목입니다. |
| apihelp-csPostComment-param-parentid (토론) (번역) | page ID of parent comment if this is a reply. |
| apihelp-csPostComment-param-wikitext (토론) (번역) | wikitext for comment. |
| apihelp-csPostComment-summary (토론) (번역) | 새 댓글을 게시합니다. |
| apihelp-csQueryComment-description (토론) (번역) | 댓글의 제목, 사용자, 작성 타임스탬프, 위키텍스트를 반환합니다. pageid 또는 title을 지정해야 합니다. |
| apihelp-csQueryComment-pageid-example (토론) (번역) | query comment with page ID 3 in wikitext |
| apihelp-csQueryComment-param-pageid (토론) (번역) | page ID of the page which holds the comment to query |
| apihelp-csQueryComment-param-title (토론) (번역) | title of the page which holds the comment to query |
| apihelp-csQueryComment-summary (토론) (번역) | 댓글의 제목, 사용자, 작성 타임스탬프, 위키텍스트를 반환합니다. pageid나 title을 지정해야 합니다. |
| apihelp-csQueryComment-title-example (토론) (번역) | query comment with page title CommentStreams:3 in wikitext |
| apihelp-csUnwatch-description (토론) (번역) | 응답을 받을 때 더 이상 알림을 받지 않도록 댓글의 주시를 해제합니다 |
| apihelp-csUnwatch-pageid-example (토론) (번역) | 문서 ID 3의 댓글의 주시를 해제합니다 |
| apihelp-csUnwatch-param-pageid (토론) (번역) | page ID of the page which holds the comment to be unwatched |
| apihelp-csUnwatch-param-title (토론) (번역) | title of the page which holds the comment to be unwatched |
| apihelp-csUnwatch-summary (토론) (번역) | Unwatch a comment to no longer be notified when it receives replies |
| apihelp-csUnwatch-title-example (토론) (번역) | unwatch comment with page title CommentStreams:3 |
| apihelp-csVote-description (토론) (번역) | 댓글에 투표(찬성, 반대, 중립)합니다. |
| apihelp-csVote-pageid-example (토론) (번역) | 문서 ID 3의 댓글에 투표 |
| apihelp-csVote-param-pageid (토론) (번역) | page ID of the page which holds the comment to be voted on |
| apihelp-csVote-param-title (토론) (번역) | title of the page which holds the comment to be voted on |
| apihelp-csVote-param-vote (토론) (번역) | 투표 (1, -1, 0). |
| apihelp-csVote-summary (토론) (번역) | 댓글에 투표(찬성, 반대, 중립)합니다. |
| apihelp-csVote-title-example (토론) (번역) | vote on comment with page title CommentStreams:3 |
| apihelp-csWatch-description (토론) (번역) | 답변을 받으면 알림을 받을 댓글을 주시합니다 |
| apihelp-csWatch-pageid-example (토론) (번역) | watch comment with page ID 3 |
| apihelp-csWatch-param-pageid (토론) (번역) | page ID of the page which holds the comment to be watched |
| apihelp-csWatch-param-title (토론) (번역) | title of the page which holds the comment to be watched |