Template:Shortcut: Difference between revisions
Jump to navigation
Jump to search
imported>Hb1290 No edit summary |
imported>Compooper No edit summary |
||
(12 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
Putting anchors on page: | Putting anchors on page: | ||
--><div style="position: relative; top: -3em;">{{#if:{{{1|}}}|<span id="{{{1|}}}"></span> }}{{#if:{{{2|}}}|<span id="{{{2|}}}"></span> }}{{#if:{{{3|}}}|<span id="{{{3|}}}"></span> }}{{#if:{{{4|}}}|<span id="{{{4|}}}"></span> }}{{#if:{{{5|}}}|<span id="{{{5|}}}"></span> }}</div> | --><div style="position: relative; top: -3em;">{{#if:{{{1|}}}|<span id="{{{1|}}}"></span> }}{{#if:{{{2|}}}|<span id="{{{2|}}}"></span> }}{{#if:{{{3|}}}|<span id="{{{3|}}}"></span> }}{{#if:{{{4|}}}|<span id="{{{4|}}}"></span> }}{{#if:{{{5|}}}|<span id="{{{5|}}}"></span> }}</div> | ||
<table class="shortcutbox noprint" style="float: right; border: | <table class="shortcutbox noprint" style="float: right; border: 0px solid #aaa;border-radius:5px; background: #f8f9fa; margin: .3em .3em .3em 1em; padding: 3px; text-align: center;"><tr><th style="border: none; background: transparent;" class="plainlist"><!-- | ||
Adding the shortcut links: | Adding the shortcut links: | ||
--><small> | --><small>'''Shortcut{{#if:{{{2|}}}|s}}: | ||
{{#if:{{{1|}}}|<ul>[[{{{1}}}]] | {{#if:{{{1|}}}|<ul><li> [[{{{1}}}]]</li> | ||
}}{{#if:{{{2|}}}| [[{{{2}}}]] | }}{{#if:{{{2|}}}|<li> [[{{{2}}}]]</li> | ||
}}{{#if:{{{3|}}}| [[{{{3}}}]] | }}{{#if:{{{3|}}}|<li> [[{{{3}}}]]</li> | ||
}}{{#if:{{{4|}}}| [[{{{4}}}]] | }}{{#if:{{{4|}}}|<li> [[{{{4}}}]]</li> | ||
}}{{#if:{{{5|}}}| [[{{{5}}}]]</ | }}{{#if:{{{5|}}}|<li> [[{{{5}}}]]</li> | ||
}}</ul></small></th></tr></table><!-- | }}</ul>'''</small></th></tr></table><!-- | ||
Reporting if the first parameter is not a valid non-bracketed shortcut name: | Reporting if the first parameter is not a valid non-bracketed shortcut name: | ||
-->{{#if:{{{1|}}} | -->{{#if:{{{1|}}} | ||
| {{#ifexist:{{{1|}}} | | {{#ifexist:{{{1|}}} | ||
| | | | ||
| | | | ||
}} | }} | ||
}} | }} |