Template:Sources/datarow: Difference between revisions

From IdleOn MMO Wiki
mNo edit summary
mNo edit summary
Line 13: Line 13:
### Cargo Store ###
### Cargo Store ###
-->{{#cargo_store:_table=Sources
-->{{#cargo_store:_table=Sources
   |Item={{{Item}}}<!-- This one is required. That's why in the previous section it has (mandatory) tagged onto it. -->
   |Item={{{Item}}}<!--                   This one is required. That's why in the previous section it has (mandatory) tagged onto it. -->
   |Source={{{Source|{{PAGENAME}}}}}<!-- Defaults to the page the template is called on. -->
   |Source={{{Source|{{PAGENAME}}}}}<!--   Defaults to the page the template is called on. -->
   |Link={{{Link|{{PAGENAME}}}}}<!-- Again, defaults to the page the template is called on. -->
   |Link={{{Link|{{PAGENAME}}}}}<!--       Again, defaults to the page the template is called on. -->
   |SpecialText={{{SpecialText|None}}}<!-- These two will both default to 'None' and in the query I will handle what to do if they are as such.-->
   |SpecialText={{{SpecialText|None}}}<!-- These two will both default to 'None' and in the query I will handle what to do if they are as such.-->
   |Category={{{Category|None}}}<!--      The reason is that they are both optional, but best practice is to not have empty cells in the database.-->
   |Category={{{Category|None}}}<!--      The reason is that they are both optional, but best practice is to not have empty cells in the database.-->

Revision as of 08:57, 11 May 2023

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