Help:Class: Difference between revisions

Jump to navigation Jump to search
Line 194: Line 194:
Wiki Code:
Wiki Code:
sql
sql
<nowiki>{{#cargo_query:
<syntaxhighlight>{{#cargo_query:
|tables=ExampleTable
|tables=ExampleTable
|fields=name, description, year
|fields=name, description, year
Line 200: Line 200:
|template=ExampleTemplate
|template=ExampleTemplate
|use full wikitext=true
|use full wikitext=true
}}</nowiki>
}}</syntaxhighlight>


  By setting use full wikitext=true, the template parser will interpret all wikitext within the template, allowing for more complex layouts, headings, classes, etc., as defined in your template.
  By setting use full wikitext=true, the template parser will interpret all wikitext within the template, allowing for more complex layouts, headings, classes, etc., as defined in your template.

Navigation menu