Difference between revisions of "Template:See also/doc"
Jump to navigation
Jump to search
m (1 revision imported: See also template) |
|||
Line 2: | Line 2: | ||
{{lua|Module:See also}} | {{lua|Module:See also}} | ||
− | This template is used to create [[ | + | This template is used to create [[wikipedia:Hatnotes|hatnotes]] to point to a small number of other, related, titles at the '''top''' of article sections according to [[wikipedia:Layout]]. It looks like this: |
− | {{see also| | + | {{see also|Main Page}} |
− | It is not for use in the "See also" ''section'' at the end of an article, or links to other articles or subsections in the article text | + | It is not for use in the "See also" ''section'' at the end of an article, or links to other articles or subsections in the article text. |
== Usage == | == Usage == | ||
Line 28: | Line 28: | ||
* <code>selfref</code> – if set to "yes", "y", "true" or "1", adds the CSS class "selfref". This is used to denote self-references to Wikipedia. See [[Template:Selfref]] for more information. | * <code>selfref</code> – if set to "yes", "y", "true" or "1", adds the CSS class "selfref". This is used to denote self-references to Wikipedia. See [[Template:Selfref]] for more information. | ||
* <code>category</code> – if set to "no", "n", "false", or "0", suppresses the error tracking category ([[:Category:Hatnote templates with errors]]). This only has an effect if the first positional parameter (the page to link to) is omitted. | * <code>category</code> – if set to "no", "n", "false", or "0", suppresses the error tracking category ([[:Category:Hatnote templates with errors]]). This only has an effect if the first positional parameter (the page to link to) is omitted. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 10:01, 18 January 2016
This is a documentation subpage for Template:See also. It contains usage information, categories and other content that is not part of the original template page. |
This template uses Lua: |
This template is used to create hatnotes to point to a small number of other, related, titles at the top of article sections according to wikipedia:Layout. It looks like this:
See also: Main Page
It is not for use in the "See also" section at the end of an article, or links to other articles or subsections in the article text.
Usage
- Basic usage
{{see also|page1|page2|page3|...}}
- All parameters
{{see also | page1 | page2 | page3 | ... | label 1 = label 1 | label 2 = label2 | label 3 = label3 | ... | l1 = label1 | l2 = label2 | l3 = label3 | ... | selfref = yes | category = no }}
Parameters
This template accepts the following parameters:
1
,2
,3
, ... – the pages to link to. At least one page name is required. Categories and files are automatically escaped with the colon trick, and links to sections are automatically formatted as page § section, rather than the MediaWiki default of page#section.label 1
,label 2
,label 3
, ...; orl1
,l2
,l3
, ...; optional labels for each of the pages to link to.selfref
– if set to "yes", "y", "true" or "1", adds the CSS class "selfref". This is used to denote self-references to Wikipedia. See Template:Selfref for more information.category
– if set to "no", "n", "false", or "0", suppresses the error tracking category (Category:Hatnote templates with errors). This only has an effect if the first positional parameter (the page to link to) is omitted.