-->

I want to know about blogger template language

2019-03-18 16:30发布

问题:

i'm looking some syntax.

<b:includable id='main'>

<b:loop values='data:posts' var='post'>
</b:loop>

</b:includable>
</b:widget>
</b:section>
<data:post.id/>

<b:if cond='data:post.dateHeader'>
</b:if>

This is mixed any programming language? I need to know this syntax language name? Who create this language? Where i find help about this syntax language? this language same as other programming language?

Tell me please? I can't found help about this language.

回答1:

You can find information on Blogger Help.

See for example: Widget Tags for Layouts



回答2:

This: http://www.google.com/support/blogger/bin/answer.py?hl=en&answer=42095 is a fairly comprehensive guide to all the relevant tags in Blogger's template language.



回答3:

The blogger template is in XML format/language. If you want to edit or create blogspot template then you you have to learn HTML, CSS and XML and the basic of Javascript will be enough.



回答4:

you can create your own widget section using above tags.

Every Widget contain this two section and .

also don't forgot to add unique lable and ID. you can learn more from Nick answer. :)