Difference between revisions of "Template:Comic"

From Dragalia Lost Wiki
Jump to navigation Jump to search
>Eave
(store and display all IDs as 0 left-padded to length 3)
>Caledor92
 
(11 intermediate revisions by one other user not shown)
Line 8: Line 8:
 
|FeaturedCharacter=List (,) of Wikitext
 
|FeaturedCharacter=List (,) of Wikitext
 
|DirectLink=URL
 
|DirectLink=URL
 +
|Spoiler=Boolean
 
}}</noinclude><includeonly><!--
 
}}</noinclude><includeonly><!--
-->{{#vardefine:paddedId|{{#padleft:{{{Id|}}}|3}}}}<!--
 
  
 
// Cargo Store
 
// Cargo Store
 
-->{{#cargo_store:_table=Comics
 
-->{{#cargo_store:_table=Comics
 
|Title={{{Title|}}}
 
|Title={{{Title|}}}
|Id={{#var:paddedId}}
+
|Id={{{Id|}}}
 
|ReleaseDate={{#time:F d, Y|{{{ReleaseDate|}}}}}
 
|ReleaseDate={{#time:F d, Y|{{{ReleaseDate|}}}}}
 
|FeaturedCharacter={{{FeaturedCharacter|}}}
 
|FeaturedCharacter={{{FeaturedCharacter|}}}
 
|DirectLink={{{DirectLink|}}}
 
|DirectLink={{{DirectLink|}}}
 +
|Spoiler={{{Spoiler|}}}
 
}}<!--
 
}}<!--
  
 
-->|-
 
-->|-
| #{{#var:paddedId}}: [{{{DirectLink}}} {{{Title|}}}] || {{{FeaturedCharacter|}}} ||{{#time:F d, Y|{{{ReleaseDate|}}}}} || [[File:Dragalia Life {{{Id|}}}.png|300px|link={{{DirectLink}}}]]<!--
+
| #{{padleft:{{{Id|}}}|3}}: [{{{DirectLink}}} {{{Title|}}}] || {{{FeaturedCharacter|}}} ||{{#time:F d, Y|{{{ReleaseDate|}}}}} || [[File:{{PAGENAME}} {{{Id|}}}.png|300px|link={{{DirectLink}}}]]<!--
 
-->[[Category:Comics]]
 
-->[[Category:Comics]]
 
</includeonly>
 
</includeonly>

Latest revision as of 11:31, 22 June 2020

50px Documentation

Parameters

  • Title= Title as in the Official Website
    • Example:
      The Dragon Choosing
  • Id= Issue of the comic on the Official Website
    • Example:
      01
  • ReleaseDate= Release date, note that the Official Website doesn't have that, but it's given in the news.
    • Example:
      September 27th, 2018
  • FeaturedCharacter= List of characters featured on the comic, in brackets, separated by commas
    • Example:
      [[Euden]], [[Zethia]], [[Notte]], [[Agni]], [[Poliʻahu]], [[Cinder Drake]]
  • DirectLink= The direct link to the comic page on th Official Website
    • Example:
      https://comic.dragalialost.com/dragalialife/en/#detail/9

Example

{{Comic |Title=The Dragon Choosing |Id=01 |ReleaseDate=September 27th, 2018 |FeaturedCharacter=[[Euden]], [[Zethia]], [[Notte]], [[Agni]], [[Poliʻahu]], [[Cinder Drake]] |DirectLink=https://comic.dragalialost.com/dragalialife/en/#detail/9}}

Blank Template

{{Comic |Title=  |Id= |ReleaseDate= |FeaturedCharacter= |DirectLink=}}

This template defines the table "Comics". This table has not been created yet.