All public logs
Combined display of all available logs of The Unofficial Isekai:Slow Life Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:29, 5 July 2025 FaeriMagic talk contribs created page Module:StoryLine (Created page with "local p = {} function p.render(frame) local args = frame:getParent().args local actorNPC = args.actorNPC local actorAlias = args.actorAlias local actorLink = args.actorLink local actor = args.actor local line = args.line or "" local speaker = "" if actorNPC and actorNPC ~= "" then speaker = actorNPC elseif actorAlias and actorAlias ~= "" and actorLink and actorLink ~= "" then speaker = '' .. actorAlias .. '' elseif actorAlias and...")