On our my wiki I've been making some code to create pages easily. When I wanted to implement the syntax we use, I noticed this problem. The template should have this structure:
{{PageNoticeQ
|title=[[Template:<!--Templatename-->|Thingy]]
Other things
}}
How can I implement it?
Example:
Template:Stub
{{PageNoticeQ
|title=[[Template:Stub|This article is a stub]]
}}