Hello, I am looking for a way to include the code for substitution in a template. That is to say that I would to create a template A and when I write {{A}} and publish my edit, {{A}} would be replaced by its code, without using {{suubst:A}} ? Is there a way to do that ? Thank you in advance.
~~~~
Topic on Project:Support desk
Jump to navigation
Jump to search
Reply to "Substitution"
no.
Some people add code to the template to output a warning if it was not subst: but was supposed to be
Some people use pywikibot for this purpose to go over edits and subst things.
OK. Thank you for your answer.