Shadowbringers content

Difference between revisions of "Template:Patch infobox"

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
(Edited title card filename to match the convention)
(Added code for if no title card is specified)
Line 6: Line 6:
       <div style="font-size: 1.0em;>"{{{name}}}"</div>
       <div style="font-size: 1.0em;>"{{{name}}}"</div>
     </div> <!--End of heading-->
     </div> <!--End of heading-->
     <div style="text-align: center; clear: both;">[[File:{{{titlecard-image}}}|frameless|center]]
     <div style="text-align: center; clear: both;">{{#if:{{{titlecard-image|}}}|[[File:{{{titlecard-image}}}|frameless|center]]}}
</div>
</div>
     <div class="wrapper">
     <div class="wrapper">
Line 43: Line 43:
== Parameters ==
== Parameters ==
; patchnum
; patchnum
: Patch number of the main patch, not any sub-patches, i.e. 5.1, not 5.15.
: Patch number of the main patch, not any sub-patches, i.e. '''5.1''', not 5.15.
; name
; name
: Name of the patch, i.e. Vows of Virtue, Deeds of Cruelty
: Name of the patch, i.e. '''Vows of Virtue, Deeds of Cruelty'''
; titlecard-image
; titlecard-image
: Image file name of the title card in the wiki's image database, i.e. PatchTitleCard-5-1.jpg
: Image file name of the title card in the wiki's image database, i.e. '''PatchTitleCard-5-1.jpg'''.  Title card images can be found on https://na.finalfantasyxiv.com/lodestone/special/patchnote_log/ Comment out the image name if the image is not available yet.
; expansion
; expansion
: Name of the expansion, i.e. Shadowbringers
: Name of the expansion, i.e. '''Shadowbringers'''
; releasedate
; releasedate
: Release date of the base patch in the JP/NA/EU region, in DD Mon YYYY format (I.e. 29 Oct 2019)
: Release date of the base patch in the JP/NA/EU region, in DD Mon YYYY format (I.e. '''29 Oct 2019''')
; promolink
; promolink
: URL of the patch's promotional page, i.e. https://na.finalfantasyxiv.com/shadowbringers/patch_5_1/
: URL of the patch's promotional page, i.e. '''https://na.finalfantasyxiv.com/shadowbringers/patch_5_1/'''
; patchnotes-links
; patchnotes-links
: Comma separated links to the official patch notes for the main patch (5.1) and any subpatches (5.11, 5.15, 5.18) Example: [https://na.finalfantasyxiv.com/lodestone/topics/detail/3a23a8ba13b2c4152681ec4fa5716915b851002f 5.1], [https://na.finalfantasyxiv.com/lodestone/topics/detail/d7d53d91c131adfdc71ad0f270f1d38252e5aa39 5.11], [https://na.finalfantasyxiv.com/lodestone/topics/detail/c8640b7f57d04db1acf5434d9812b102c455cb79 5.15], [https://na.finalfantasyxiv.com/lodestone/topics/detail/36ab41b81c81a289336f63c1b9d40f6ed444ca9c 5.18]
: Comma separated links to the official patch notes for the main patch (5.1) and any subpatches (5.11, 5.15, 5.18) Example: [https://na.finalfantasyxiv.com/lodestone/topics/detail/3a23a8ba13b2c4152681ec4fa5716915b851002f 5.1], [https://na.finalfantasyxiv.com/lodestone/topics/detail/d7d53d91c131adfdc71ad0f270f1d38252e5aa39 5.11], [https://na.finalfantasyxiv.com/lodestone/topics/detail/c8640b7f57d04db1acf5434d9812b102c455cb79 5.15], [https://na.finalfantasyxiv.com/lodestone/topics/detail/36ab41b81c81a289336f63c1b9d40f6ed444ca9c 5.18]
; prevpatch  
; prevpatch  
: Number of the previous patch, i.e. 5.0
: Number of the previous patch, i.e. '''5.0'''
; prevpatch  
; prevpatch  
: Number of the next patch, i.e. 5.2
: Number of the next patch, i.e. '''5.2'''


== Example ==
== Example ==

Revision as of 00:01, 23 March 2021


Description

{{Patch infobox
| patchnum = 
| name = 
| titlecard-image = 
| expansion = 
| releasedate = 
| promolink = 
| patchnotes-links = 
| prevpatch = 
| nextpatch = 
}}

Parameters

patchnum
Patch number of the main patch, not any sub-patches, i.e. 5.1, not 5.15.
name
Name of the patch, i.e. Vows of Virtue, Deeds of Cruelty
titlecard-image
Image file name of the title card in the wiki's image database, i.e. PatchTitleCard-5-1.jpg. Title card images can be found on https://na.finalfantasyxiv.com/lodestone/special/patchnote_log/ Comment out the image name if the image is not available yet.
expansion
Name of the expansion, i.e. Shadowbringers
releasedate
Release date of the base patch in the JP/NA/EU region, in DD Mon YYYY format (I.e. 29 Oct 2019)
promolink
URL of the patch's promotional page, i.e. https://na.finalfantasyxiv.com/shadowbringers/patch_5_1/
patchnotes-links
Comma separated links to the official patch notes for the main patch (5.1) and any subpatches (5.11, 5.15, 5.18) Example: 5.1, 5.11, 5.15, 5.18
prevpatch
Number of the previous patch, i.e. 5.0
prevpatch
Number of the next patch, i.e. 5.2

Example

{{Patch infobox
| patchnum = 5.1
| name = Vows of Virtue, Deeds of Cruelty
| titlecard-image = PatchTitleCard-5-1.jpg
| expansion = Shadowbringers
| releasedate = 29 Oct 2019
| promolink = https://na.finalfantasyxiv.com/shadowbringers/patch_5_1/
| patchnotes-links = [https://na.finalfantasyxiv.com/lodestone/topics/detail/3a23a8ba13b2c4152681ec4fa5716915b851002f 5.1], [https://na.finalfantasyxiv.com/lodestone/topics/detail/d7d53d91c131adfdc71ad0f270f1d38252e5aa39 5.11], [https://na.finalfantasyxiv.com/lodestone/topics/detail/c8640b7f57d04db1acf5434d9812b102c455cb79 5.15], [https://na.finalfantasyxiv.com/lodestone/topics/detail/36ab41b81c81a289336f63c1b9d40f6ed444ca9c 5.18]
| prevpatch = 5.0
| nextpatch = 5.2
}}

Patch 5.1
"Vows of Virtue, Deeds of Cruelty"
PatchTitleCard-5-1.jpg
Expansion
Shadowbringers
Release Date
29 Oct 2019
Promo Page
Link
Patch Notes
5.1, 5.11, 5.15, 5.18
PreviousNext
Patch 5.0
Patch 5.2
All content patches