Help:Class: Difference between revisions

→‎Sections: highlight
(→‎Table: syntaxhighlight)
(→‎Sections: highlight)
 
(One intermediate revision by the same user not shown)
Line 127: Line 127:


Example:
Example:
<code>{{#cargo_query:
<syntaxhighlight lang="python">{{#cargo_query:
|tables=ExampleTable
|tables=ExampleTable
|fields=Field1, Field2
|fields=Field1, Field2
|format=infobox
|format=infobox
}}</code>
}}</syntaxhighlight>


==== Plain Text ====
==== Plain Text ====
Line 142: Line 142:


Example:
Example:
<code>{{#cargo_query:
<syntaxhighlight lang="python">{{#cargo_query:
|tables=ExampleTable
|tables=ExampleTable
|fields=Field1, Field2
|fields=Field1, Field2
|format=sections
|format=sections
}}</code>
}}</syntaxhighlight>


===Options===
===Options===