Template:Tooltip: Difference between revisions

From SGUTranscripts
Jump to navigation Jump to search
m (now dropping the checks for "id" and "style")
m (reverse engineering this thing... so what happens if I drop "title")
Line 1: Line 1:
<span title="{{{2}}}" class="rt-commentedText {{#ifeq:{{yesno-yes|{{{dotted}}}}}|no||explain}} {{{class|}}}" title="{{#tag:nowiki|{{{2|}}}|"|&quot;}}">{{{1|}}}</span><noinclude>
<span title="{{{2}}}" class="rt-commentedText {{#ifeq:{{yesno-yes|{{{dotted}}}}}|no||explain}} {{{class|}}}">{{{1|}}}</span><noinclude>


not sure what the deal is with the ifeq switches between "yesno-no" and "yesno-yes" in the markup... hopefully I can figure this out later and pare down the unnecessary code for this useful tooltip template
not sure what the deal is with the ifeq switches between "yesno-no" and "yesno-yes" in the markup... hopefully I can figure this out later and pare down the unnecessary code for this useful tooltip template

Revision as of 14:59, 12 August 2021

not sure what the deal is with the ifeq switches between "yesno-no" and "yesno-yes" in the markup... hopefully I can figure this out later and pare down the unnecessary code for this useful tooltip template

here's an initial example of, well, an example tooltip