![]() | To help centralize discussions and keep related topics together, Template talk:Policy shortcut redirects here. |
![]() | Template:Shortcut is permanently protected from editing because it is a heavily used or highly visible template. Substantial changes should first be proposed and discussed here on this page. If the proposal is uncontroversial or has been discussed and is supported by consensus, editors may use {{edit template-protected}} to notify an administrator or template editor to make the requested edit. Usually, any contributor may edit the template's documentation to add usage notes or categories.
Any contributor may edit the template's sandbox. Functionality of the template can be checked using test cases. |
![]() | Text has been copied to or from this page; see the list below. The source pages now serve to provide attribution for the content in the destination pages and must not be deleted as long as the copies exist. For attribution and to access older versions of the copied text, please see the history links below.
|
![]() | On 13 February 2025, it was proposed that this page be moved to Template:Linkbox. The result of the discussion was not moved. |
| |||
This page has archives. Sections older than 28 days may be automatically archived by Lowercase sigmabot III when more than 4 sections are present. |
Hi,
I am considering proposing a rename of template:Shortcut to template:Linkbox.
Reasons to rename include:
In the result produced on the page, I suggest changing the heading text in the box from “Shortcuts” to “Recommended shortcut” (singular, even though multiple shortcuts may be listed).
- SmokeyJoe (talk) 08:21, 19 January 2025 (UTC)
It says that it automatically adds the shortcut as an anchor (For example: "WP:UNCIVIL").
But does it add an anchor without the """"WP:""""?
For example, it would be nice if it added "UNCIVIL" instead of "WP:UNCIVIL" - or add both as anchors, if that is preferred.
I ask, because of pages like WP:OC, where each section has an anchor template and a shortcut template. - jc37 08:22, 22 January 2025 (UTC)
The result of the move request was: not moved. (non-admin closure) Sophisticatedevening (talk) 13:52, 20 February 2025 (UTC)
Template:Shortcut → Template:Linkbox – Reasons to rename include:
In the result produced on the page, I suggest changing the heading text in the box from “Shortcuts” to “Recommended shortcut” (singular, even though multiple shortcuts may be listed). SmokeyJoe (talk) 02:15, 13 February 2025 (UTC)
![]() | This edit request has been answered. Set the |answered= parameter to no to reactivate your request. |
Description of suggested change:
Diff:
line 52: | line 52: |
if options.target and yesno(options.target) then | if options.target and yesno(options.target) then |
listItems[i] = templateMode | listItems[i] = templateMode |
and string.format("{{%s[[%s|%s]]}}", prefix, templatePath, shortcut) | and string.format("TM:{{%s[[%s|%s]]}}", prefix, templatePath, shortcut) |
or string.format("[[%s]]", shortcut) | or string.format("[[%s]]", shortcut) |
else | else |
line 60: | line 60: |
} | } |
if templateMode then | if templateMode then |
listItems[i] = string.format("{{%s%s}}", prefix, listItems[i]) | listItems[i] = string.format("TM:{{%s%s}}", prefix, listItems[i]) |
end | end |
end | end |
Whatback11 (talk) 17:23, 5 June 2025 (UTC)