Difference between revisions of "Template:Startups"
Jump to navigation
Jump to search
(Created page with "<noinclude> This is the "Startups" template. It should be called in the following format: <pre> {{Startups |name= |accelerator= |vc= |angel= |total_raised= |vc_raised= |angel_...") |
|||
Line 5: | Line 5: | ||
{{Startups | {{Startups | ||
|name= | |name= | ||
+ | |description= | ||
+ | |website= | ||
+ | |industry= | ||
|accelerator= | |accelerator= | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|founder= | |founder= | ||
+ | |founding_date= | ||
|stage= | |stage= | ||
+ | |total_raised= | ||
+ | |street_address= | ||
+ | |city= | ||
+ | |zip= | ||
}} | }} | ||
</pre> | </pre> | ||
Line 38: | Line 40: | ||
| data2 = {{{name|}}} | | data2 = {{{name|}}} | ||
− | | label5 = | + | | label5 = Description |
− | | data5 = {{#arraymap:{{{ | + | | data5 = {{#arraymap:{{{description|}}}|,|x|[[description::x]]}} |
+ | |||
+ | | label8 = Website | ||
+ | | data8 = {{#arraymap:{{{website|}}}|,|x|[[website::x]]}} | ||
+ | |||
+ | | label11 = Industry | ||
+ | | data11 = {{#arraymap:{{{industry|}}}|,|x|[[industry::x]]}} | ||
− | | | + | | label14 = Accelerator |
− | | | + | | data14 = {{#arraymap:{{{accelerator|}}}|,|x|[[accelerator::x]]}} |
− | | | + | | label17 = Founder |
− | | | + | | data17 = {{#arraymap:{{{founder|}}}|,|x|[[founder::x]]}} |
− | | | + | | label20 = Founding Date |
− | | | + | | data20 = {{#arraymap:{{{founding_date|}}}|,|x|[[founding_date::x]]}} |
− | | | + | | label23 = Stage |
− | | | + | | data123 = {{#arraymap:{{{stage|}}}|,|x|[[stage::x]]}} |
− | | | + | | label26 = Total Raised |
− | | | + | | data126 = {{#arraymap:{{{total_raised|}}}|,|x|[[total_raised::x]]}} |
− | | | + | | label29 = Street Address |
− | | | + | | data29 = {{#arraymap:{{{street_address|}}}|,|x|[[street_address::x]]}} |
− | | | + | | label32 = City |
− | | | + | | data32 = {{#arraymap:{{{city|}}}|,|x|[[city::x]]}} |
− | | | + | | label35 = Zip Code |
− | | | + | | data35 = {{#arraymap:{{{zip|}}}|,|x|[[zip::x]]}} |
| belowstyle = background:#d6d6d6; font-size: 7em; | | belowstyle = background:#d6d6d6; font-size: 7em; |
Revision as of 12:18, 11 July 2016
This is the "Startups" template. It should be called in the following format:
{{Startups |name= |description= |website= |industry= |accelerator= |founder= |founding_date= |stage= |total_raised= |street_address= |city= |zip= }}
Edit the page to see the template text.