Difference between revisions of "Fileref"
From Sega Retro
(4 intermediate revisions by 2 users not shown) | |||
Line 11: | Line 11: | ||
* 1: Filename. | * 1: Filename. | ||
* page: Page number. Used for multi-page PDF documents. | * page: Page number. Used for multi-page PDF documents. | ||
+ | * quote: A specific quote, helpful if referencing long pages | ||
Examples: | Examples: | ||
* <nowiki>GoldenAxe Title.png{{fileref|GoldenAxe Title.png}}</nowiki> → GoldenAxe Title.png{{fileref|GoldenAxe Title.png}} | * <nowiki>GoldenAxe Title.png{{fileref|GoldenAxe Title.png}}</nowiki> → GoldenAxe Title.png{{fileref|GoldenAxe Title.png}} | ||
* <nowiki>Golden Axe Mega Drive US manual, page 32{{fileref|GoldenAxe MD US Manual.pdf|page=19}}</nowiki> → Golden Axe Mega Drive US manual, page 19{{fileref|GoldenAxe MD US Manual.pdf|page=19}} | * <nowiki>Golden Axe Mega Drive US manual, page 32{{fileref|GoldenAxe MD US Manual.pdf|page=19}}</nowiki> → Golden Axe Mega Drive US manual, page 19{{fileref|GoldenAxe MD US Manual.pdf|page=19}} | ||
+ | * <nowiki>Seaman DC JP Box Back.jpg{{fileref|Seaman DC JP Box Back.jpg}}</nowiki> → Seaman DC JP Box Back.jpg{{fileref|Seaman DC JP Box Back.jpg}} | ||
+ | * <nowiki>Testing quotes{{fileref|Seaman DC JP Box Back.jpg|quote=Quotey McQuoteface}}</nowiki> → Testing quotes{{fileref|Seaman DC JP Box Back.jpg|quote=Quotey McQuoteface}} | ||
==See also== | ==See also== | ||
− | * [[Template:Ref]] for referencing other pages on the wiki | + | * [[Template:Ref]] for referencing other sites in general. |
+ | * [[Template:Intref]] for referencing other pages on the wiki and other Retro wikis. | ||
+ | * [[Template:Magref]] for referencing magazines. | ||
==References== | ==References== | ||
Line 23: | Line 28: | ||
<references/> | <references/> | ||
− | [[Category: | + | [[Category:Templates]] |
− | </noinclude><includeonly>{{#vardefine:filename|{{{1|}}}}}{{ | + | </noinclude><includeonly>{{#vardefine:filename|{{{1|}}}}}{{FilerefStore |
− | |||
| name={{FULLPAGENAME}} | | name={{FULLPAGENAME}} | ||
− | | file={{# | + | | file={{#var:filename}} |
− | | | + | | page={{{page|}}} |
− | }}{{#tag: ref | {{#if: {{{page|}}} | [{{fullurl:File:{{#var:filename}}|page={{{page|}}}}} | + | }}{{#vardefine:reftext|{{GetRefInfo|{{#var:filename}}}}}}{{#vardefine:quote|{{{quote|}}}}}{{#if:{{#var:reftext}}||{{#vardefine:reftext|File:{{#var:filename}}}}}}{{#tag: ref | {{#if:{{#var:quote}}|"{{#var:quote}}", }}{{#if: {{{page|}}} | [{{fullurl:File:{{#var:filename}}|page={{{page|}}}}} {{#var:reftext}}, page {{{page|}}}] | [[:File:{{#var:filename}}|{{#var:reftext}}]]}} | name=":File:{{#var:filename}}_p{{{page|}}}{{#var:quote}}" }}{{incvar|refcount}}{{clearvar|reftext|quote}}</includeonly> |
Latest revision as of 10:52, 25 April 2023
This template defines the table "filerefs". View table. Template for file references.
Usage
Parameters:
- 1: Filename.
- page: Page number. Used for multi-page PDF documents.
- quote: A specific quote, helpful if referencing long pages
Examples:
- GoldenAxe Title.png{{fileref|GoldenAxe Title.png}} → GoldenAxe Title.png[1]
- Golden Axe Mega Drive US manual, page 32{{fileref|GoldenAxe MD US Manual.pdf|page=19}} → Golden Axe Mega Drive US manual, page 19[2]
- Seaman DC JP Box Back.jpg{{fileref|Seaman DC JP Box Back.jpg}} → Seaman DC JP Box Back.jpg[3]
- Testing quotes{{fileref|Seaman DC JP Box Back.jpg|quote=Quotey McQuoteface}} → Testing quotes[4]
See also
- Template:Ref for referencing other sites in general.
- Template:Intref for referencing other pages on the wiki and other Retro wikis.
- Template:Magref for referencing magazines.
References
Since this template uses the <ref> tag, all pages that use this template will have an auto-generated references list appended to the end of the page. To prevent confusion, a <references/> tag should be added to the end of the page in a dedicated "References" section, such as this one.