Jump to content

User contributions for LIMAFOX76

A user with 140 edits. Account created on 1 August 2025.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

27 October 2025

  • 21:3721:37, 27 October 2025 diff hist +566 N Template:Documentation/preload Created page with "<noinclude><!-- This code must be kept in sync with that at Wikipedia:Template documentation#How to create a documentation subpage. --></noinclude>{{Documentation subpage}} == Usage == <include<includeonly></includeonly>only>{{Sandbox other|| <!-- Categories below this line --> }}</include<includeonly></includeonly>only><noinclude> {{Documentation|content= {{Preload notice|Module:Documentation}} This page contains the default wikitext that appears when an..." current
  • 21:3321:33, 27 October 2025 diff hist +745 N Module:Yesno Created page with "-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then return nil elseif val == true or val == 'yes' or val == 'y' or val =..." current
  • 21:1721:17, 27 October 2025 diff hist +1,703 N Template:Documentation subpage Created page with "<includeonly><!-- -->{{#ifeq:{{lc:{{SUBPAGENAME}}}} |{{{override|doc}}} | <!--(this template has been transcluded on a /doc or /{{{override}}} page)--> </includeonly><!-- -->{{#ifeq:{{{doc-notice|show}}} |show | {{Mbox | type = notice | style = margin-bottom:1.0em; | image = 40px|alt=icon | text = {{strong|This is a documentation..." current

26 October 2025

25 October 2025

24 October 2025

3 August 2025

2 August 2025

1 August 2025

  • 20:3020:30, 1 August 2025 diff hist +2,807 N Module:Episode Created page with "local data = require("Module:Episode/data") local p = {} -- Function 1: Get full episode link from key function p.getEpisode(frame) local key = string.lower(frame.args[1] or "") local entry = data[key] if not entry then return "Episode not found" end local ns, link, title = unpack(entry) -- If namespace is empty or nil, omit it if ns == "" or ns == nil then return string.format("%s", link, title) else ret..."
  • 20:2920:29, 1 August 2025 diff hist +336 N Module:Episode/data Created page with "--[[ This module will use its input to have the full link for an episode or a film: - 1 = Namespace (Main for the films, Episode, Graphic Novel, or Webisode) - 2 = Link inside the wiki (episode, webisode, graphic novel or film name) - 3 = Title as it appears on the screen with the quotes (American English standard) ]]-- return { }"
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)