Template:Effect: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
mNo edit summary
(name parameters)
Line 1: Line 1:
<noinclude>{{#cargo_declare:_table=Effects|DisplayName=Wikitext|PlainName=String|Description=Wikitext|EffectID=String|Type=String|DontIndex=Boolean}}
<noinclude>{{#cargo_declare:_table=Effects|DisplayName=Wikitext|PlainName=String|Description=Wikitext|EffectID=String|Type=String|DontIndex=Boolean}}
</noinclude><includeonly>{{#cargo_store:_table=Effects|DisplayName={{qud text|{{{1|}}}|notxml}}
</noinclude><includeonly>{{#cargo_store:_table=Effects|DisplayName={{qud text|{{{title|{{{1|}}}}}}|notxml}}
|PlainName={{#titleparts:{{strip color|{{{1|}}}|notxml}}}}
|PlainName={{#titleparts:{{strip color|{{{title|{{{1|}}}}}}|notxml}}}}
|Description={{qud text|{{{2|}}}|notxml|unbolded}}
|Description={{qud text|{{{desc|{{{2|}}}}}}|notxml|unbolded}}
|EffectID={{{3|}}}
|EffectID={{{id|{{{3|}}}}}}
|Type = {{{type|{{{4|0000000000000000000000000001}}}}}}
|Type = {{{type|{{{4|0000000000000000000000000001}}}}}}
|DontIndex=0}}<!--
|DontIndex=0}}<!--
Line 14: Line 14:


-->{{#invoke: infobox | infobox  
-->{{#invoke: infobox | infobox  
| title= {{qud text|{{{1|}}}|notxml}}
| title= {{qud text|{{{title|{{{1|}}}}}}|notxml}}
| image = none
| image = none
| class = qud-effect-infobox
| class = qud-effect-infobox
| rows =
| rows =
{{infobox row|ID|{{{3|}}} }}
{{infobox row|ID|{{{id|{{{3|}}}}}} }}
{{#if:{{{4|}}}{{{type|}}} | {{infobox row|Type|{{#invoke:EffectType|getTypes|{{{4|{{{type}}}}}} }} }} }}
{{#if:{{{4|}}}{{{type|}}} | {{infobox row|Type|{{#invoke:EffectType|getTypes|{{{4|{{{type}}}}}} }} }} }}
}}
}}
{{qud look|text={{{2|}}}|title={{{1|}}}
{{qud look|text={{{desc|{{{2|}}}}}}|title={{{title|{{{1|}}}}}}
|bottomtext=none}}[[Category:Effects]]
|bottomtext=none}}[[Category:Effects]]
</includeonly><noinclude>[[Category:Cargo Store Templates]]
</includeonly><noinclude>[[Category:Cargo Store Templates]]


for use in a table. 1st argument is the name of the effect, and the second argument is the description. third is id. fourth is effect type in base 2.</noinclude>
for use in a table. 1st argument is the name of the effect, and the second argument is the description. third is id. fourth is effect type in base 2.</noinclude>

Revision as of 17:04, 26 March 2021

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

for use in a table. 1st argument is the name of the effect, and the second argument is the description. third is id. fourth is effect type in base 2.