m use fake pre to allow wikicode parsing |
m remove sample text |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<blockquote>< | <blockquote><pre<includeonly></includeonly>><!-- | ||
-->{{{1}}}<!-- | -->{{#if:{{{1|}}}|{{{1}}}}}<!-- | ||
--></ | --></pre></blockquote><noinclude> | ||
{{Documentation}} | |||
[[Category:Templates]]</noinclude> |
Latest revision as of 21:44, 8 February 2022
This page has been transcluded from Template:Json example/Documentation.
Styles a JSON code block.
Usage
{{json example| { "forest": "open" } }}
Will display as:
{ "forest": "open" }