Template: Emulator: Difference between revisions
From SpecNext Wiki
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
_table = Emulator | _table = Emulator | ||
|name = String | |name = String | ||
| | |author = String | ||
|description = String | |||
|downloadurl = String | |downloadurl = String | ||
|sourceavail = String (allowed values=Y,N) | |sourceavail = String (allowed values=Y,N) | ||
| Line 11: | Line 12: | ||
{{#subobject:{{{name}}} | {{#subobject:{{{name}}} | ||
|name={{{name|}}} | |name={{{name|}}} | ||
| | |author={{{author|}}} | ||
|description={{{description|}}} | |||
|downloadurl={{{downloadurl|}}} | |downloadurl={{{downloadurl|}}} | ||
|sourceavail={{{sourceavail|}}} | |sourceavail={{{sourceavail|}}} | ||
| Line 18: | Line 20: | ||
_table = Emulator | _table = Emulator | ||
|name={{{name|}}} | |name={{{name|}}} | ||
| | |author={{{author|}}} | ||
|description={{{description|}}} | |||
|downloadurl={{{downloadurl|}}} | |downloadurl={{{downloadurl|}}} | ||
|sourceavail={{{sourceavail|}}} | |sourceavail={{{sourceavail|}}} | ||
}} | }} | ||
|'''{{{name}}}'''<br/>{{{ | |||
|valign='top'|'''{{{name}}}''' - ''{{{author}}}''<br/>{{{description}}} | |||
|valign='top'|{{{downloadurl}}} | |||
|valign='top'|{{{sourceavail}}} | |||
|- | |- | ||
</includeonly> | </includeonly> | ||
Revision as of 17:25, 3 October 2017
{{#cargo_declare: _table = Emulator |name = String |author = String |description = String |downloadurl = String |sourceavail = String (allowed values=Y,N) }}