Namespaces
Variants
Views
Actions

Template:rl/doc

From cppreference.com
< Template:rl
Revision as of 11:57, 16 December 2019 by Hadriel (Talk | contribs)

This is one of templates used to make links.

Identifier link:

{{lc|identifier|title_override}} - link to a page using a C/C++ identifier name. The link is generated from periodically updated lists for C and C++ based on the language of the page. It is ok to use an identifier not in the current lists - it will still be displayed, without a link, but eventually when the lists are updated it will get the link. Link font is teletype.

Absolute links:

{{ltt|path|title (optional)}} - link to a page using absolute path. The default title is only the last part of the path. Link font is teletype.

{{ltf|path|title (optional)}} - link to a page using absolute path. The default title is only the last part of the path. Link font is teletype. Parentheses indicating function are appended.

{{l2tt|page|title1 (optional)| title2 (optional)}} - makes a link to a page using absolute path. The title is formed from the two last parts of the path. :: is inserted between them. Each of these parts can be overridden by title1 and title2. Link font is teletype.

Relative links:

{{rl|page|title (optional)}} - makes a link to a page relative to this page. The link appears in normal font.

{{rlp|page|title (optional)}} - makes a link to a page relative to the parent page. The link appears in normal font.

{{rlt|page|title (optional)}} - makes a link to a page relative to this page. The link appears in teletype font.

{{rlpt|page|title (optional)}} - makes a link to a page relative to the parent page. The link appears in teletype font.