Sandbox: Difference between revisions
Jump to navigation
Jump to search
Bradley Monk (talk | contribs) No edit summary |
Bradley Monk (talk | contribs) No edit summary |
||
Line 7: | Line 7: | ||
** <code><nowiki>{{Popup|popup text template}}</nowiki></code> | ** <code><nowiki>{{Popup|popup text template}}</nowiki></code> | ||
* inline text {{Popup| [[ File:Nicoll2011 Fig1.png ]] }} using the template 'Popup' | |||
** <code><nowiki>{{Popup| [[ File:Nicoll2011 Fig1.png ]] }}</nowiki></code> | |||
{{ | * <code><nowiki><span style{{=}}"color:red">this is red</span></nowiki></code> | ||
{{ | |||
* <code><nowiki><p style{{=}}"color:red">this is red</p></nowiki></code> | |||
{{ | |||
* <span style"color:red">this is red</span> | |||
* <span style="color:red">this is red</span> | |||
* inline text {{#Popup| <span style="color:red">this is red</span> }} using the template 'Popup' |
Revision as of 21:55, 15 July 2013
Tooltips
- inline text {{#info:popup text parser tag}} using the parser tag 'info'
{{#info:popup text parser tag}}
- inline text {{#info: popup text template }} using the template 'Popup'
{{Popup|popup text template}}
<span style{{=}}"color:red">this is red</span>
<p style{{=}}"color:red">this is red</p>
- this is red
- this is red
- inline text {{#Popup| this is red }} using the template 'Popup'