Difference between revisions of "Template:Selfref"

From blackwiki
Jump to navigation Jump to search
test>Andy M. Wang
(rm "unprintworthy" case, which doesn't work and spits out the error. Editor self-reverted 2 years ago)
test>Jonesey95
(Change span class=xxx to div to fix Linter div-span-flip error.)
Line 1: Line 1:
 
{{#switch:{{{2|NONE}}}
 
{{#switch:{{{2|NONE}}}
|NONE|hatnote|hat={{Hatnote|1=<span class="plainlinks selfreference noprint">{{{1}}}</span>}}
+
|NONE|hatnote|hat={{Hatnote|1=<div style="display:inline;" class="plainlinks selfreference noprint">{{{1}}}</div>}}
|inline=<span class="plainlinks selfreference" style="font-style: italic;"><!--Same style as class hatnote.-->{{{1}}}</span>
+
|inline=<div class="plainlinks selfreference" style="display:inline; font-style: italic;"><!--Same style as class hatnote.-->{{{1}}}</div>
|<!--Matching the empty string here for unprintworthy content is for backwards compatibility with the 2006-2008 version. Do not depend on it!-->=<span class="plainlinks selfreference noprint">{{{1}}}</span>
+
|<!--Matching the empty string here for unprintworthy content is for backwards compatibility with the 2006-2008 version. Do not depend on it!-->=<div style="display:inline;"  class="plainlinks selfreference noprint">{{{1}}}</div>
 
|#default={{error|Second parameter must be <code>hatnote</code>, <code>hat</code>, or <code>inline</code>}}
 
|#default={{error|Second parameter must be <code>hatnote</code>, <code>hat</code>, or <code>inline</code>}}
 
}}<noinclude>
 
}}<noinclude>

Revision as of 16:00, 10 December 2018

Template documentation[create]