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}}
[edit] PDF Link
{{PDFlink|[http://www.example.org/Link.pdf Link]|32KB}}
[edit] Opinion
{{opinion}}
[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}}
[edit] Work In Progress
{{wip}}
[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 | |
| 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 | |

