Template:FIPS Data store: Difference between revisions

From Indian River Lagoon Project
(Created page with "<noinclude> This is the "Repository store" template. Used by "Template:Repository fetch" to store the fetched data to the Cargo "repository" table. It should be called in the...")
 
mNo edit summary
Line 1: Line 1:
<noinclude>
<noinclude>
This is the "Repository store" template. Used by "Template:Repository fetch" to store the fetched data to the Cargo "repository" table.
This is the "FIPS_Data_store" template. Used by "Template:FIPS_Data_fetch" to store the fetched data to the Cargo "FIPS" table.


It should be called in the following format:
It should be called in the following format:
Line 15: Line 15:
</pre>
</pre>
Edit the page to see the template text.
Edit the page to see the template text.
{{#cargo_declare:_table=FIPS_data|Summary_Level=Integer|State_Code=Integer||County_Code=Integer|County_Subdivision_Code=Integer|Place_Code=Integer|Consolidated_City_Code=Integer|Area_Name=String}}</noinclude><includeonly>{{#cargo_store:_table=FIPS_data|Summary_Level={{{Summary_Level|}}}|State_Code={{{State_Code|}}}|County_Code={{{County_Code|}}}|County_Subdivision_Code={{{County_Subdivision_Code|}}}|Place_Code={{{Place_Code|}}}|Consolidated_City_Code={{{Consolidated_City_Code|}}}|Area_Name={{{Area_Name|}}} }}</includeonly>
{{#cargo_declare:_table=FIPS|Summary_Level=Integer|State_Code=Integer||County_Code=Integer|County_Subdivision_Code=Integer|Place_Code=Integer|Consolidated_City_Code=Integer|Area_Name=String }}</noinclude>
<includeonly>{{#cargo_store:_table=FIPS|Summary_Level={{{Summary_Level|}}}|State_Code={{{State_Code|}}}|County_Code={{{County_Code|}}}|County_Subdivision_Code={{{County_Subdivision_Code|}}}|Place_Code={{{Place_Code|}}}|Consolidated_City_Code={{{Consolidated_City_Code|}}}|Area_Name={{{Area_Name|}}} }}</includeonly>

Revision as of 19:29, November 11, 2020

This is the "FIPS_Data_store" template. Used by "Template:FIPS_Data_fetch" to store the fetched data to the Cargo "FIPS" table.

It should be called in the following format:

{{FIPS_Data_store
|Summary_Level=
|State_Code=
|County_Code=
|County_Subdivision_Code=
|Place_Code=
|Consolidated_City_Code=
|Area_Name=
}}

Edit the page to see the template text. This template defines the table "FIPS". This table has not been created yet.