Help:Class: Difference between revisions

108 bytes added ,  2 November 2024
→‎Sections: highlight
(→‎Sections: highlight)
 
(2 intermediate revisions by the same user not shown)
Line 116: Line 116:


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


==== Side Infobox ====
==== Side Infobox ====
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===