Template:Talk page link/Doc: Difference between revisions
Created page with "This template is used in notices in order to provide a link to a talk page, or a section of one. {{talk page link}} == Usage == You can simply include this template in order to produce a link like the one above, to the current page's discussion page: {{bc|<nowiki>{{talk page link}}</nowiki>}} You can override the display text of a link by providing an unnamed argument: {{bc|<nowiki>{{talk page link|discussion page}}</nowiki>}} {{talk page link|discussion page}} A..." |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
This template is used in notices in order to provide a link to a talk page, or a section of one. | This template is used in notices in order to provide a link to a talk page, or a section of one. The talk page is linked through an external link in order to avoid polluting [[Special:WantedPages]] when the talk page does not exist. | ||
{{talk page link}} | {{talk page link}} | ||
Line 7: | Line 7: | ||
You can simply include this template in order to produce a link like the one above, to the current page's discussion page: | You can simply include this template in order to produce a link like the one above, to the current page's discussion page: | ||
{{ | {{code|lang=mediawiki|line=no|<nowiki>{{talk page link}}</nowiki>}} | ||
You can override the display text of a link by providing an unnamed argument: | You can override the display text of a link by providing an unnamed argument: | ||
{{ | {{code|lang=mediawiki|line=no|<nowiki>{{talk page link|discussion page}}</nowiki>}} | ||
{{talk page link|discussion page}} | {{talk page link|discussion page}} | ||
Line 17: | Line 17: | ||
Alternatively, you can specify a wiki link yourself in order to link to a different page: | Alternatively, you can specify a wiki link yourself in order to link to a different page: | ||
{{ | {{code|lang=mediawiki|line=no|<nowiki>{{talk page link|talk=Talk:Main page}}</nowiki>}} | ||
{{talk page link|talk=Talk:Main page}} | {{talk page link|talk=Talk:Main page}} | ||
Line 23: | Line 23: | ||
Finally, you can specify a section within the current page's discussion page: | Finally, you can specify a section within the current page's discussion page: | ||
{{ | {{code|lang=mediawiki|line=no|<nowiki>{{talk page link|section=Template redesign}}</nowiki>}} | ||
{{talk page link|section=Template redesign}} | {{talk page link|section=Template redesign}} |