Skip to content

Instantly share code, notes, and snippets.

@jandahl
Last active August 29, 2015 14:12
Show Gist options
  • Save jandahl/7b6782dde38d75b49808 to your computer and use it in GitHub Desktop.
Save jandahl/7b6782dde38d75b49808 to your computer and use it in GitHub Desktop.

Example of input and output for "template usage help" output

Page before running

Hello {{{Name}}},
Thanks for {{{Reason|being you}}}

Page after running

<noinclude>
Usage:

<pre> {{Template:Foo
| Name=Example Name
| Reason=being you
}} </pre></noinclude>

Hello {{{Name}}},
Thanks for {{{Reason}}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment