More languages
More actions
fix |
No edit summary Tag: 2017 source edit |
||
| (7 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
| type= bluray | | type= bluray | ||
| series= RDM | | series= RDM | ||
| season= {{{season|}}} | | season= {{#if:{{{season|}}}|{{{season}}}| | ||
{{#switch:{{{episode|}}} | |||
| Miniseries | Miniseries, Night 1 | Miniseries, Night 2 | 33 | Water | Bastille Day | Act of Contrition | You Can't Go Home Again | Litmus | Six Degrees of Separation | Flesh and Bone | Tigh Me Up, Tigh Me Down | The Hand of God | Colonial Day | Kobol's Last Gleaming, Part I | Kobol's Last Gleaming, Part II = 1 | |||
| Scattered | Valley of Darkness | Fragged | Resistance | The Farm | Home, Part I | Home, Part II | Final Cut | Flight of the Phoenix | Pegasus | Resurrection Ship, Part I | Resurrection Ship, Part II | Epiphanies | Black Market | Scar | Sacrifice | The Captain's Hand | Downloaded | Lay Down Your Burdens, Part I | Lay Down Your Burdens, Part II = 2 | |||
|Occupation | Precipice | Exodus, Part I | Exodus, Part II | Collaborators | Torn | A Measure of Salvation | Hero | Unfinished Business | The Passage | The Eye of Jupiter | Rapture | Taking a Break From All Your Worries | The Woman King | A Day in the Life | Dirty Hands | Maelstrom | The Son Also Rises | Crossroads, Part I | Crossroads, Part II=3 | |||
| Razor | He That Believeth In Me | Six of One | The Ties That Bind | Escape Velocity | The Road Less Traveled | Faith | Guess What's Coming to Dinner? | Sine Qua Non | The Hub | Revelations | Sometimes a Great Notion | Face of the Enemy | A Disquiet Follows My Soul | The Oath | Blood on the Scales | No Exit | Deadlock | Someone to Watch Over Me | Islanded in a Stream of Stars | Daybreak, Part I | Daybreak, Part II | The Plan=4 | |||
| #default=unknown}}}} | |||
| episode= {{{episode|}}} | | episode= {{{episode|}}} | ||
| cepisode= {{{cepisode|}}} | | cepisode= {{{cepisode|}}} | ||
| Line 19: | Line 25: | ||
| czh= {{{czh|}}} | | czh= {{{czh|}}} | ||
}} | }} | ||
{{#ifeq:{{NAMESPACE}}| | {{#ifeq:{{NAMESPACE}}|File | ||
| [[Category:TRS]] [[Category:RDM]] | | [[Category:TRS]] [[Category:RDM]] | ||
[[Category:Screen captures]] | [[Category:Screen captures]] | ||
| Line 50: | Line 56: | ||
{{Cookie Instructions|optional=image}} | {{Cookie Instructions|optional=image}} | ||
<templatedata> | |||
{ | |||
"description": "Template for tagging Re-imagined Series images sourced from Blu-rays.", | |||
"params": { | |||
"episode": { | |||
"label": "Episode Name", | |||
"description": "The full name of the episode the screencap is from (e.g., 'Pegasus (episode)'). This is used for automatic season detection and categorization.", | |||
"type": "string", | |||
"required": true, | |||
"suggested": true | |||
}, | |||
"season": { | |||
"label": "Season Number", | |||
"description": "The season number. If left blank, the season will be automatically determined based on the 'episode' parameter.", | |||
"type": "number", | |||
"required": false | |||
}, | |||
"cepisode": { | |||
"label": "Categorization Episode Name", | |||
"description": "An alternative episode name to use specifically for categorization, if different from the 'episode' parameter.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"timestamp": { | |||
"label": "Timestamp", | |||
"description": "The exact timestamp within the episode where the screencap was taken (e.g., '00:15:30' or '1:23').", | |||
"type": "string", | |||
"required": true, | |||
"suggested": true | |||
}, | |||
"aspect": { | |||
"label": "Aspect Ratio", | |||
"description": "The aspect ratio of the screencap (e.g., '16:9', '4:3').", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"scaled": { | |||
"label": "Scaled", | |||
"description": "Set to 'yes' if the image has been scaled from its original resolution.", | |||
"type": "string", | |||
"required": false, | |||
"suggestedvalues": ["yes", "no"] | |||
}, | |||
"cropped": { | |||
"label": "Cropped", | |||
"description": "Set to 'yes' if the image has been cropped from its original frame.", | |||
"type": "string", | |||
"required": false, | |||
"suggestedvalues": ["yes", "no"] | |||
}, | |||
"de": { | |||
"label": "German Description", | |||
"description": "A description of the image in German.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"es": { | |||
"label": "Spanish Description", | |||
"description": "A description of the image in Spanish.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"fr": { | |||
"label": "French Description", | |||
"description": "A description of the image in French.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"zh": { | |||
"label": "Chinese Description", | |||
"description": "A description of the image in Chinese.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"cde": { | |||
"label": "German Categorization", | |||
"description": "Categorization string in German.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"ces": { | |||
"label": "Spanish Categorization", | |||
"description": "Categorization string in Spanish.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"cfr": { | |||
"label": "French Categorization", | |||
"description": "Categorization string in French.", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"czh": { | |||
"label": "Chinese Categorization", | |||
"description": "Categorization string in Chinese.", | |||
"type": "string", | |||
"required": false | |||
} | |||
} | |||
} | |||
</templatedata> | |||
[[Category:Image tags|{{PAGENAME}}]] | [[Category:Image tags|{{PAGENAME}}]] | ||
[[Category:Templates using ParserFunctions|{{PAGENAME}}]] | [[Category:Templates using ParserFunctions|{{PAGENAME}}]] | ||
[[Category:Template using Master screencap|{{PAGENAME}}]] | [[Category:Template using Master screencap|{{PAGENAME}}]] | ||
</noinclude> | </noinclude> | ||
Latest revision as of 20:53, 5 August 2025
Documentation
This is to tag Re-imagined Series images that come from Blu-rays. All the fields are lowercase.
Usage
{{TRS BR screencap
| episode=
| timestamp=
| scaled=
| cropped=
}}
Output Example
Required parameters
- season: The season number. Presently 1, 2, 3, or 4.
- episode: The episode name.
- Default links to the English Wiki
Optional parameters
- cepisode: The episode display name to display a unformatted name.
- aspect: Please make sure the image's aspect ratio is correct, and mark this field with "yes" if it is.
- scaled: If the image has been scaled down from its original dimensions, please mark this field with "yes". Otherwise, leave it blank.
- cropped: If the image has been cropped from its original dimensions, please mark this field with "yes". Otherwise, leave it blank.
Language parameters
- If anyone is set with a value to it's article, a language bar will form to show all the language links.
- de: German episode article name.
- es: Spanish episode article name.
- fr: French episode article name.
- tr: French episode article name.
- zh: Chinese episode article name.
- Add the var c
LANGCODEin the front if the article name has disambiguation title. (i.e.The Hand of God (RDM)vs.The Hand of God (TOS))
- Add the var c
- Example
| de= The Hand of God (RDM) | cde= The Hand of God
Template for tagging Re-imagined Series images sourced from Blu-rays.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Episode Name | episode | The full name of the episode the screencap is from (e.g., 'Pegasus (episode)'). This is used for automatic season detection and categorization. | String | required |
| Season Number | season | The season number. If left blank, the season will be automatically determined based on the 'episode' parameter. | Number | optional |
| Categorization Episode Name | cepisode | An alternative episode name to use specifically for categorization, if different from the 'episode' parameter. | String | optional |
| Timestamp | timestamp | The exact timestamp within the episode where the screencap was taken (e.g., '00:15:30' or '1:23'). | String | required |
| Aspect Ratio | aspect | The aspect ratio of the screencap (e.g., '16:9', '4:3'). | String | optional |
| Scaled | scaled | Set to 'yes' if the image has been scaled from its original resolution.
| String | optional |
| Cropped | cropped | Set to 'yes' if the image has been cropped from its original frame.
| String | optional |
| German Description | de | A description of the image in German. | String | optional |
| Spanish Description | es | A description of the image in Spanish. | String | optional |
| French Description | fr | A description of the image in French. | String | optional |
| Chinese Description | zh | A description of the image in Chinese. | String | optional |
| German Categorization | cde | Categorization string in German. | String | optional |
| Spanish Categorization | ces | Categorization string in Spanish. | String | optional |
| French Categorization | cfr | Categorization string in French. | String | optional |
| Chinese Categorization | czh | Categorization string in Chinese. | String | optional |