Difference between revisions of "Template:Selfref"
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=< | + | |NONE|hatnote|hat={{Hatnote|1=<div style="display:inline;" class="plainlinks selfreference noprint">{{{1}}}</div>}} |
| − | |inline=< | + | |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!-->=< | + | |<!--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> | ||