Jump to content

User contributions for Louis

A user with 261 edits. Account created on 3 January 2025.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

12 February 2025

11 February 2025

8 February 2025

4 February 2025

2 February 2025

1 February 2025

31 January 2025

30 January 2025

  • 23:1823:18, 30 January 2025 diff hist +6,712 N LG Television sale of personal data Created page with "{{Infobox Incident | title = LG G3 OLED Default Data Collection | image = LG_G3_OLED_Privacy_Settings.jpg | caption = Privacy settings on the LG G3 OLED. By default, data collection is enabled. | date = 2024 | company = LG Electronics | industry = Consumer Electronics, Smart TVs | consumer_rights_violated = Privacy, Data Ownership }} ==Summary== File:LG G3 oled privacy settings.png|alt=The LG G3 OLED defaults to a setting of "do not sell my personal information" b..." Tag: 2017 source edit
  • 21:5721:57, 30 January 2025 diff hist +167 N File:LG G3 oled privacy settings.png No edit summary current
  • 07:1107:11, 30 January 2025 diff hist +46 N Koi fish Fishy current Tag: Visual edit
  • 07:1007:10, 30 January 2025 diff hist +8 N File:Fishy.jpg No edit summary current
  • 05:3905:39, 30 January 2025 diff hist +93 N Scribunto Test Page Created page with "Testing our calculator: 2 + 2 = {{#invoke:Test|add|2|2}} 5 + 10 = {{#invoke:Test|add|5|10}}" current Tag: 2017 source edit
  • 05:3905:39, 30 January 2025 diff hist +200 N Module:Test Created page with "local p = {} function p.add(frame) local num1 = tonumber(frame.args[1]) or 0 local num2 = tonumber(frame.args[2]) or 0 return num1 + num2 .. " (this was calculated by Lua!)" end return p" current
  • 05:3705:37, 30 January 2025 diff hist +354 N Help:Lua Troubleshooting Created page with "= Common Lua Problems and Solutions = == Error Messages == * "Script error" - Check syntax and function names * "Nil value" - Make sure all variables exist * "Time limit exceeded" - Your code might be too complex == Getting Help == 1. Check the error message 2. Look at similar modules 3. Ask on the discussion page 4. Tag your question with "Lua help"" current Tag: 2017 source edit
  • 05:3705:37, 30 January 2025 diff hist +451 N Help:Module Workflow Created page with "= How to Create a New Module = 1. Plan your module * Decide what it should do * Choose a clear name * List the functions needed 2. Create the module * Go to Module:YourModuleName * Click "Create" * Add your Lua code 3. Test it * Use the sandbox page * Try different inputs * Check for errors 4. Document it * Create Module:YourModuleName/doc * Explain how to use it * Add examples 5. Ask for help * Use the discussion page * Tag experienced users" current Tag: 2017 source edit
  • 05:3605:36, 30 January 2025 diff hist +190 N Consumer Action Taskforce:Lua Sandbox Created page with "= Lua Testing Area = Test your Lua code here before using it in production. == Test Area 1 == {{#invoke:Welcome|greet|Test User}} == Your Tests == Add your test code below this line: ----" current Tag: 2017 source edit
  • 05:3505:35, 30 January 2025 diff hist +311 N Help:Lua Quick Reference Created page with "= Common Lua Tasks = == Text Formatting == Make text uppercase: {{#invoke:Format|uppercase|your text here}} Create a bullet list: {{#invoke:List|bulletList|First item|Second item|Third item}} == Tips == * Always test your modules in a sandbox first * Use clear function names * Comment your code for others" current Tag: 2017 source edit
  • 05:3405:34, 30 January 2025 diff hist +228 N Module:List Created page with "local p = {} function p.bulletList(frame) local items = frame.args local output = '\n' for i, item in pairs(items) do output = output .. '* ' .. item .. '\n' end return output end return p"
  • 05:3405:34, 30 January 2025 diff hist +210 N Module:Format Created page with "local p = {} function p.uppercase(frame) local text = frame.args[1] or '' return text:upper() end function p.lowercase(frame) local text = frame.args[1] or '' return text:lower() end return p" current
  • 05:3305:33, 30 January 2025 diff hist +144 N Module:Welcome welcome module testing lua and scribunto current
  • 01:4601:46, 30 January 2025 diff hist +336 N Help:Lua modules testing scribunto lua stuff current Tag: 2017 source edit
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)