Difference between revisions of "Best Practices for Forms and Templates"

From edegan.com
Jump to navigation Jump to search
Line 47: Line 47:
 
  | data5      = {{#arraymap:{{{Owner|}}}|,|x|[[Owner::x]]}}
 
  | data5      = {{#arraymap:{{{Owner|}}}|,|x|[[Owner::x]]}}
 
  </nowiki>
 
  </nowiki>
 +
 +
==Temp Links to Project Pages==
 +
 +
*[[Accelerator Industry Classification (Data)]]
 +
*[[Accelerator Seed List (Data)]]
 +
*[[Accelerators (Data)]]
 +
*[[America Invents Act]]
 +
*[[Business Dynamism in High Tech (Issue Brief)]]
 +
*[[Carried Interest Debate (Wiki Page)]]
 +
*[[Challenges Women Entrepreneurs Face (Wiki Page)]]
 +
*[[Christy Warden (Twitter Crawler Application 1)]]
 +
*[[Christy Warden (Twitter Crawler Application 2)]]
 +
*[[Clinton/Trump Debate]]
 +
*[[Current Entrepreneurship and Innovation Policies (Wiki Page)]]
 +
*[[E&I Governance Policy Report]]
 +
*[[Education Innovation Clusters]]
 +
*[[Emerging Ecosystems]]
 +
*[[Emerging Entrepreneurship Hubs]]
 +
*[[Enclosing Circle Algorithm]]
 +
*[[Entrepreneurship Ecosystems (Wiki Page)]]
 +
*[[Eventbrite Webcrawler (Tool)]]
 +
*[[Fannin Innovation Studio]]
 +
*[[Goldilocks (Academic Paper)]]
 +
*[[Google Scholar Crawler]]
 +
*[[Governance Measures]]
 +
*[[Government Regulations affecting Small Businesses (Issue Brief)]]
 +
*[[Govtrack Webcrawler (Wiki Page)]]
 +
*[[Guide to Patent Litigation]]
 +
*[[HHV's NextHIT]]
 +
*[[Houston Accelerators (issue brief)]]
 +
*[[Houston Accelerators and Incubators (Report)]]
 +
*[[HTC]]
 +
*[[Industry Classifier]]
 +
*[[Innovation Policy (Wiki Page)]]
 +
*[[LBO Lit Review]]
 +
*[[Matching VentureOne (Data)]]
 +
*[[Form:McNair Projects]]
 +
*[[McNair Projects]]
 +
*[[Mechanical Turk (Tool)]]
 +
*[[Micro-Geography (Academic Paper)]]
 +
*[[Micro-Geography (Data)]]
 +
*[[Moroccan Parliament Web Crawler]]
 +
*[[Muslim Entrepreneurs (Issue Brief)]]
 +
*[[Navigating the Entrepreneurship Ecosystem (Vlog)]]
 +
*[[NVC]]
 +
*[[Overconfidence Papers]]
 +
*[[OwlSpark]]
 +
*[[Patent Data (Wiki Page)]]
 +
*[[Patent Reform Acts (Issue Brief)]]
 +
*[[Patent Thicket Literature Review (Academic Paper)]]
 +
*[[Patent Trolls (Academic Paper)]]
 +
*[[Patent Variables (Wiki Page)]]
 +
*[[Patstats Documentation]]
 +
*[[RED Labs]]
 +
*[[Redhouse Associates]]
 +
*[[SBA Investigation (Report)]]
 +
*[[Shelby Bice (Redesigning Patent Database)]]
 +
*[[Spotlight on Innovation: Space]]
 +
*[[START Houston]]
 +
*[[Start Up Address Finder Algorithm (Tool)]]
 +
*[[Start-Up Guide (Issue Brief)]]
 +
*[[Start-Ups of Houston (Map)]]
 +
*[[Station Houston]]
 +
*[[Status of Accelerators in Houston (Issue Brief)]]
 +
*[[Stock and Flows of Publicly Traded Companies (Report)]]
 +
*[[Strategic Innovation Investment and the U.S. Military (Policy Report)]]
 +
*[[SURGE]]
 +
*[[Tabled]]
 +
*[[TechStars]]
 +
*[[The Affordable Care Act and Small Businesses (Academic Paper)]]
 +
*[[The Brexit and Entrepreneurship (Report)]]
 +
*[[The Future of Healthcare and Small Businesses]]
 +
*[[The Matcher (Tool)]]
 +
*[[TMCx]]
 +
*[[Trans-Pacific Partnership (Wiki Page)]]
 +
*[[Tshirt!]]
 +
*[[Twitter Webcrawler (Tool)]]
 +
*[[Twitterverse Exploration]]
 +
*[[University Patents]]
 +
*[[URL Finder (Tool)]]
 +
*[[Venture Capital (Data)]]
 +
*[[Web Platform (Tool)]]
 +
*[[Women in Entrepreneurship (Issue Brief)]]
 +
*[[Women in Innovation and Entrepreneurship: 2nd In Blog Series]]
 +
*[[Women in Innovation and Entrepreneurship: 3rd in Blog Series]]
 +
*[[YCombinator]]

Revision as of 20:23, 27 February 2017

Links

Conventions

You can assign the type of a property and restrict a property's value by creating a page for that property.

 This is a property of type [[Has type::Text]].
 
 The allowed values for this property are:
 * [[Allows value::Idea]]
 * [[Allows value::In development]]
 * [[Allows value::Draft]]
 

Also, the following create a link to a property page and show its information:

 [[Property:Has_paper_status]]
 {{Property:Has_paper_status}}
 


Notes

Check that you did the following:

  • Put the category in the template itself
  • Make sure that there is a default form associated with the template
 {{#default_form:McNair Projects}}
 [[category:McNair Projects]]
 

Use simple assignment whenever possible:

 | label6       = Start Date
 | data6        = [[Start date::{{{Start date|}}}]] 
 

If you have to use an array ref, here's the syntax:

 | label5      = Owner
 | data5       = {{#arraymap:{{{Owner|}}}|,|x|[[Owner::x]]}}
 

Temp Links to Project Pages