Log in / create account | Login with OpenID
DocForge
Programmer's Wiki

DocForge:Templates

From DocForge

Template available on DocForge...

Contents

[edit] Citations

[edit] Book Citations

{{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. 

[edit] Journal Citations

{{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. 

[edit] News Citations

{{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. 

[edit] Web Citations

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.

[edit] Details

{{details|programming language}}

For additional details, see programming language.

[edit] PDF Link

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

Link (PDF 32KB)

[edit] Opinion

{{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.

[edit] Stub

{{stub}}

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

[edit] Wikipedia

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 GNU FDL. The original article and author information can be found at http://en.wikipedia.org/wiki/Homer_Simpson.

[edit] Work In Progress

{{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.

[edit] InfoBoxes

[edit] InfoBox Data Structure

{{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 }}

outputs

Vector
IteratorsRandom-access
Big-O
LookupO(1)
List OperationsO(n)+
Front Operations
Back (Stack) OperationsO(1)+
+ indicates occasionally a significant extra cost is incurred
Do you have information or insights to contribute to this article? Please feel free to edit this page. Ask questions or contribute to the discussion on this article's talk page.