Template:Thing: Difference between revisions

From Discourse DB
Jump to navigation Jump to search
(Created page with "<noinclude> {{#template_params:name (label=Name)|maker (label=Maker)|type (label=Type)}} {{#cargo_declare:_table=thing|name=String|maker=List (,) of Page|type=List (,) of Page...")
 
(Fixed param capitalization)
Line 5: Line 5:
{{#template_display:_format=table}}
{{#template_display:_format=table}}
{|
{|
|{{{Name|}}}
|{{{name|}}}
|-
|-
| {{#arraymap:{{{Maker|}}}|,|xx|{{#formredlink:form=Maker|target=xx}}}}
| {{#arraymap:{{{maker|}}}|,|xx|{{#formredlink:form=Maker|target=xx}}}}
|-
|-
| {{#arraymap:{{{Type|}}}|,|yy|{{#formredlink:form=Type|target=yy}}}}
| {{#arraymap:{{{type|}}}|,|yy|{{#formredlink:form=Type|target=yy}}}}
|}
|}
[[Category:Thing]]
[[Category:Thing]]
</includeonly>
</includeonly>

Revision as of 17:15, July 9, 2021

This is the "Thing" template.

It should be called in the following format:

{{Thing
|name=
|maker=
|type=
}}

Edit the page to see the template text.

This template defines the table "thing". This table has not been created yet.