All public logs
From Seven Sages of Rome
Combined display of all available logs of 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).
- 19:52, 13 November 2024 Noeth talk contribs created page Module:CopyEmbeddedStories (Created page with "-- Module:CopyTemplates local p = {} -- Helper function to extract all EmbeddedStory templates from text local function extractEmbeddedStories(text) local stories = {} -- Match all EmbeddedStory templates for story in mw.ustring.gmatch(text, "{{EmbeddedStory.-}}") do table.insert(stories, story) end return stories end -- Helper function to append templates to a page local function appendToPage(title, templates) local page = mw.title.new(...")