Template:See also: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
HiddenDragon (talk | contribs) (Use documentation/template demo links) |
||
(8 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
<includeonly><div role="note" class="hatnote noexcerpt">See also: {{#if: {{{custom|}}} | [[{{{1|}}}{{!}}{{{custom|}}}]]|{{#if: {{{1|}}} | [[{{{1|}}}]] | {{color|red|Error! No link!}}}}}}{{#if: {{{3|}}} | ,}} {{#if: {{{3|}}} | | {{#if: {{{2|}}} | and |}}}} {{#if: {{{custom2|}}} | [[{{{2|}}}{{!}}{{{custom2|}}}]]|{{#if: {{{2|}}} | [[{{{2|}}}]]}}}}{{#if: {{{4|}}} | ,}} {{#if: {{{4|}}} | | {{#if: {{{3|}}} | and |}}}} {{#if: {{{custom3|}}} | [[{{{3|}}}{{!}}{{{custom3|}}}]]|{{#if: {{{3|}}} | [[{{{3|}}}]]}}}}{{#if: {{{5|}}} | ,}} {{#if: {{{5|}}} | | {{#if: {{{4|}}} | and |}}}} {{#if: {{{custom4|}}} | [[{{{4|}}}{{!}}{{{custom4|}}}]]|{{#if: {{{4|}}} | [[{{{4|}}}]]}}}} {{#if: {{{custom5|}}} | and [[{{{5|}}}{{!}}{{{custom5|}}}]]|{{#if: {{{5|}}} | and [[{{{5|}}}]]}}}}</div></includeonly><noinclude>{{documentation|content=Inserts a ''see also'' onto a page, as a hatnote. | <includeonly><div role="note" class="hatnote noexcerpt">See also: {{#if: {{{custom|}}} | [[{{{1|}}}{{!}}{{{custom|}}}]]|{{#if: {{{1|}}} | [[{{{1|}}}]] | {{color|red|Error! No link!}}}}}}{{#if: {{{3|}}} | ,}} {{#if: {{{3|}}} | | {{#if: {{{2|}}} | and |}}}} {{#if: {{{custom2|}}} | [[{{{2|}}}{{!}}{{{custom2|}}}]]|{{#if: {{{2|}}} | [[{{{2|}}}]]}}}}{{#if: {{{4|}}} | ,}} {{#if: {{{4|}}} | | {{#if: {{{3|}}} | and |}}}} {{#if: {{{custom3|}}} | [[{{{3|}}}{{!}}{{{custom3|}}}]]|{{#if: {{{3|}}} | [[{{{3|}}}]]}}}}{{#if: {{{5|}}} | ,}} {{#if: {{{5|}}} | | {{#if: {{{4|}}} | and |}}}} {{#if: {{{custom4|}}} | [[{{{4|}}}{{!}}{{{custom4|}}}]]|{{#if: {{{4|}}} | [[{{{4|}}}]]}}}} {{#if: {{{custom5|}}} | and [[{{{5|}}}{{!}}{{{custom5|}}}]] | {{#if: {{{5|}}} | and [[{{{5|}}}]]}}}}</div></includeonly><noinclude>{{documentation|content= | ||
Inserts a ''see also'' onto a page, as a hatnote. | |||
__NO_TOC__ | |||
== | == Examples == | ||
{{Template demo | |||
< | | style = list | ||
| <nowiki>{{See also|Hatnote}}</nowiki> | |||
| caption 2 = Use the custom parameter to att a custom text: | |||
| <nowiki>{{See also|Hatnote|custom=Custom text}}</nowiki> | |||
| caption 3 = Multiple links can be added. | |||
Use the custom parameter to att a custom text: | | <nowiki>{{See also|Hatnote|Hatnote}}</nowiki> | ||
| caption 4 = With multiple custom text | |||
< | | <nowiki>{{See also|Hatnote|Hatnote|custom=Custom text|custom2=Custom text 2}}</nowiki> | ||
| caption 5 = Up to a maximum of 5. | |||
| <nowiki>{{See also|Hatnote|Hatnote|Hatnote|Hatnote|Hatnote}}</nowiki> | |||
{{See also|Hatnote| | | caption 6 = Custom text on select links | ||
| <nowiki>{{See also|Hatnote|Hatnote|Hatnote|Hatnote|Hatnote|custom=Custom text|custom2=Custom text 2|custom5=Custom text 5}}</nowiki> | |||
}} | |||
< | |||
< | |||
{{See also|Hatnote|Hatnote|custom=Custom text|custom2=Custom text 2}} | |||
== Template data == | == Template data == | ||
Line 37: | Line 26: | ||
"label": "Link" | "label": "Link" | ||
}, | }, | ||
"custom": {} | "2": {}, | ||
"3": {}, | |||
"4": {}, | |||
"5": {}, | |||
"custom": {}, | |||
"custom2": {}, | |||
"custom3": {}, | |||
"custom4": {}, | |||
"custom5": {} | |||
} | } | ||
} | } | ||
</templatedata>}}</noinclude> | </templatedata>}} | ||
[[Category:Templates]] | |||
[[Category:Disambiguation templates]] | |||
</noinclude> |
Latest revision as of 22:12, 19 January 2025
Template documentation
Inserts a see also onto a page, as a hatnote. __NO_TOC__
Examples
Use the custom parameter to att a custom text:
Markup{{See also|Hatnote|custom=Custom text}}Renders as
See also: Custom text
Multiple links can be added.
Markup{{See also|Hatnote|Hatnote}}Renders as
With multiple custom text
Markup{{See also|Hatnote|Hatnote|custom=Custom text|custom2=Custom text 2}}Renders as
See also: Custom text and Custom text 2
Up to a maximum of 5.
Markup{{See also|Hatnote|Hatnote|Hatnote|Hatnote|Hatnote}}Renders as
Custom text on select links
Markup{{See also|Hatnote|Hatnote|Hatnote|Hatnote|Hatnote|custom=Custom text|custom2=Custom text 2|custom5=Custom text 5}}Renders as
Template data
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Link | 1 | no description | Unknown | optional |
2 | 2 | no description | Unknown | optional |
3 | 3 | no description | Unknown | optional |
4 | 4 | no description | Unknown | optional |
5 | 5 | no description | Unknown | optional |
custom | custom | no description | Unknown | optional |
custom2 | custom2 | no description | Unknown | optional |
custom3 | custom3 | no description | Unknown | optional |
custom4 | custom4 | no description | Unknown | optional |
custom5 | custom5 | no description | Unknown | optional |