<data:message.../> 태그는 블로그 언어 설정에 따라 블로거 서버에 저장된 영구적(정적)인 단어를 가져오는데, 영구적인 단어는 언어 설정 값에 따라 반환되는 메시지도 달라집니다. 예를 들어 블로거 > 설정 > 언어설정에서 한국어를 지정하면 반환되는 값은 한국어가 되고, 일본어로 설정하면 반환 값은 일본어가 됩니다.

다음 표의 값은 한국어일 때 반환되는 메시지이며, XML 모든 페이지에서 사용할 수 있습니다.

태 그 반환 값
adsGoHere 광고는 여기에 표시됩니다.
archive 자료실
at 시간:
authorSaid %1님의 메시지…
authorSaidWithLink <a href="%2" rel="nofollow">%1</a>님의 메시지…
blogArchive 블로그 보관함
blogAuthors 블로그 작성자
by 작성자:
byAuthor 작성자: %1
byAuthorLink 작성자: <a href="%2">%1</a>
comments 댓글
configurationRequired 구성 필요
copy 복사
copyToClipboard 클립보드로 복사
deleteComment 댓글 삭제
edit 수정
emailAddress 이메일 주소
emailPost 이메일 전송
euCookieNotice2018 이 사이트에서는 서비스를 제공하고 트래픽을 분석하는 데 Google의 쿠키를 사용합니다. 서비스 품질을 보장하고, 사용 통계를 생성하며, 악용 사례를 감지 및 해결하기 위해 사용자의 IP 주소 및 사용자 에이전트 정보가 성능 및 보안 측정항목과 함께 Google에 공유됩니다.
euCookieResponsibility2018 블로그에 사용된 쿠키와 수집된 데이터에 대해 방문자에게 알릴 책임은 블로그 소유자에게 있습니다. Bogger에서는 블로그에 사용할 수 있는 표준 알림을 제공합니다. 사용자는 이를 맞춤설정하여 사용하거나 직접 알림을 작성할 수 있습니다. 자세한 내용은 http://www.blogger.com/go/cookiechoices에서 확인하세요.
featured 추천 가젯
getEmailNotifications 이메일 알림 받기
gotIt 확인
hidden 숨김
home
image 이미지
joinTheConversation 대화 참여하기
keepReading 계속 읽기
labels 라벨
latestPosts 최근 글
learnMore 자세히 알아보기
linkCopiedToClipboard 링크를 클립보드에 복사했습니다.
loadMorePosts 게시물 더보기
loading 로드 중…
moreEllipsis 더보기…
morePosts 글 더보기
myBlogList 내 블로그 목록
myFavoriteSites 즐겨찾는 사이트
myPhoto 내 사진
newer 다음
newerPosts 최근 게시물
newest 최근
noResultsFound 검색결과 없음
noTitle 제목 없음
numberOfComments {numComments,plural, =0 {댓글 없음}=1{댓글 1개}other{댓글 #개}}
ok 확인
older 이전
olderPosts 이전 게시물
oldest 처음
onlyTeamMembersCanComment 참고: 블로그의 회원만 댓글을 작성할 수 있습니다.
on 날짜:
photo 사진
popularPosts 가장 많이 본 글
popularPostsFromThisBlog 이 블로그의 인기 게시물
postAComment 댓글 쓰기
postLink 글 링크
postedBy 작성자:
postedByAuthor 작성자: %1
postedByAuthorLink 작성자: <a href="%2">%1</a>
posts
poweredByBlogger Powered by Blogger
poweredByBloggerLink Powered by <a href='%1' target='_blank'>Blogger</a>
readMore 자세한 내용 보기
recentPosts 최근 글
reportAbuse 신고하기
search 검색
searchBlog 블로그 검색
searchThisBlog 이 블로그 검색
share 공유
shareOtherApps 기타 앱
shareToOtherApps 기타 앱과 공유
showAll 전체 보기
showLess 간략히 보기
showMore 자세히 보기
skipToMainContent 기본 콘텐츠로 건너뛰기
someOfMyFavoriteSites 일부 즐겨찾는 사이트
subscribe 구독
subscribeTo 피드 구독하기:
subscribeToThisBlog 이 블로그 구독
templateImagesBy 테마 이미지 제공: %1
templateImagesByLink 테마 이미지 제공: <a href="%1">%2</a>
theresNothingHere 표시할 글이 없습니다.
title 제목
viewAll 모두 보기
viewMyCompleteProfile 전체 프로필 보기
visible 표시
visitProfile 프로필로 이동
visitSite 사이트 방문
widget 가젯
widgetNotAvailableInPreview 블로그 미리보기에서 표시할 수 없는 콘텐츠입니다.
widgetNotAvailableOnHttps 암호화된 연결을 통해 사용할 수 없는 콘텐츠입니다.
youMayLikeThesePosts 관심 있을 만한 글


authorSaid 와 authorSaidWithLink

'%1님의 메시지…'를 <b:param../>를 이용해 블로그 관리자 이름으로 치환합니다. %1은 <b:param…/>의 value 값으로 치환한 단어를 반환합니다.

<!--//
%1님의 메시지…
//-->
<b:message name='messages.authorSaid'>
  <b:param expr:value='data:post.author.name' name='authorName'/>
</b:message>
<!--// 하보니님의 메시지… //-->

아래는 authorSaidWithLink 예제로서 프로필 URL이 있는 HTML 태그를 반환 받습니다. %1은 첫 번째 <b:param…/>값으로, %2는 두 번째 <b:param…/>값으로 치환됩니다.

<!--//
<a href='%2'>%1</a>님의 메시지…
//-->
<b:message name='messages.authorSaidWithLink'>
  <b:param expr:value='data:post.author.name' name='authorName'/>
  <b:param expr:value='data:post.author.profileUrl' name='authorUrl'/>
</b:message>
<!--//
결과:
<a href="https://www.blogger.com/profile/456789..."
  rel="nofollow">하보니</a>님의 메시지…
//-->


byAuthor 와 byAuthorLink

'작성자: %1'를 <b:param..>를 이용해 작성자 이름으로 치환합니다. %1은 <b:param…/>의 value 값으로 치환된 단어를 반환합니다.

<!--//
작성자: %1
//-->
<b:message name='messages.byAuthor'>
  <b:param expr:value='data:post.author.name' name='authorName'/>
</b:message>
<!--// 작성자: 하보니 //-->

아래는 byAuthorLink 예제로서 프로필 URL이 있는 HTML 태그를 반환 받습니다. %1은 첫 번째 <b:param…/>값으로, %2는 두 번째 <b:param…/>값으로 치환됩니다.

<!--//
작성자: <a href='%2'>%1</a>
//-->
<b:message name=’messages.byAuthorLink'>
  <b:param expr:value='data:post.author.name' name='authorName'/>
  <b:param expr:value='data:post.author.profileUrl' name='authorUrl'/>
</b:message>
<!--//
결과:
작성자: <a href="https://www.blogger.com/profile/456789..." rel="nofollow">하보니</a>
//-->


numberOfComments

댓글 개수를 반환하는 메시지입니다. 댓글이 없으면 ’댓글 없음’, 댓글이 1개 이상이면 ’댓글 1개’ 형식으로 출력합니다.

<b:message name='messages.numberOfComments'>
  <b:param expr:value='data:post.numberOfComments' name='numComments'/>
</b:message>
<!--// 댓글 1개 //-->


poweredByBlogger 와 poweredByBloggerLink

블로거 저작자와 링크를 반환합니다.

<b:message name='messages.poweredByBlogger'/>
<!--// Powered by Blogger //-->

<b:message name='messages.poweredByBloggerLink'>
<b:param expr:value='data:blog.bloggerUrl'/>
</b:message>
<!--//
결과:
Powered by <a href='https://www.blogger.com/' target='_blank'>Blogger</a>
//-->


templateImagesBy 와 templateImagesByLink

테마 이미지 제공자와 링크를 반환합니다. 테마 이미지란 테마 제작자를 말합니다.

<b:message name='messages.templateImagesBy'/>
<!--// 테마 이미지 제공: 하보니 //-->

<b:message name='messages.templateImagesByLink'>
<b:param expr:value='data:post.author.profileUrl'/>
<b:param expr:value='data:post.author.name'/>
</b:message>
<!--//
결과:
테마 이미지 제공: <a href="https://www.blogger.com/profile/456789..." 
rel="nofollow">하보니</a>
//-->

0 댓글