Template:Also known as/doc: Difference between revisions
Appearance
Content deleted Content added
HouseBlaster (talk | contribs) update |
→Template data: added w/ template data (description from 1st sentence of doc.) |
||
Line 15: | Line 15: | ||
There is no parameter to output "<samp>aka</samp>" or "<samp>A.K.A.</samp>", which are recommended against by [[MOS:AKA|the Manual of Style]]. |
There is no parameter to output "<samp>aka</samp>" or "<samp>A.K.A.</samp>", which are recommended against by [[MOS:AKA|the Manual of Style]]. |
||
== Template data == |
|||
<templatedata> |
|||
{ |
|||
"params": { |
|||
"uc": { |
|||
"aliases": [ |
|||
"AKA" |
|||
], |
|||
"label": "Uppercase", |
|||
"description": "Produces \"AKA\" instead of \"a.k.a.\"", |
|||
"type": "boolean", |
|||
"default": "y", |
|||
"autovalue": "y" |
|||
} |
|||
}, |
|||
"description": "This template provides the string \"a.k.a.\" (or alternatively \"AKA\") marked up as an abbreviation, with a mouse-over tooltip explaining that it means \"also known as\".", |
|||
"format": "inline" |
|||
} |
|||
</templatedata> |
|||
<includeonly>{{sandbox other|| |
<includeonly>{{sandbox other|| |
Latest revision as of 15:37, 14 June 2024
This is a documentation subpage for Template:Also known as. It may contain usage information, categories and other content that is not part of the original template page. |
This template is used on approximately 2,300 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 provides the string "a.k.a." (or alternatively "AKA") marked up as an abbreviation, with a mouse-over tooltip explaining that it means "also known as". It is intended for first use of "a.k.a." or "AKA" in an article, and need not be used in subsequent cases on the same page.
Usage
[edit]Example:
...funded by ARPA {{aka}} DARPA.
gives:
...funded by ARPA a.k.a. DARPA.
Parameters
[edit]|uc=y
(for "uppercase") or|AKA=y
– Will change the "a.k.a." output to read "AKA". This should not be used in contexts which contain a lot of acronyms. However, it is useful in contexts that already have a lot of periods (full points).
There is no parameter to output "aka" or "A.K.A.", which are recommended against by the Manual of Style.
Template data
[edit]This template provides the string "a.k.a." (or alternatively "AKA") marked up as an abbreviation, with a mouse-over tooltip explaining that it means "also known as".
Parameter | Description | Type | Status | |
---|---|---|---|---|
Uppercase | uc AKA | Produces "AKA" instead of "a.k.a."
| Boolean | optional |