We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Templates in tables are not supported, e.g.:
{{{#!vorlage Tabelle <rowclass="kopf"> Befehl Funktion +++ [[Vorlage (Befehl, "Befehlsvorlage")]] Text }}}
Imported from Launchpad using lp2gh.
The text was updated successfully, but these errors were encountered:
(by elthoro) Templates of type "[[Vorlage(" are working in tables (or other {{{ elements), but the following is still not suppoerted:
{{{#!vorlage Hinweis Das Programm muss mit {{{#!vorlage Befehl start \ }}} gestartet werden. }}}
Please use the following instead:
{{{#!vorlage Hinweis Das Programm muss mit [[Vorlage(Befehl, start)]] gestartet werden. }}}
Sorry, something went wrong.
No branches or pull requests
Templates in tables are not supported, e.g.:
{{{#!vorlage Tabelle
<rowclass="kopf"> Befehl
Funktion
+++
[[Vorlage (Befehl, "Befehlsvorlage")]]
Text
}}}
Imported from Launchpad using lp2gh.
The text was updated successfully, but these errors were encountered: