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
 
(10 intermediate revisions by the same user not shown)
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:
<pre>
<pre>
{{FIPS_Data_store
{{FIPS Data store
|Summary_Level=
|Summary_Level=
|State_Code=
|State_Code=
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|}}} }}
 
<div>
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|}}}
</div>
</includeonly>

Latest revision as of 22:12, 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". View table.