Template:AppNote: Difference between revisions

From TekWiki
Jump to navigation Jump to search
(Created page with "<noinclude> '''This is the "AppNote" template.''' : ''If you have come here looking to edit the page for a particular instrument, you took a wrong turn – please do not edit this template. '' : ''Instead, please go back to the instrument's page and edit that.'' {| cellpadding="5" |- !This template should be invoked in the following format: !Example: |- valign="top" | <pre> {{AppNote |Identifier= |File= |Title= |Author= |Year= |Links= }} </pre> |<pre><nowiki> {{AppNot...")
 
No edit summary
 
(14 intermediate revisions by the same user not shown)
Line 23: Line 23:
|<pre><nowiki>
|<pre><nowiki>
{{AppNote
{{AppNote
|identifier=26W-7045
|Identifier=26W-7045
|file=26W-7045.pdf
|File=26W-7045.pdf
|title=Random Noise Measurement with the Spectrum Analyzer
|Title=Random Noise Measurement with the Spectrum Analyzer
|authors=Morris Engelson
|Authors=Morris Engelson
|year=1989
|Year=1989
|links=2710,2754P
|Links=2710,2754P
}}
}}
</nowiki></pre>
</nowiki></pre>
Line 41: Line 41:
'''See [[Article templates]] for details on other templates available in TekWiki.'''
'''See [[Article templates]] for details on other templates available in TekWiki.'''
</noinclude><includeonly>
</noinclude><includeonly>
{{#if:{{NAMESPACE}}||{{#cargo_store:_table=Documents
{{#ifeq:{{NAMESPACE}}|File|{{#cargo_store:_table=Documents
|class=Application Note
|Class=Application Note
|identifier={{{identifier|}}}
|Identifier={{{Identifier|}}}
|file={{{file|}}}
|File={{{File|}}}
|title={{{title|}}}
|Title={{{Title|}}}
|authors={{{authors|}}}
|Authors={{{Authors|}}}
|year={{{year|}}}
|Year={{{Year|}}}
|links={{{links|}}}
|Links={{{Links|}}}
}}}}</includeonly>
}}
{{{!}}
{{!}}+ '''Application Note'''
{{!}}-
! ID
{{!}} {{{Identifier|}}}
{{!}}-
! Title
{{!}} {{{Title|}}}
{{!}}-
! Authors
{{!}} {{{Authors|}}}
{{!}}-
! Year
{{!}} {{{Year|}}}
{{!}}-
! Links
{{!}} {{{Links|}}}
{{!}}-
{{!}}}
 
[[Category:Application notes]]
}}</includeonly>

Latest revision as of 03:14, 7 October 2023

This is the "AppNote" template.

If you have come here looking to edit the page for a particular instrument, you took a wrong turn – please do not edit this template.
Instead, please go back to the instrument's page and edit that.
This template should be invoked in the following format: Example:
{{AppNote
|Identifier=
|File=
|Title=
|Author=
|Year=
|Links=
}}
{{AppNote
|Identifier=26W-7045
|File=26W-7045.pdf
|Title=Random Noise Measurement with the Spectrum Analyzer
|Authors=Morris Engelson
|Year=1989
|Links=2710,2754P
}}

links= should be a comma-delimited list of page names.

This template adds rows to the table "Documents", which is declared by the template Document. View table.

See Article templates for details on other templates available in TekWiki.