Template:Code/testcases

From Path of Exile Wiki
Revision as of 15:43, 3 December 2021 by KickahaOta (talk | contribs) (Created test cases)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Code tag without lang

Test

{{code|This is text in the default language. ''These'' '''quotes''' should be displayed verbatim.}}

Sandbox

{{{code|{{{1}}}}}}

Code tag with lang

Test

{{code|printf("This is text in %s", "C");|lang=c}}


Sandbox

{{{code|{{{1}}}}}}