Toggle menu
Toggle preferences menu
Toggle personal menu
Et ole kirjautunut
Your IP address will be publicly visible if you make any edits.

Kaikki julkiset lokit

Lisää toimintoja

Tämä on yhdistetty Sarastus Wikin lokien näyttö. Voit rajoittaa listaa valitsemalla lokityypin, käyttäjän tai sivun johon muutos on kohdistunut. Jälkimmäiset ovat kirjainkokoherkkiä.

Lokit
  • 11. joulukuuta 2024 kello 23.46 Virankannos keskustelu muokkaukset loi sivun Moduuli:ListCategoryPages (Ak: Uusi sivu: local p = {} function p.listPagesInCategory(frame) -- Name of the category to list pages from local categoryName = frame.args.category or "ExampleCategory" -- Ensure the category starts with "Category:" if not categoryName:match("^Category:") then categoryName = "Category:" .. categoryName end -- Get the category object local category = mw.title.new(categoryName) if not category or not category.exists then return "The cat...)