Template:Span title
跳转到导航
跳转到搜索
{{{2}}}
File:Test Template Info-Icon - Version (2).svg 模板文档[查看] [编辑] [历史] [清除缓存]
This template creates an HTML span element with a title attribute, which is rendered by many user-agents as producing a tooltip when hovered over with a cursor.
- {{span title|This is the title|This is the text}}
產生的代碼:
- <span title="This is the title">This is the text</span>
並呈現為:
- This is the text
使用模板比在頁面中使用原始HTML稍微整潔。
參考[编辑]
- {{SetTitle}}