Changes

Jump to navigation Jump to search
596 bytes added ,  04:25, 10 December 2023
This wiki has Cargo extension but apparently it is not used at all. I'd be glad to make other changes in this template, but regular users cannot edit Lua modules (sad).
Line 22: Line 22:  
{{!}}{{#invoke:GiftsByItem|ts|{{{hate|}}}}}
 
{{!}}{{#invoke:GiftsByItem|ts|{{{hate|}}}}}
 
}}
 
}}
|}</includeonly><noinclude>{{{{PAGENAME}}/doc}}</noinclude>
+
|}<!--
 +
 
 +
// store info to Cargo
 +
//// Keyword "like" is reserved in SQL, therefore I've added "Item" suffix to the names of the columns
 +
-->{{#cargo_store:_table=Gifts<!--
 +
-->|item={{{item|{{BASEPAGENAME}}}}}<!--
 +
-->|loveItem={{{love|}}}<!--
 +
-->|likeItem={{{like|}}}<!--
 +
-->|neutralItem={{{neutral|}}}<!--
 +
-->|dislikeItem={{{dislike|}}}<!--
 +
-->|hateItem={{{hate|}}}<!--
 +
-->}}<!--
 +
 
 +
--></includeonly><noinclude>{{#cargo_declare:_table = Gifts
 +
| item = String
 +
| lovIteme = List (,) of String
 +
| likeItem = List (,) of String
 +
| neutralItem = List (,) of String
 +
| dislikeItem = List (,) of String
 +
| hateItem = List (,) of String
 +
}}
 +
{{{{PAGENAME}}/doc}}</noinclude>
9

edits

Navigation menu