Template:Cyberpunk Json

From Gralamin's Wiki
Revision as of 16:57, 15 December 2023 by Gralamin (talk | contribs) (Created page with "<noinclude> This template just standardizes writing json objects. {| {{PrettyTable}} |- |{{Hl2}}|'''You Type:''' |{{Hl2}}|'''You Get:''' |- |<pre><nowiki>{{Cyberpunk_Json |title=a.json |form={ sample: [ { a: 1}, {b: 2} ]} }}</nowiki></pre> |{{Cyberpunk_Json |title=a.json |form={ sample: [ { a: 1}, {b: 2} ]} }} |} __NOTOC__ </noinclude>={{{title}}}= <pre<noinclude></noinclude>> {{{form}}} </pre<noinclude></noinclude>>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

This template just standardizes writing json objects.

You Type: You Get:
{{Cyberpunk_Json
|title=a.json
|form={ sample: [
    { a: 1}, {b: 2}
 ]}
}}
=a.json=
{ sample: [
    { a: 1}, {b: 2}
 ]}

{{{title}}}

{{{form}}}