All public logs

From The Seven Sages of Rome

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

Logs
  • 11:51, 13 March 2025 Noeth talk contribs created page Module:EmbeddedStoryCollector (Created page with "-- Module: EmbeddedStoryCollector local p = {} function p.getStories(frame) local stories = {} -- Find all EmbeddedStory templates in the page content local content = mw.title.getCurrentTitle():getContent() for story in content:gmatch("{{EmbeddedStory.-}}") do table.insert(stories, story) end return table.concat(stories, "\n") end return p")