Template:About/doc: Difference between revisions
From World Encyclopedia of Conductors
Created page with "{{documentation subpage}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{high-risk| 109000+ }} {{Module rating|protected}} {{Lua|Module:Hatnote|Module:Hatnote list|Module:Pagetype}} This module implements the {{tl|about}} hatnote template. == Usage == *The <code>about</code> function implements the {{tl|about}} template directly, using the frame and applying no..." |
m 1 revision imported |
(No difference)
| |
Latest revision as of 20:51, 25 June 2026
| This is a documentation subpage for Template:About. It may contain usage information, categories and other content that is not part of the original template page. |
| This template is used on 169,000+ pages. To avoid major disruption and server load, any changes should be tested in the template's /sandbox or /testcases subpages, or in your own user subpage. The tested changes can be added to this page in a single edit. Consider discussing changes on the talk page before implementing them. |
| This template is rated as ready for general use. It has reached a mature state, is considered relatively stable and bug-free, and may be used wherever appropriate. It can be mentioned on help pages and other Wikipedia resources as an option for new users. To minimise server load and avoid disruptive output, improvements should be developed through sandbox testing rather than repeated trial-and-error editing. |
| This template uses Lua: |
This module implements the {{about}} hatnote template.
Usage
- The
aboutfunction implements the {{about}} template directly, using the frame and applying no options. This should probably only be used in {{about}}.
- The
_aboutfunction can be used from Lua to supply a custom arguments list (its first argument) and/or an options table (its second argument). Options include:aboutFormA string that can be used to substitute the form of the initial "about" message. It should include two substitution points: the first for the page type (e.g. "article"), and the second for the description of what the page is about. It should also include a trailing space for easy concatenation or omission. Defaults to'This %s is about %s. '.sectionStringGives the page type string for when the named argumentsectionis specified. Defaults to'section'.