Please remember that WiKirby contains spoilers, which you read at your own risk! See our general disclaimer for details.

Module:MPvid/videos

From WiKirby, your independent source of Kirby knowledge.
Jump to navigationJump to search

List of facts for Module:MPvid.

To add a video, create an object (a Lua table) with a number, then add the YouTube URL to the url parameter and the caption to caption

[25] = {
   video = "abcDEFg",
   caption = "features lorem ipsum of the foo bar"
},
[26] = {
   video = "zYx65_2",
   caption = "describes the bloom of the Zaragoza"
},
...

Don't forget the comma after each table or it'll break!"

Whenever you need to use quotation marks, escape with a backslash (e.g. "This is \"Flower\" or is it not?")


return {
	[1] = {
      url = "yi2qeyD1K1A",
      caption = "features a trailer for the canceled game for Nintendo GameCube, ''[[Kirby for Nintendo GameCube]]''."
   },
   [2] = {
      url = "FVs6BuYJ-YQ",
      caption = "features some gameplay footage from ''[[Kirby's Dream Land 3]]''!"
   },
   [3] = {
      url = "a_igg2FgP0g",
      caption = "features the battle between [[Kirby]] and [[Miracle Matter]] in ''[[Kirby 64: The Crystal Shards]]''!"
   },
   [4] = {
      url = "bPDoAvd9yu0",
      caption = "features the fight between [[Kirby]] and [[Master Hand & Crazy Hand]] in ''[[Kirby & The Amazing Mirror]]''!"
   },
   [5] = {
      url = "uYtJw8g7Afo",
      caption = "features the [[Wham Bam Jewel]] boss battle in ''[[Kirby Super Star Ultra]]''!"
   },
   [6] = {
      url = "YqD_jm4_MSg",
      caption = "features a game of [[City Trial]] in ''[[Kirby Air Ride]]''!"
   },
   [7] = {
      url = "LYibt691-sk",
      caption = "features [[Kirby]]'s trademark [[Gourmet Race]]  in ''[[Kirby Super Star]]''!"
   },
   [8] = {
      url = "Cc3PAAije0Y",
      caption = "is the initial E3 2017 reveal of ''[[Kirby Star Allies]]'', known at the time as ''Kirby for Nintendo Switch''!"
   },
   [9] = {
      url = "5slZicVDG-c",
      caption = "features a playthrough of Stage 2-1 of ''[[Kirby's Adventure]]''!"
   },
   [10] = {
      url = "jfvRDmFMdko",
      caption = "demonstrates the [[Sleep]] ability in ''[[Kirby Battle Royale]]''!"
   },
   [11] = {
      url = "WJEu0Vc1g-0",
      caption = "features [[Chef Kawasaki]] using the [[Cook]] ability in ''[[Kirby Star Allies]]''!"
   },
   [12] = {
      url = "T9HyxGhZk0Y",
      caption = "features the 2010 Tokyo Game Show trailer of ''[[Kirby's Epic Yarn]]''!"
   },
   [13] = {
      url = "yRcdgY72vI8",
      caption = "features the official animated trailer for ''[[Kirby Star Allies]]'' in Japan!"
   },
   [14] = {
      url = "gDtasCt5mPU",
      caption = "is a 100% no damage walkthrough of [[Frosty Wheel]] from ''[[Kirby's Epic Yarn]]''!"
   },
   [15] = {
      url = "mUeb9rwYb8g",
      caption = "is the North American television commercial for ''[[Kirby's Adventure]]''!"
   },
   [16] = {
      url = "xo37i571bG8",
      caption = "is one of the North American television commercials for ''[[Kirby: Triple Deluxe]]'': the \"Unleashed\" trailer!"
   },
   [17] = {
      url = "Hml3EdmvAXo",
      caption = "features the official launch trailer for ''[[Kirby Fighters 2]]''!"
   },
   [18] = {
      url = "ZxzOoyDjaTk",
      caption = "contains some pre-release footage of ''[[Kirby: Nightmare in Dream Land]]'' from its E3 2002 reveal."
   },
   [19] = {
      url = "HR8MgHilI5Y",
      caption = "is the North American television commercial for ''[[Kirby Mass Attack]]''!"
   },
   [20] = {
      url = "H3LAkr0ANgw",
      caption = "is the initial reveal trailer for ''[[Kirby and the Forgotten Land]]''!"
   },
   [21] = {
      url = "gF24AU5Ffuc",
      caption = "is the North American television commercial for ''[[Kirby's Pinball Land]]''!"
   },
   [22] = {
      url = "SLo8SIc9uVg",
      caption = "is a playthrough of the battle against [[Void Termina]] and [[Void]] in the \"Soul Melter EX\" difficulty of [[The Ultimate Choice]] in ''[[Kirby Star Allies]]''!"
   },
   [23] = {
      url = "I1PvBNFLgdg",
      caption = "is a playthrough of the [[Treasure Road]] stage [[Melt and Glide! Race to the Cannon]], which reaches the target time!"
   },
   [24] = {
      url = "slkvuh2KOWg",
      caption = "is a narrated short story from WARPSTAR Inc. called It's Kirby Time: Kirby's Tiny World!"
   },
   [25] = {
      url = "hzdzsxUNdrw",
      caption = "is a collage of three short animations made to showcase Kirby's various [[Mouthful Mode]] abilities from ''[[Kirby and the Forgotten Land]]''!"
   },
}