Template:Cybernetic: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
(lot of stats added)
mNo edit summary
 
(15 intermediate revisions by one other user not shown)
Line 1: Line 1:
<noinclude>{{#cargo_declare:_table=Cybernetics|Name=String|Cost=Integer|PossibleSlots=List (,) of String|Description=String|AdditionalInfo=Page|DestroyOnRemove=Boolean|CyberneticID=String|Weight=Integer|StartingCybernetic=List (,) of String}}</noinclude><includeonly>{{#cargo_store:_table=Cybernetics|Name={{{name|}}}|Cost={{{cost|}}}|PossibleSlots={{{slots|}}}|Description={{{desc|}}|AdditionalInfo={{{addinfo|}}}|DestroyOnRemove={{{destroyonremove|}}}|CyberneticID={{{id|}}}|Weight={{{weight|}}}|StartingCybernetic={{{startcybernetic|}}}}}</includeonly>
<noinclude>{{#cargo_declare:_table=Cybernetics
| {{{name|}}}
|Name=Page
|Cost=Integer
|PossibleSlots=List (,) of String
|Description=Wikitext
|DestroyOnRemove=Boolean
|CyberneticID=String
|Weight=Integer
|StartingCybernetic=List (,) of String
|CreationCode = String}}</noinclude><includeonly>{{#cargo_store:_table=Cybernetics
|Name={{{name|}}}
|Cost={{{cost|}}}
|PossibleSlots={{{slots|}}}
|Description={{Qud text|{{{desc|}}}|unbolded}}
|DestroyOnRemove={{{destroyonremove|no}}}
|CyberneticID={{{id|}}}
|Weight={{{weight|}}}
|StartingCybernetic={{{startcybernetic|}}}
|CreationCode={{{code|}}}}}
| [[{{{name|}}}]]
| {{{cost|}}}
| {{{cost|}}}
| {{{slots|}}}
| {{{slots|}}}
| {{{desc|}}}
| {{{destroyonremove|no}}}
| {{{destroyonremove|}}}
| {{{weight|}}}'''#'''
| {{{startcybernetic|}}}
| {{{startcybernetic|}}}
| {{{id|}}}
| {{{id|}}}</includeonly><noinclude>
| {{#if: {{{addinfo|}}}|[[{{{addinfo|}}}]]}}<noinclude>[[Category:Templates]]
[[Category:Cargo Store Templates]]
 
<pre>
{{Cybernetic
| name            =
| cost            =
| slots          =
| id              =
| destroyonremove =
}}
</pre>
{| class="wikitable"
{| class="wikitable"
! name
! name
Line 21: Line 45:
! slots
! slots
| the slots it can use
| the slots it can use
| slot seperated by ,
| slot separated by ,
|-
|-
! desc
! desc
| description
| description
| string
| string
|-
! addinfo
| any extra info
| title of wikipage with more info
|-
|-
! id
! id
Line 48: Line 68:
|}
|}


This is just one row of the table. the full template called should be [[Template:Cybernetic table]].</noinclude>
This is just one row of the table. the full template called should be [[Template:Cybernetic table]].
 
'''''The full definitions for all cybernetics are found on the [[Data:List of Cybernetics]] page.'''''</noinclude>

Latest revision as of 19:15, 7 October 2021

This template defines the table "Cybernetics". View table.

{{Cybernetic
| name            =
| cost            =
| slots           =
| id              =
| destroyonremove =
}}
name Name of the cybernetic string
cost how many credits it costs integer
slots the slots it can use slot separated by ,
desc description string
id ObjectBlueprints id string
destroyonremove is it destroyed when uninstalled? yes/no
weight integer
startcybernetic what arcologies can choose this as a starting cybernetic string, 'General' for nonspecific

This is just one row of the table. the full template called should be Template:Cybernetic table.

The full definitions for all cybernetics are found on the Data:List of Cybernetics page.