Loading....

全局:


data:blog.languageDirection--你Blogger的languageDirection,一般对应于你后台设置的Blogger语言选项。
data:blog.pageTitle--Bloggr的页面标题[对应于HTML的Head中的Title部分]
data:blog.url--Blogger呈现给浏览者的当前页面,如果是文章页,则代表此文章的URL。
data:blog.homepageUrl--Blogger的首页

通用:


data:widget.instanceId--取得当前所属widget的id号

type为header的widget内:


data:title--Blogger的标题,即你博客的名字
data:description--Blogger标题下面的描述,也可以说是子标题
data:useImage--标题是否使用了图片
data:sourceUrl--图片的URL地址

type为LinkList的widget内:


data:links--包含链接列表中的所有Link的集合,可以看成是一个数组或者字典
象这样可以迭代输出所有的Link:
<b:loop values="'data:links'" var="'link'">
<li><a href="&#39;data:link.target&#39;"><data:link.name/></a></li>
</b:loop>

loop语句类似Javascript中的for...in...语句,Link作为迭代量,每次输出各个Link,target属性代表URL,name属性则代表链接名称。

type为Blog的widget内:


data:newerPageUrl--底部新文章链接
data:newerPageTitle--新文章链接的Title
data:olderPageUrl--底部旧文章链接
data:olderPageTitle--旧文章链接的Title
data:homeMsg--主页链接呈现的名字,如中文“主页”、英文“Home”等等
data:blog.pageType--Blog当前页面的类型,有三个值分别是item[文章内容页]、archive[归档页]、index[Label页]

Reference URI:https://ubuntu-sky.blogspot.com/2009/02/blogger_27.html

Have not found what you want?? Try to search by Google

Quote URI


Share/Save/Bookmark

Related Articles

Comments: 0 comments

Post a Comment

Archives

Recent Entries

Recent Comment

Powered By Blogger