Template:Tt

From FreeAllegiance Wiki
Jump to navigationJump to search

{{{1}}}


This template formats inline chunks of code. There are several things that can go wrong, for example:

  • Equals need escaping with {{=}}. If you don't you'll get this: {{{1}}} instead of a = b;.