模板:Span title
外观
{{{2}}}
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稍微整洁。
上述文档嵌入自Template:Span title/doc。 (编辑 | 历史) 编者可以在本模板的沙盒 (创建 | 镜像)和测试样例 (创建)页面进行实验。 请在/doc子页面中添加分类。 本模板的子页面。 |