Marked as work-in-progress (WIP).
The content of this post may be unreliable or incomplete. Please check back later.
Open comments page
Blogger (blogspot) LinkList
widget template data collection. This post uses the Blogger 2nd generation template for a reference (Contempo, Soho, Emporio, Notable, Essential).
LinkList
widget is gadget that displays a user-provided list of links.
<b:widget id='LinkList1' locked='false' title='' type='LinkList' visible='true'>
<b:includable id='main' var='this'>
<ul>
<b:loop values='data:links' var='link'>
<li>
<a expr:href='data:link.target'>
<data:link.name />
</a>
</li>
</b:loop>
</ul>
</b:includable>
</b:widget>
Here's a list of known data in the widget:
data:links[]
target
name