Template:Json: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Rand Linden (talk | contribs)
No edit summary
Rand Linden (talk | contribs)
No edit summary
Line 1: Line 1:
{{#if:{{{1}}}| "{{fullurl:{{{2}}}}}":"<{{{1}}}>",|}}<noinclude>
{{#if:{{{1}}}| "{{fullurl:{{{1}}}}}":"<{{{2}}}>",|}}<noinclude>
If the first param is provided then display "param-2":"param-1" for use in json data.  Otherwise, don't display anything.
If the first param is provided then display "param-2":"param-1" for use in json data.  Otherwise, don't display anything.
</noinclude>
</noinclude>

Revision as of 12:06, 13 January 2011

"{{fullurl:{{{1}}}}}":"<{{{2}}}>", If the first param is provided then display "param-2":"param-1" for use in json data. Otherwise, don't display anything.