Advertisement:
Template:Portal-inline: Difference between revisions
art_>Plastikspork (Reduce WP:PEIS) |
m (1 revision imported) |
(One intermediate revision by one other user not shown) | |
(No difference)
|
Latest revision as of 04:28, 15 September 2022
This template is used on approximately 98,000 pages and changes may be widely noticed. Test changes in the template's /sandbox or /testcases subpages, or in your own user subpage. Consider discussing changes on the talk page before implementing them. |
This template uses Lua: |
Template:Portal-inline is used to produce an inline link to a portal that is supported by print and mobile versions of Wikipedia pages.
Differences between {{Portal}} and {{Portal-inline}}
{{Portal}} creates a list of one or more portal links within an accessible navigation region. It is hidden in printer and mobile view. This is useful, for example, in an article's "See also" section.
{{Portal-inline}} creates one portal link with no accessibility context. It is visible in printer and mobile view. This is useful, for example, if making a mid-sentence link on a talk page, or if there is an alternative list structure in a "See also" section. Template:Quotation
Usage
{{Portal-inline|<name> }}
{{Portal-inline|<name> [|size= <size> ] [|text= <text> ] [|short= <anything> ]}}
Everything inside square brackets is optional, do not include the square brackets.
Parameters
1
— required; The first unnamed/positional parameter is the name of the portal.size
— optional; Specify|size=tiny
to show a 16×16 image instead of the usual size.text
— optional; Specify|text=(name)
for a different associated name to appear.short
— optional; Specify|short=anything
to remove portal from the output.redlinks
— optional; Specify|redlinks=yes
to show the portal if it is redlinked.
Examples
Using only the name parameter
- Code:
{{Portal-inline|Canada}}
- Produces:
Using the name and size parameters
- Code:
{{Portal-inline|Canada|size=tiny}}
- Produces:
Using the name and text parameters
- Code:
{{Portal-inline|Canada|text=Canadian portal}}
- Produces:
Using the name and short parameters
- Code:
{{Portal-inline|Canada|short=yes}}
- Produces:
Right align element
Template:Portal-mobile See: {{Portal-mobile}}
Lists
In an article's "See also" section, to generate an accessible list of portal links, use {{portal}}. If a different list structure is preferred, prefix each {{portal-inline}} with an asterisk.
* {{Portal-inline|Canada}} * {{Portal-inline|Feminism}}
- Produces:
Right align element
Template:Portal-mobile See {{Portal-mobile}}
Image
The portal image name is found using Module:Portal. Please see Module:Portal#Image for instructions on how to add, update, or remove an image.
Error tracking
Template:Purge button If the template is used incorrectly, the page will be added to a tracking category.
The tracking categories are not applied if any of the following is true:
- Tracking is specially disabled for that usage. This is done by setting the optional parameter
|tracking=
to any the following values:no
,n
,false
- the template is used on a page in any of these namespaces: Talk, User, User talk, Wikipedia talk, File talk, Template talk, Category talk, Portal talk, Draft, Draft talk, Module talk
- The title page on which the template is used includes any of the following case-insensitive strings: "/archive", "/doc", "/test"
- Category:Portal-inline template with more than one portal parameter (population: 0)
- Category:Portal-inline template with redlinked portals (population: 0)
- Category:Portal-inline template without a parameter (population: 0)
- Category:Portal templates with all redlinked portals (population: 0)
- Category:Portal templates with redlinked portals (population: 13)
- Category:Portal templates without a parameter (population: 0)
TemplateData
TemplateData for Portal-inline
Produce an inline link to a portal with an image.
Parameter | Description | Type | Status | |
---|---|---|---|---|
1 | 1 | Name of the portal to link to.
| Page name | required |
Size | size | Set to "tiny" to show a 16×16 image instead of the usual size.
| String | optional |
Text | text | Show a different name instead of the portal name.
| String | optional |
Short | short | Set to any value to exclude "portal" from the output.
| Boolean | optional |
Red links | redlinks | Set to "yes" to show the portal even if it is redlinked.
| Boolean | optional |