Main public logs

Combined display of all available logs of Bulbapedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)
  • 16:37, 29 October 2025 Lakelimbo talk contribs created page Dhelmise (UNITE) (Created page with "{{Upcoming notice}} {{incomplete}} {{UniteInfobox |pokemon=Dhelmise |jname=ダダリン |jtrans=Dadarin |role=All-Rounder |range=Melee |damage=Physical |difficulty= |ndex1=0781 |level1=4 |coin=??? |gem=??? }} '''Dhelmise''' (Japanese:'''ダダリン''' ''Dadarin'') will be a playable Pokémon in Pokémon UNITE. It will become available as a playable character in November 14, 2025. ==Abilities== ===Passive Ability=== ===Basic Attack=== ==Moveset== ===Move slot 1==...")
  • 13:38, 15 October 2025 Lakelimbo talk contribs created page ZAdex (Redirected page to List of Pokémon by Pokédex number in Legends: Z-A) Tag: New redirect
  • 14:46, 2 October 2025 Lakelimbo talk contribs created page User:Lakelimbo/UniteInfobox (testing grounds)
  • 16:37, 12 September 2025 Lakelimbo talk contribs protected Pokémon Pokopia [Edit=Block new users] (expires 16:37, 12 March 2026) [Move=Allow only administrators] (indefinite) (hist)
  • 16:35, 12 September 2025 Lakelimbo talk contribs created page Pokémon Pokopia (minor viable page, please continue editing as more info comes through)
  • 20:16, 8 September 2025 Lakelimbo talk contribs created page Module:Sandbox/Lakelimbo/Catch Rate/Rates (Created page with "local util = require("Module:Sandbox/Lakelimbo/Utils") ---Do not list guaranteed-capture Poké Balls here ---(e.g Master Ball) --- ---@type table<string, number | fun(...) : number> local rates = { pokeball = 1, great = 1.5, ultra = 2, ---@param game string Game (abbrev) or Generation safari = function(game) if game == "gen1" then return 2 elseif util.is_any(game, { "gen2", "gen3", "gen4", "gen5", "gen6", "...")
  • 13:42, 4 September 2025 Lakelimbo talk contribs created page User talk:Zonix11 (Created page with "{{subst:welcome}}")
  • 12:52, 16 April 2025 Lakelimbo talk contribs deleted page Grow (Unneeded redirect page)
  • 15:06, 24 February 2025 Lakelimbo talk contribs created page User:Lakelimbo/TypeEffectiveness (Created page with "<includeonly>{{#invoke:Sandbox/Lakelimbo/TypeEffectiveness|main|{{{1}}}|{{{2}}}}}</includeonly>")
  • 14:58, 24 February 2025 Lakelimbo talk contribs moved page User:Lakelimbo/Sandbox/TypeEffectiveness to Module:Sandbox/Lakelimbo/TypeEffectiveness/doc without leaving a redirect (moving to the module's proper doc page)
  • 12:36, 28 January 2025 Lakelimbo talk contribs created page Draft:TCGTrainerText/Supporter (Created page with "<div style="border-radius: 6px; background-color: var(--color); padding: 0.25rem; margin: 0.25rem 0">You may play only 1 Supporter card during your turn.</div><!-- --><noinclude> {{Draft:TCGTrainerText/Header}} {{Draft:TCGTrainerText/Entry/Effect}} {{Draft:TCGTrainerText/Supporter}} </noinclude>")
  • 12:28, 28 January 2025 Lakelimbo talk contribs created page Draft:TCGTrainerText/Item (Created page with "<div style="border-radius: 6px; background-color: var(--color); padding: 0.25rem; margin: 0.25rem 0">You may play any number of Item cards during your turn.</div><!-- --><noinclude> {{Draft:TCGTrainerText/Header}} {{Draft:TCGTrainerText/Entry/Effect}} {{Draft:TCGTrainerText/Item}} </noinclude>")
  • 23:34, 15 January 2025 Lakelimbo talk contribs created page Draft:TCGTrainerText/Stadium/SV ((test))
  • 15:43, 13 January 2025 Lakelimbo talk contribs created page Draft:TCGTrainerText/Tool/SV (Created page with "<div style="border-radius: 6px; background-color: var(--color); padding: 0.25rem; margin: 0.25rem 0">You may attach any number of Pokémon Tools to your Pokémon during your turn. You may attach only 1 Pokémon Tool to each Pokémon, and it stays attached.</div><!-- -->")
  • 15:36, 13 January 2025 Lakelimbo talk contribs created page Draft:TCGTrainerText/Entry/Effect (Created page with "<div style="border-radius: 6px; padding: 0.25rem; background-color: #fff">{{{entry|You forgot to put the effect.}}}</div><!-- -->")
  • 15:27, 13 January 2025 Lakelimbo talk contribs created page Draft:TCGTrainerText/Header (Created page with "<div class="roundy" style="background-color: var(--color-light); border: 2px solid var(--color-dark); padding: 0.25rem; max-width: 500px; --color: #{{tcg {{{type|colorless}} color}}; --color-light: #{{tcg {{{type|colorless}}} color light}}; --color-dark: #{{tcg {{{type|colorless}}} color dark}};">")
  • 19:07, 21 October 2024 Lakelimbo talk contribs created page Module:Kanban/doc (Created page with "__NOTOC__ A very basic module to display tasks in little separate boards ("kanban"), aimed at wiki editors. The module is split in 2 parts: the logic of the kanban itself, and the list of tasks. ==Example== <pre> {{#invoke:kanban|main|src=NAME OF THE MODULE WITH THE TASKS}} </pre> {{#invoke:kanban|main|src=Module:Kanban/Example}} ==Arguments== * <code>src</code>: name of the module with the list of tasks. ===List of tasks=== The list of tasks is a table with nested...")
  • 19:06, 21 October 2024 Lakelimbo talk contribs created page Module:Kanban/Example (Created page with "local tasks = { { title = "Bulba task", description = "Lorem ipsum", priority = 1, due_date = "21 Oct 2024", completed = false }, { title = "My task", description = "Lorem ipsuaaaam", priority = 0, due_date = "21 Oct 2024", completed = false }, { title = "Charizard task", description = "Lorem ipsum", priority = 2, due_date = "21 Oct 2024",...")
  • 19:05, 21 October 2024 Lakelimbo talk contribs created page Module:Kanban (Created page with "-- (c) 2024 Lakelimbo <[email protected]> -- This code is licensed under Creative Commons BY-NC-SA 2.5 --A module to group and display tasks in little boards ("kanban"). Very basic, and more useful for staff members. local kanban = {} local container = mw.html.create("div") :tag("div") :css({ display = "flex", ["flex-wrap"] = "wrap", gap = "0.5rem", ["max-width"] = "1048px" }) ---Function that generates each b...")
  • 15:11, 19 October 2024 Lakelimbo talk contribs created page User:Lakelimbo/Cardtext/Attack/Pocket (Created page with "<div style="margin: 0.25rem"> <div class="roundy" style="padding: 0.25rem 0.75rem; background-color: #{{tcg {{{type|colorless}}} color {{#switch: {{{class|none}}}|Rocket|Rocketex|Aqua|Magma|Galactic|Plasma|PlasmaEX|Dark|DarkV=dark|Light=light}}}}; text-align: center; font-weight: bold; display: flex; justify-content: center; gap: 1rem; align-items: center"> <div style="flex: 0 0 60px">{{#if: {{{cost|}}}|{{{cost}}}|{{e|None}}}}</div> <div style="flex: 1">{{{name|Do Nothin...")
  • 14:32, 19 October 2024 Lakelimbo talk contribs created page User:Lakelimbo/Cardtext/Ability/Pocket (Created page with "<div style="margin: 0.25rem"> <div class="roundy" style="padding: 0.25rem; display: flex; gap: 1rem; align-items: center; background-color: #{{tcg {{{type|colorless}}} color {{#switch: {{{class|none}}}|Rocket|Rocketex|Aqua|Magma|Galactic|Plasma|PlasmaEX|Dark=dark|Light=light}}}};"> 100px|link=Ability (TCG)|Ability <div class="roundy" style="flex: 1; padding: 0.25rem; font-weight: bold; background-color: #{{TCG Ability color light}}; border: 2p...")
  • 01:31, 23 September 2024 Lakelimbo talk contribs created page User:Lakelimbo/Cardtext/Pocket ex (Created page with "<div style="margin: 0.25rem; display: flex; gap: 0.5rem; flex-wrap: wrap; align-items: center; justify-content: center"> <div style="border-radius: 100%; background-color: #{{tcg {{{type|colorless}}} color {{#ifeq: {{{class|}}}|Rocket|dark}}}}; border: 2px solid #{{tcg {{{type|colorless}}} color dark}};">{{MS/HOME|{{{ndex|000}}}}}</div> <div class="roundy" style="background-color: #c8cbc8; color: #000; padding: 1rem; min-width: 75%; flex: 1"> <div style="font-weight: bol...")
  • 00:50, 23 August 2024 Lakelimbo talk contribs created page Template:Crw/doc (Created page with "This template links to a page on the Chibi-Robo! Wiki. ==Parameters== * 1: the page to be linked to * 2 ''(optional)'': the text to show for the link (defaults to the same as ''1'' if not used)")
  • 00:48, 23 August 2024 Lakelimbo talk contribs created page Template:Crw (Created page with "[[:chibirobo:{{{1}}}|{{{2|{{{1}}}}}}]]<noinclude> {{documentation}} Category:Link templates</noinclude>")
  • 16:13, 18 August 2024 Lakelimbo talk contribs created page User:Lakelimbo/Carddex (Created page with "<div class="roundy" style="{{#switch: {{{doodle|no}}}|yeah=font-family:Comic Sans MS;}} border: {{#switch: {{{class|}}}|Plasma|PlasmaEX|Prism=4|2}}px solid #{{#switch: {{{class|none}}}|Rocket|Rocketex|Aqua|Magma|Galactic|Dark=222222|Light=FFFF99|Shiny=FFD700|Plasma|PlasmaEX=0963A9|Prism=000000|{{tcg {{{type2|{{{type|colorless}}}}}} color dark}}}}; background-color: #{{tcg {{{type|colorless}}} color {{#switch: {{{class|none}}}|Rocket|Rocketex|Aqua|Magma|Galactic|Dark|Ligh...")
  • 14:46, 18 August 2024 Lakelimbo talk contribs created page User:Lakelimbo/Cardtext/VSTAR Power (Created page with "<div style="margin: 0.25rem; padding: 0.333rem; border-radius: 50px; background-image: linear-gradient(#C49923 0%, #F0E690 20%,#EEEEEE 40%,#EEEEEE 60%,#F0E690 80%,#C49923 100%); color: #7f6317; font-weight: bold; text-align: center">''VSTAR Power''</div><noinclude>Category:TCG templates</noinclude>")
  • 14:42, 18 August 2024 Lakelimbo talk contribs created page User:Lakelimbo/Cardtext/VSTAR (Created page with "<div style="margin: 0.25rem; display: flex; gap: 0.5rem 1rem; flex-wrap: wrap; align-items: center; justify-content: center"> <div style="border-radius: 100%; background-color: #{{tcg {{{type|colorless}}} color}}; border: 2px solid #f0e690">{{MS/HOME|{{{ndex|000}}}}}</div> <div class="roundy" style="background-image: linear-gradient(#C49923 0%, #F0E690 20%,#EEEEEE 40%,#EEEEEE 60%,#F0E690 80%,#C49923 100%); color: #000; padding: 1rem; min-width: 75%; flex: 1"> <div style=...")
  • 14:41, 18 August 2024 Lakelimbo talk contribs created page User:Lakelimbo/Cardtext/VMAX (Created page with "<div style="margin: 0.25rem; display: flex; gap: 0.5rem 1rem; flex-wrap: wrap; align-items: center; justify-content: center"> <div style="border-radius: 100%; background-color: #{{tcg {{{type|colorless}}} color}}; border: 2px solid #{{tcg {{{type|colorless}}} color dark}};">{{MS/HOME|{{{ndex|000}}}}}</div> <div class="roundy" style="background-image: linear-gradient(45deg, #FFF,#B7DDF1,#878CC5,#F1C6D7,#F5EF96,#FFF); color: #000; padding: 1rem; min-width: 75%; flex: 1"> <...")
  • 14:39, 18 August 2024 Lakelimbo talk contribs created page User:Lakelimbo/Cardtext/V-UNIONHeader (Created page with "<div style="margin: 0.25rem; display: flex; gap: 0.5rem 1rem; flex-wrap: wrap; align-items: center; justify-content: center"> <div style="border-radius: 100%; background-color: #{{tcg {{{type|colorless}}} color {{#switch: {{{class|none}}}|Rocket|Rocketex|Aqua|Magma|Galactic|Plasma|PlasmaEX|Dark|DarkV=dark|Light=light}}}}; border: 2px solid #000;">{{MS/HOME|{{{ndex|000}}}}}</div> <div class="roundy" style="background-color: #000; color: #fff; padding: 1rem; min-width: 75%...")
  • 14:36, 18 August 2024 Lakelimbo talk contribs created page User:Lakelimbo/Cardtext/V-UNIONFooter (Created page with "<div style="margin: 0.25rem; display: flex; gap: 0.5rem 1rem; flex-wrap: wrap; align-items: center; justify-content: center"> <div style="border-radius: 100%; background-color: #{{tcg {{{type|colorless}}} color {{#switch: {{{class|none}}}|Rocket|Rocketex|Aqua|Magma|Galactic|Plasma|PlasmaEX|Dark|DarkV=dark|Light=light}}}}; border: 2px solid #000;">{{MS/HOME|{{{ndex|000}}}}}</div> <div class="roundy" style="background-color: #000; color: #fff; padding: 1rem; min-width: 75%...")
  • 14:34, 18 August 2024 Lakelimbo talk contribs created page User:Lakelimbo/Cardtext/V (Created page with "<div style="margin: 0.25rem; display: flex; gap: 0.5rem 1rem; flex-wrap: wrap; align-items: center; justify-content: center"> <div style="border-radius: 100%; background-color: #{{tcg {{{type|colorless}}} color {{#switch: {{{class|none}}}|Rocket|Rocketex|Aqua|Magma|Galactic|Plasma|PlasmaEX|Dark|DarkV=dark|Light=light}}}}; border: 2px solid #000;">{{MS/HOME|{{{ndex|000}}}}}</div> <div class="roundy" style="background-color: #000; color: #fff; padding: 1rem; min-width: 75%...")
  • 14:32, 18 August 2024 Lakelimbo talk contribs created page User:Lakelimbo/Cardtext/Unown (Created page with "<div style="margin: 0.25rem; display: flex; gap: 0.5rem 1rem; flex-wrap: wrap; align-items: center; justify-content: center"> <div style="border-radius: 100%; background-color: #{{tcg psychic color}}; border: 2px solid #{{tcg psychic color dark}};">{{MS/HOME|201{{{letter|}}}}}</div> <div class="roundy" style="background-color: #{{tcg psychic color}}; color: #000; padding: 1rem; min-width: 75%; flex: 1"> <div>You may have up to 4 Basic Pokémon cards in your deck with U...")
  • 14:29, 18 August 2024 Lakelimbo talk contribs created page User:Lakelimbo/Cardtext/UltraBeast (Created page with "<div style="margin: 0.25rem; text-align: end"> <span style="padding: 0.25rem 1rem; font-size: 1rem; font-weight: bold; background-image: radial-gradient(#e02929, #110404); border: 2px solid #bb2d2d; color: #fff; width: fit-content; border-radius: 50px">''{{color|FFF|Ultra Beast}}''</span></div><noinclude>Category:TCG templates</noinclude><includeonly>Category:Ultra Beast cards</includeonly>")
  • 14:26, 18 August 2024 Lakelimbo talk contribs created page User:Lakelimbo/Cardtext/TM (Created page with "<div style="display: flex; gap: 0.5rem 1rem; flex-wrap: wrap; align-items: center; justify-content: center"> <div style="border-radius: 100%; background-color: #{{tcg {{{type|colorless}}} color}}; border: 2px solid #{{tcg {{{type|colorless}}} color dark}};">{{#if: {{{ndex|}}}|{{MS/HOME|{{{ndex|000}}}}}|[[File:{{{type|colorless}}}-attack.png|48px|link={{{type|Colorless}}} (TCG)]]}}</div> <div class="roundy" style="background-color: #{{tcg {{{type|colorless}}} color {{#swi...")
  • 14:24, 18 August 2024 Lakelimbo talk contribs created page User:Lakelimbo/Cardtext/Tera (Created page with "<div style="margin: 0.25rem; padding-top: 0.25rem; text-align: end"> <span style="padding: 0.25rem 1.5rem; font-size: 1rem; font-weight: bold; background-image: linear-gradient(45deg, #FFF,#B7DDF1,#878CC5,#F1C6D7,#F5EF96,#FFF); border: 2px solid #{{tcg {{{type|colorless}}} color dark}}; color: #000; width: fit-content; border-radius: 50px;">''Tera''</span> <div style="text-align: start ;display: flex; gap: 0.5rem 1rem; flex-wrap: wrap; align-items: center; justify-conten...")
  • 13:38, 18 August 2024 Lakelimbo talk contribs created page User:Lakelimbo/Cardtext/Team Plasma (Created page with "<div style="margin: 0.25rem; text-align: end"> <span style="padding: 0.25rem 1rem; font-size: 1rem; font-weight: bold; background-color: #014087; border: 2px solid #4871a7; color: #fff; width: fit-content; border-radius: 50px;">''Team Plasma''</span></div><noinclude>Category:TCG templates</noinclude>")
  • 13:35, 18 August 2024 Lakelimbo talk contribs created page User:Lakelimbo/Cardtext/TAG TEAM3 (Created page with "<div style="margin: 0.25rem; display: flex; gap: 0.5rem 1rem; flex-wrap: wrap; align-items: center; justify-content: center"> <div> <div style="border-radius: 100%; background-color: #{{tcg {{{type|colorless}}} color}}; border: 2px solid #FFD700; display: inline-block">{{MS/HOME|{{{ndex|000}}}}}</div> <div style="border-radius: 100%; background-color: #{{tcg {{{type|colorless}}} color}}; border: 2px solid #FFD700; display: inline-block">{{MS/HOME|{{{ndex2|000}}}}}</div>...")
  • 13:30, 18 August 2024 Lakelimbo talk contribs created page User:Lakelimbo/Cardtext/TAG TEAM2 (Created page with "<div style="margin: 0.25rem; display: flex; gap: 0.5rem 1rem; flex-wrap: wrap; align-items: center; justify-content: center"> <div> <div style="border-radius: 100%; background-color: #{{tcg {{{type|colorless}}} color}}; border: 2px solid #FFD700; display: inline-block">{{MS/HOME|{{{ndex|000}}}}}</div> <div style="border-radius: 100%; background-color: #{{tcg {{{type|colorless}}} color}}; border: 2px solid #FFD700; display: inline-block">{{MS/HOME|{{{ndex2|000}}}}}</div>...")
  • 13:24, 18 August 2024 Lakelimbo talk contribs created page User:Lakelimbo/Cardtext/TAG TEAM Ultra Beast (Created page with "<div style="margin: 0.25rem; display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; align-items: center"> <div style="padding: 0.25rem 1rem; font-size: 1rem; font-weight: bold; background-color: #ffd700; border: 2px solid #777103; color: #000; width: fit-content; border-radius: 50px">''TAG TEAM''</div> <div style="padding: 0.25rem 1rem; font-size: 1rem; font-weight: bold; background-image: radial-gradient(#e02929, #110404); border: 2px solid #bb2d2d;...")
  • 12:44, 18 August 2024 Lakelimbo talk contribs created page User:Lakelimbo/Cardtext/TAG TEAM (Created page with "<div style="padding: 0.25rem 1rem; margin: 0.25rem; font-size: 1rem; font-weight: bold; background-color: #ffd700; border: 2px solid #777103; color: #000; width: fit-content; border-radius: 50px">''TAG TEAM''</div><noinclude>Category:TCG templates</noinclude><includeonly>Category:Tag Team Pokémon-GX cards</includeonly>")
  • 12:38, 18 August 2024 Lakelimbo talk contribs created page User:Lakelimbo/Cardtext/SVex (Created page with "<div style="margin: 0.25rem; display: flex; gap: 0.5rem 1rem; flex-wrap: wrap; align-items: center; justify-content: center"> <div style="border-radius: 100%; background-color: #{{tcg {{{type|colorless}}} color {{#ifeq: {{{class|}}}|Rocket|dark}}}}; border: 2px solid #{{tcg {{{type|colorless}}} color dark}};">{{MS/HOME|{{{ndex|000}}}}}</div> <div class="roundy" style="background-color: #c8cbc8; color: #000; padding: 1rem; min-width: 75%; flex: 1"> <div style="font-weight...")
  • 12:35, 18 August 2024 Lakelimbo talk contribs created page User:Lakelimbo/Cardtext/Star (Created page with "<div style="margin: 0.25rem; display: flex; gap: 0.5rem 1rem; flex-wrap: wrap; align-items: center; justify-content: center"> <div style="border-radius: 100%; background-color: #{{tcg {{{type|colorless}}} color}}; border: 2px solid #FFD700;">{{MS/HOME|{{{ndex|001}}} s}}</div> <div class="roundy" style="background-color: #{{tcg {{{type|colorless}}} color}}; color: #000; padding: 1rem; min-width: 75%; flex: 1"> <div>You can't have more than 1 Pokémon ☆ (TCG)|{{color|0...")
  • 12:34, 18 August 2024 Lakelimbo talk contribs created page User:Lakelimbo/Cardtext/Single Strike (Created page with "<div style="padding: 0.25rem 0.5rem; text-align: end"> 110px|Single Strike </div><noinclude>Category:TCG templates</noinclude><includeonly>Category:Single Strike style cards</includeonly>")
  • 12:33, 18 August 2024 Lakelimbo talk contribs created page User:Lakelimbo/Cardtext/Shining (Created page with "<div style="margin: 0.25rem; display: flex; gap: 0.5rem 1rem; flex-wrap: wrap; align-items: center; justify-content: center"> <div style="border-radius: 100%; background-color: #{{tcg {{{type|colorless}}} color}}; border: 2px solid #FFD700;">{{MS/HOME|{{{ndex|001}}} s}}</div> <div class="roundy" style="background-color: #{{tcg {{{type|colorless}}} color}}; color: #000; padding: 1rem; min-width: 75%; flex: 1"> <div style="font-weight: bold; text-decoration: underline">''R...")
  • 12:31, 18 August 2024 Lakelimbo talk contribs created page User:Lakelimbo/Cardtext/RedGXAttack (Created page with "<div style="margin: 0.25rem"> <div class="roundy" style="padding: 0.25rem 0.75rem; background: radial-gradient(#e02929, #110404); text-align: center; font-weight: bold; display: flex; justify-content: center; gap: 1rem; align-items: center; color: #fff"> <div>{{#if: {{{cost|}}}|{{{cost}}}|{{e|None}}}}</div> <div style="flex: 1">{{{name|Do Nothing}}}<div lang="ja">{{tt|{{{jname|何もする}}}|{{{jtrans|No Action}}}}}</div></div> <div style="font-size: 1.25rem">{{{damage|...")
  • 12:28, 18 August 2024 Lakelimbo talk contribs created page User:Lakelimbo/Cardtext/RedGX (Created page with "<div style="margin: 0.25rem; display: flex; gap: 0.5rem 1rem; flex-wrap: wrap; align-items: center; justify-content: center"> <div style="border-radius: 100%; background-color: #{{tcg {{{type|colorless}}} color {{#ifeq: {{{class|}}}|Rocket|dark}}}}; border: 2px solid #{{tcg {{{type|colorless}}} color dark}};">{{MS/HOME|{{{ndex|000}}}}}</div> <div class="roundy" style="background: radial-gradient(#e02929, #110404); color: #fff; padding: 1rem; min-width: 75%; flex: 1"> <di...")
  • 12:27, 18 August 2024 Lakelimbo talk contribs created page User:Lakelimbo/Cardtext/Rapid Strike (Created page with "<div style="padding: 0.25rem 0.5rem; text-align: end"> 110px|Rapid Strike </div><noinclude>Category:TCG templates</noinclude><includeonly>Category:Rapid Strike style cards</includeonly>")
  • 12:23, 18 August 2024 Lakelimbo talk contribs created page User:Lakelimbo/Cardtext/Radiant (Created page with "<div style="margin: 0.25rem; display: flex; gap: 0.5rem 1rem; flex-wrap: wrap; align-items: center; justify-content: center"> <div style="border-radius: 100%; background-color: #{{tcg {{{type|colorless}}} color}}; border: 2px solid #FFD700;">{{MS/HOME|{{{ndex|001}}} s}}</div> <div class="roundy" style="background-color: #{{tcg {{{type|colorless}}} color}}; color: #000; padding: 1rem; min-width: 75%; flex: 1"> <div style="font-weight: bold; text-decoration: underline">''R...")
  • 12:19, 18 August 2024 Lakelimbo talk contribs created page User:Lakelimbo/Cardtext/Prism Star (Created page with "<div style="margin: 0.25rem; display: flex; gap: 0.5rem 1rem; flex-wrap: wrap; align-items: center; justify-content: center"> <div style="border-radius: 100%; background-color: #{{tcg {{{type|colorless}}} color}}; border: 2px solid #{{tcg {{{type|colorless}}} color dark}};">{{MS/HOME|{{{ndex|000}}}}}</div> <div class="roundy" style="background-image: linear-gradient(45deg, #FFF,#B7DDF1,#878CC5,#F1C6D7,#F5EF96,#FFF); color: #000; padding: 1rem; min-width: 75%; flex: 1"> <...")
  • 12:14, 18 August 2024 Lakelimbo talk contribs created page User:Lakelimbo/Cardtext/PrimalEX (Created page with "<div style="margin: 0.25rem; display: flex; gap: 0.5rem 1rem; flex-wrap: wrap; align-items: center; justify-content: center"> <div style="border-radius: 100%; background-color: #{{tcg {{{type|colorless}}} color}}; border: 2px solid #c49923;">{{MS/HOME|{{{ndex|000}}}}}</div> <div class="roundy" style="background-color: #c49923; color: #000; padding: 1rem; min-width: 75%; flex: 1"> <div style="font-weight: bold; text-decoration: underline">''Primal Reversion'' Rule</div> <...")
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)