Log in / create account | Login with OpenID
DocForge
An Open Wiki For Software Developers

DocForge:Templates

From DocForge

Template available on DocForge...

Contents

Citation Needed [edit]

{{citation needed}}

This sentence needs reliable sources.[citation needed]

Citations [edit]

Book Citations [edit]

{{cite book |last= |first= |authorlink= |coauthors= |editor= |others= |title= |origdate= |origyear= |origmonth= |url= |format= |accessdate= |accessyear= |accessmonth= |edition= |series= |date= |year= |month= |publisher= |location= |language= |isbn= |oclc= |doi= |id= |pages= |chapter= |chapterurl= |quote= }}

Mumford, David (1999). The Red Book of Varieties and Schemes, Lecture notes in mathematics 1358. Springer-Verlag. DOI:10.1007/b62130. ISBN 354063293X. 

Journal Citations [edit]

{{cite journal |last= |first= |authorlink= |coauthors= |year= |month= |title= |journal= |volume= |issue= |pages= |id= |url= |accessdate= |quote= }}

Smith, Joseph III (October 1, 1879). "Last Testimony of Sister Emma". The Saints' Herald 26 (19): 289. Retrieved on 2006-03-23. 

News Citations [edit]

{{cite news |first= |last= |authorlink= |author= |coauthors= |title= |url= |format= |work= |publisher= |id= |pages= |page= |date= |accessdate=2007-10-29 |language= |quote= |archiveurl= |archivedate= }}

Staff writer. "News", News co., 2005-11-21, pp. 37–39. Retrieved on 2005-12-11. 

Web Citations [edit]

For web citations other than news:

{{cite web |url= |title= |accessdate= |accessmonthday= |accessdaymonth= |accessyear= |author= |last= |first= |authorlink= |coauthors= |date= |year= |month= |format= |work= |publisher= |pages= |language= |doi= |archiveurl= |archivedate= |quote= }}

Doe, John (2005-04-30). My favorite things part II. Encyclopedia of things. Open Publishing. Retrieved on 2005-07-06.

Details [edit]

{{details|programming language}}

For additional details, see programming language.

PDF Link [edit]

{{PDFlink|[http://www.example.org/Link.pdf Link]|32KB}}

Link (PDF 32KB)

Opinion [edit]

{{opinion}}

This content is an opinion. While it's based on facts it is not indisputable. Please read it with a measure of healthy skepticism.

Stub [edit]

{{stub}}

This page is a stub. It's lacking in details and can use your help. Please contribute your knowledge to this page.

Wikipedia [edit]

For content which is a derivative work of a Wikipedia article:

{{wikipedia|article=Homer_Simpson}}

Additional copyright notice: Some content of this page is a derivative work of a Wikipedia article under the CC-BY-SA License and/or GNU FDL. The original article and author information can be found at http://en.wikipedia.org/wiki/Homer_Simpson.


Work In Progress [edit]

{{wip}}

This page is a work-in-progress. The primary authors know it's incomplete and plan on adding more content soon. Check back soon for updates.

InfoBoxes [edit]

InfoBox Data Structure [edit]

Vector
IteratorsRandom-access
Big-O
LookupO(1)
List OperationsO(n)+
Front Operations
Back (Stack) OperationsO(1)+
+ indicates occasionally a significant extra cost is incurred

{{Infobox data structure | name= | iterators= | big_o_lookup= | big_o_list= | big_o_front= | big_o_back= | notes= }}

For example,

{{Infobox data structure | name=Vector | iterators=Random-access | big_o_lookup=O(1) | big_o_list=O(n)+ | big_o_front= | big_o_back=O(1)+ | notes=+ indicates occasionally a significant extra cost is incurred }}






External Projects [edit]

Box2D [edit]

{{box2d}}

This content is maintained by the Box2D community. The developer of Box2D, Erin Catto, is not responsible for this content.
Visit the project website at Box2D.org.