Template:Main gallery: Difference between revisions
Appearance
Created page with '{{rellink|extraclasses=noprint relarticle mainarticle|For the full gallery see: [[{{{1|{{PAGENAME}}/Gallery}}}|{{{2|{{PAGENAME}}/Gallery}}}]]}}<noinclude> == Usage == To link t...' |
No edit summary |
||
| (4 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{rellink|extraclasses=noprint relarticle mainarticle|For the full gallery | {{rellink|extraclasses=noprint relarticle mainarticle|For the full gallery, click here: {{#if: {{{1|}}} | [[{{{1|}}}|{{{2|}}}]] }} }}[[File:Wiki_Gallery.png|280px|link={{PAGENAME}}/Gallery]] | ||
{{code | |||
|css= | |||
.rellink, .rellink + p:has(img){ | |||
margin: 0px !important; | |||
} | |||
}} | |||
<noinclude> | |||
== Usage == | == Usage == | ||
To link to a "gallery" page of an article, use <nowiki>{{main gallery}}</nowiki>. | To link to a "gallery" page of an article, use <nowiki>{{main gallery}}</nowiki>. | ||
You can also precise a specific link and display name: <nowiki>{{main gallery|Article link|Article name}}</nowiki>. It will then display: | You can also precise a specific link and display name: <nowiki>{{main gallery|Article link|Article name}}</nowiki>. It will then display: | ||
:<div class="noprint">''For the full gallery | :<div class="noprint">''For the full gallery, click here: [[Article link|Article name]]''</div> | ||
[[File:Wiki_Gallery.png|280px|link={{PAGENAME}}/Gallery]] | |||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> | ||