I'd like to create a new subsection command with the same calling structure like the original one, but I have no idea on how to handle the case when the optional argument is omitted. Basically I want to have newsubsection[Short Title]{Long Title} to call subsection[#1]{#2} and newsubsection{Title} to call subsection{#1}.
I've read the thread about a similar problem posted here around two years ago, but it seems to have been much more complicated (more than one opt-argument) and I'm too much of a TeX-newbie to transfer the solutions to my problem.
Also, I already tried lots of weird combinations like \newcommand{\subsect}[2][#1]{\par\nolinenumbers\subsection[#1]{#2}\linenumbers} (failed attempt to use the syntax from the \wbalTwo-example here), but none of them were resulting in anything remotely working.

missing \begin{document}error. Is there a way to make it work? – Kajsa Aug 18 '17 at 12:29\begin{document}. – Werner Aug 18 '17 at 20:50\newcommandbut then I can't make the optional default be one of the mandatory arguments. – Kajsa Aug 20 '17 at 16:50