Special:PermanentLink and Special:Diff are convenient standardized wikilinks to pages that could otherwise only be linked as "external links" with a relatively complicated, possibly not persistent syntax.
Please create, in a similar fashion, a Special:NewSection page.
Proposed syntax:
- Input: [[Special:NewSection/$1]]
- Output: https://wiki.example.org/w/index.php?title=$1&action=edit§ion=new
Examples:
- Input: [[Special:NewSection/User_talk:Example]]
- Output: https://wiki.example.org/w/index.php?title=User_talk:Example&action=edit§ion=new
- Input: [[Special:NewSection/Talk:Example]]
- Output: https://wiki.example.org/w/index.php?title=Talk:Example&action=edit§ion=new
- Input: [[Special:NewSection/Example]]
- Output: https://wiki.example.org/w/index.php?title=Example&action=edit§ion=new
- Note: While no button exists for adding a section to a non-talk page, it does already work, and does not require special treatment.