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}}
PDF Link [edit]
{{PDFlink|[http://www.example.org/Link.pdf Link]|32KB}}
Opinion [edit]
{{opinion}}
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}}
Work In Progress [edit]
{{wip}}
InfoBoxes [edit]
InfoBox Data Structure [edit]
Vector | |
Iterators | Random-access |
Big-O | |
Lookup | O(1) |
List Operations | O(n)+ |
Front Operations | |
Back (Stack) Operations | O(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}}
Visit the project website at Box2D.org.