All public logs
Combined display of all available logs of Forsaken Saga Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:13, 13 June 2024 176.40.36.35 talk created page Template:Ref/doc (Created page with "This template is used to add reference sources from the novels, short stories, for this purpose it is used just like the Wikipedia <code><nowiki><ref></nowiki></code> tag, only using standardised format, grouping references to the same source, to avoid excessive long reference list spam. ==Usage== Use the following codes to reference the respective work: {| class="wikitable" |- ! colspan="2" | ''Forsaken Saga'' |- | {{code|WoW}} || ''...")
- 09:10, 13 June 2024 176.40.36.35 talk created page Template:Ref (Created page with "<includeonly><!-- Using #tag to avoid the ref breaking parse numbering in templates. Next part parse book and chapters. -->{{#tag:ref|{{Ref/core|{{{1|}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}}}<!-- -- Invoke a named footnote. It is what groups the ref's together. It is case sensitive and cannot start with a number, thus the R. -->|name=R{{lc:{{{1}}}{{{2}}}{{{3}}}{{{4}}}}} }}</includeonly><noinclude>{{documentation}}</noinclude>")
- 09:09, 13 June 2024 176.40.36.35 talk created page Module:Listify (Created page with "return function (str) str = str or "" str = mw.ustring.gsub(str, "<br%s*>", "\n") str = mw.ustring.gsub(str, "<BR%s: *>", "\n") str = mw.ustring.gsub(str, "^%*", "\n") str = mw.ustring.gsub(str, "\n%*", "\n") local t = {} for s in mw.ustring.gmatch(str, "([^\n]+)") do table.insert(t, s) end return t end")
- 09:09, 13 June 2024 176.40.36.35 talk created page Module:Ul (Created page with "local getArgs = require('Module:Arguments').getArgs local p = {} function p.main(frame) local args = getArgs(frame) local class = args['class'] local style = args['style'] local ul = mw.html.create('ul') if class ~= nil then ul:addClass(class) end if class ~= nil then ul:cssText(style) end for _, v in ipairs(args) do if v then ul:tag('li'):wikitext(v) end end return tostring(ul) end return p")
- 09:08, 13 June 2024 176.40.36.35 talk created page Template:Infobox value (Created page with "{{#invoke:Singular-plural|value}}")
- 09:08, 13 June 2024 176.40.36.35 talk created page Module:Singular-plural (Created page with "local getArgs = require('Module:Arguments').getArgs local ul = require('Module:Ul').main local listify = require('Module:Listify') local p = {} function p.label(frame) local args = getArgs(frame) local singular = args['singular'] or args['s'] local plural = args['plural'] or args['p'] local items = listify(args[1]) if #items == 1 then return singular else return plural end end function p.value(frame) local args = getArgs(frame) local class =...")
- 09:07, 13 June 2024 176.40.36.35 talk created page Template:Infobox label (Created page with "{{#invoke:Singular-plural|label}}")
- 09:06, 13 June 2024 176.40.36.35 talk created page Module:Coa/data (Created page with "return { -- ------ -- HOUSES -- ------ Ross = { file = "House Ross.png", page = "House Ross", }, Brock = { file = "House Brock.png", page = "House Brock", }, amber = { page = "House Amber", }, ambrose = { file = "House Ambrose.svg", page = "House Ambrose", }, appleton = { file = "House Appleton.svg", page = "House Appleton", }, arryn = { file = "House Arryn.svg", page = "House Arryn", }, arryngul...")
- 09:04, 13 June 2024 176.40.36.35 talk created page Module:Coa/core (Created page with "local getArgs = require('Module:Arguments').getArgs local data = mw.loadData('Module:Coa/data') local p = {} local function find_key(key) key = mw.ustring.lower(key) -- make lowercase local patterns = { -- "^%[%[file:", -- "%|.*%]%]$", -- "^house ", -- "^coin of", -- "%.png$", -- "%.svg$", -- "%.jpe?g$", } for _, pattern in pairs(patterns) do -- remove some words key = mw.ustring.gsub(key, pattern, "") end local patterns2 =...")
- 09:03, 13 June 2024 176.40.36.35 talk created page Module:Roman/doc (Created page with "See wikipedia:Module:Roman/doc. <includeonly> Category:Modules </includeonly>")
- 09:03, 13 June 2024 176.40.36.35 talk created page Module:Roman (Created page with "local getArgs = require('Module:Arguments').getArgs -- This module implements {{Roman}}. local p = {} -- This function implements the {{overline}} template. local function overline(s) return mw.ustring.format( '<span style="text-decoration:overline;">%s</span>', s ) end -- Gets the Roman numerals for a given numeral table. Returns both the string of -- numerals and the value of the number after it is finished being processed. local function getLetters(num, t)...")
- 09:03, 13 June 2024 176.40.36.35 talk created page Module:Separated entries (Created page with "-- This module takes positional parameters as input and concatenates them with -- an optional separator. The final separator (the "conjunction") can be -- specified independently, enabling natural-language lists like -- "foo, bar, baz and qux". The starting parameter can also be specified. local compressSparseArray = require('Module:TableTools').compressSparseArray local p = {} function p._main(args) local separator = args.separator -- Decode (convert to Unicode) HT...")
- 09:02, 13 June 2024 176.40.36.35 talk created page Module:Infobox character/name (Created page with "local getArgs = require('Module:Arguments').getArgs local yesno = require('Module:Yesno') local infobox_image = require('Module:InfoboxImage').InfoboxImage local br = require('Module:Separated entries').br local roman = require('Module:Roman').main local coa = require('Module:Coa/core').main local function split(inputstr, sep) -- This function splits a string by the given separating character sep = sep or '%s' local t = {} for field, s in mw.ustring.gmatch(input...")
- 03:55, 10 June 2024 176.88.151.175 talk created page Template:Work color/doc (Created page with "==Usage== Template defining standard colors for the separate works in the ASoIaF world. Colors are returned as hex triplets. Usage: <tt><nowiki>{{</nowiki>{{PAGENAME}} | ''name of work''<nowiki>}}</nowiki></tt> Example: <tt><nowiki><span style="background-color:{{work color|AGoT}}">A Game of Thrones</span></nowiki></tt> → <span style="background-color:{{work color|AGoT}}">A Game of Thrones</span> Current ASoIaF book colors are picked from the...")
- 03:55, 10 June 2024 176.88.151.175 talk created page Template:Work color (Created page with "{{#switch: {{{1}}} | Winds of Night | WOW = rgb(2, 126, 177) | A Clash of Kings | ACoK = rgb(239, 175, 51) | A Storm of Swords | ASoS = rgb(35, 135, 75) | A Feast for Crows | AFfC = rgb(213, 70, 30) | A Dance with Dragons | ADwD = rgb(230, 230, 230)}}<noinclude>{{Documentation}}</noinclude>")
- 03:49, 10 June 2024 176.88.151.175 talk created page Module:InfoboxImage/doc (Created page with "See wikipedia:Module:InfoboxImage/doc. <includeonly> Category:Meta-modules </includeonly>")
- 03:48, 10 June 2024 176.88.151.175 talk created page Module:InfoboxImage (Created page with "-- Inputs: -- image - Can either be a bare filename (with or without the File:/Image: prefix) or a fully formatted image link -- page - page to display for multipage images (DjVu) -- size - size to display the image -- maxsize - maximum size for image -- sizedefault - default size to display the image if size param is blank -- alt - alt text for image -- title - title text for image -- border - set to yes if border -- center - set to yes, if th...")
- 03:47, 10 June 2024 176.88.151.175 talk created page Template:Roman (Created page with "{{{{{|safesubst:}}}#ifeq:{{{{{|safesubst:}}}#expr: {{{1}}} > 4999999}} | 1 |{{{2|N/A}}}| {{{{{|safesubst:}}}#ifeq: {{{{{|safesubst:}}}#expr: {{{1}}} > 4999}} | 1 |{{{{{|safesubst:}}}overline|{{{{{|safesubst:}}}Roman/2|{{{{{|safesubst:}}}#expr: ({{{1}}} - {{{1}}} mod 5000) div 1000}}}}}}|}}{{{{{|safesubst:}}}#switch:{{{{{|safesubst:}}}#expr: ({{{1}}} div 1000) mod 5}}|0=|4=MMMM|3=MMM|2=MM|1=M}}{{{{{|safesubst:}}}#switch:{{{{{|safesubst:}}}#expr: ({{{1}}} div 100) mod 10}}...")
- 03:41, 10 June 2024 176.88.151.175 talk created page The Lost Ones (Chapter) (Created page with "__NOTOC__ {{Infobox Chapter AGoT | pov = Bran Stark | place = Hills north of Winterfell | title = Bran I | page = | previous = Prologue | current = Bran I | next = Catelyn I | arc previous = | arc next = Bran II }} Princess Lena Ross prays in the Grand Daias Temple for her ailing mother, Queen Alissa...")
- 03:32, 28 May 2024 Harrigton talk contribs created page Template:Infobox Chapter (Created page with "{{Infobox | bodystyle = | titlestyle = | title = | abovestyle = background-color:{{Work color|{{{book title}}}}} | above = {{#if:{{{title|}}}|{{{title}}}|{{{pov}}} {{Roman|{{{pov count}}}}}}} | subheaderstyle = | subheader = ''[[{{{book title}}}]]'' chapter | imagestyle = | captionstyle = | image = {{#invoke:InfoboxImage | InfoboxImage | image={{{book cover}}} | size=220px | maxsize=300px | sizedefault=frameless...")
- 03:32, 28 May 2024 Harrigton talk contribs created page Template:Infobox Chapter WON (Created page with "{{Infobox Chapter | book title = Winds of Night | book cover = File:Winds_of_Winter_Cover.jpg{{!}}link=Winds of Night (Book) | pov = {{{pov}}} | place = {{{place|}}} | title = {{{title|}}} | page = {{{page}}} <small>US HC</small> | previous = {{{previous|}}} | current = {{{current}}} | next = {{{next|}}} | arc previous = {{{arc previous|}}} | arc next = {{{arc next|}}} }}<noinclude> ===Usage=== <pre> {{Infobox Chapter WON | pov = | place = | title...")
- 03:29, 28 May 2024 Harrigton talk contribs created page Winds of Winter-Chapter 1 (Created page with "__NOTOC__ {{Infobox Chapter AGoT | pov = Bran Stark | place = Hills north of Winterfell | title = Bran I | page = | previous = Prologue | current = Bran I | next = Catelyn I | arc previous = | arc next = Bran II }} Lord Eddard Stark dispenses justice to a Night's Watch deserter. When they are...")
- 03:16, 28 May 2024 Harrigton talk contribs created page Module:TableTools/doc (Created page with "See wikipedia:Module:TableTools/doc. <includeonly> Category:Meta-modules </includeonly>")
- 03:16, 28 May 2024 Harrigton talk contribs created page Module:TableTools (Created page with "--[[ ------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should -- -- not be called directly from #invoke....")
- 03:15, 28 May 2024 Harrigton talk contribs created page Template:Main other (Created page with "{{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {{#ifeq:{{NAMESPACE}}|{{ns:0}} | main | other }} }} | main = {{{1|}}} | other | #default = {{{2|}}} }}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage; interwikis go to Wikidata, thank you! --> </noinclude>")
- 03:14, 28 May 2024 Harrigton talk contribs created page Template:Lorem ipsum (Created page with "{{#ifexpr:{{{1|1}}}>0|{{{2|}}}{{#ifeq:{{{link|}}}{{{4|}}}|yes|Lorem ipsum|Lorem ipsum}} dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culp...")
- 03:14, 28 May 2024 Harrigton talk contribs created page File:Filing cabinet.png
- 03:14, 28 May 2024 Harrigton talk contribs uploaded File:Filing cabinet.png
- 03:13, 28 May 2024 Harrigton talk contribs created page Template:Clear/doc (Created page with "== Description == This template makes content wait until existing content is completed in all columns. It is often used to prevent text from flowing next to unrelated images. == Usage == * {{tl|clear}} — adds <code><div style="clear:both;"></div></code> * {{tl|clear|left}} — adds <code><div style="clear:left;"></div></code> * {{tl|clear|right}} — adds <code><div style="clear:right;"></div></code> For technical details, see Tem...")
- 03:13, 28 May 2024 Harrigton talk contribs created page Template:Clear (Created page with "<div style="clear:{{{1|both}}};"></div><noinclude> {{documentation}} {{PAGENAME}}</noinclude>")
- 03:12, 28 May 2024 Harrigton talk contribs created page Module:List/doc (Created page with "{{documentation | content =Implements the {{tl|hlist}} template and other list templates. Code from wikipedia:Module:List.}}<includeonly> Category:Modules</includeonly>")
- 03:12, 28 May 2024 Harrigton talk contribs created page Module:List (Created page with "-- This module outputs different kinds of lists. At the moment, bulleted, -- unbulleted, horizontal, ordered, and horizontal ordered lists are supported. local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] = true, ['ordered'] = true, ['horizontal_ordered'] = true } function p.makeListData(listType, ar...")
- 03:11, 28 May 2024 Harrigton talk contribs created page Chapters (Created page with "__NOTOC__ <div style="position:relative;height:120px;overflow:hidden">x119px|link=<div style="position:absolute;max-width:100%; left:500px; top:30px; font-size:120%;">{{hlist| | Books | Characters | History | Culture | Chapter summaries | Geography | Houses | TV Series}...")
- 02:49, 28 May 2024 Harrigton talk contribs created page MediaWiki:Gadgets-definition (Created page with "* ReferenceTooltips[ResourceLoader|default|type=general]|ReferenceTooltips.js|ReferenceTooltips.css")
- 02:49, 28 May 2024 Harrigton talk contribs created page MediaWiki:Gadget-ReferenceTooltips.js (Created page with "// See mw:Reference Tooltips // Source https://en.wikipedia.org/wiki/MediaWiki:Gadget-ReferenceTooltips.js $( function () { var settings, settingsString, $footer, enabled, delay, isTouchscreen, settingsMenu; if ( window.pg ) { return; } function toggleRT( enable ) { mw.loader.using( 'jquery.cookie', function () { $.cookie( 'RTsettings', ( enable ? '1' : '0' ) + '|' + settings[ 1 ] + '|' + settings[ 2 ], { path: '/', expires: 90 } ); location.reload()...")
- 02:48, 28 May 2024 Harrigton talk contribs created page MediaWiki:Gadget-ReferenceTooltips.css (Created page with "See mw:Reference Tooltips: .referencetooltip { position: absolute; list-style: none; list-style-image: none; opacity: 0; font-size: 12px; margin: 0; z-index: 5; padding: 0; } .referencetooltip > li { background: #fff; border: 1px solid #bbb; -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2); -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2); box-shadow: 0 0 10px rgba(0,0,0,0.2); margin: 0; padding: 8px 10px; l...")
- 02:47, 28 May 2024 Harrigton talk contribs created page MediaWiki:Gadget-ReferenceTooltips (Created page with "Reference Tooltips: hover over inline citations to see reference information without moving away from the article text (does not work if "Navigation popups" is enabled above)")
- 02:45, 28 May 2024 Harrigton talk contribs created page MediaWiki:Iceandfire.css (Created page with "a.new, #p-personal a.new { color: #900000; border-bottom: thin dashed #900000; cursor: help; }")
- 02:44, 28 May 2024 Harrigton talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: * Collapsible tables ********************************************************* * * Description: Allows tables to be collapsed, showing only the header. See * http://www.mediawiki.org/wiki/Manual:Collapsible_tables. * Maintainers: en:User:R. Koot: var autoCollapse = 2; var collapseCaption = 'hide'; var expandCaption = 'show'; function collapseTable( tableIn...")
- 02:43, 28 May 2024 Harrigton talk contribs created page MediaWiki:Sidebar (Created page with "* navigation ** mainpage|mainpage-description ** randompage-url|randompage * Interaction ** helppage|help ** portal-url|portal ** recentchanges-url|recentchanges")
- 02:26, 28 May 2024 Harrigton talk contribs created page File:Winds of Winter Cover.jpg
- 02:26, 28 May 2024 Harrigton talk contribs uploaded File:Winds of Winter Cover.jpg
- 01:37, 28 May 2024 Harrigton talk contribs created page Template:Citation error (Created page with "<includeonly><span class="error">Error: {{{1|an error occurred}}}{{#if:{{{2|}}}| when using {{tl|{{{2}}}}}}}</span>{{#ifeq:{{{nocat|}}}|true||{{Namespace detect showall|1={{PAGENAME}}|2=τ{{PAGENAME}}|main=1|category=2|file=2|help=2|template=2}}}}</includeonly><noinclude>{{Documentation}}{{EnWP|Citation error}}Category:Templates</noinclude>")
- 01:36, 28 May 2024 Harrigton talk contribs created page Template:Citation/make link (Created page with "{{#if:{{{1|}}} |[{{{1}}} {{{2}}}] |{{{2}}} }}<noinclude><!-- Code notes (here so that people /read/ it) 1. Parameter #2 is always nonempty when called from {{Citation/core}}. 2. It's up to {{Citation/core}} to stop italicized "'foo' & 'bar'" from becoming "'''foo' & 'bar'''". Citation/core does this by having a <nowiki></nowiki> at both beginning and end of the call to this template. Since this is only needed once, it's more efficient to do it in {{C...")
- 01:36, 28 May 2024 Harrigton talk contribs created page Template:Citation/core (Created page with "<span class="citation {{{Citation class|{{{Citation type|}}}}}}" {{ #switch:{{{Ref|}}} ||none = |#default = id="{{anchorencode:{{{Ref}}}}}" |harv = {{#if:{{{Surname1|}}}{{{EditorSurname1|}}} |id="CITEREF{{anchorencode:{{#if:{{{Surname1|}}} |{{{Surname1}}}{{{Surname2|}}}{{{Surname3|}}}{{{Surname4|}}} |{{{EditorSurname1|}}}{{{EditorSurname2|}}}{{{EditorSurname3|}}}{{{EditorSurname4|}}} }}{{{Year|{{{Date|}}}}}}}}" }} }}>{{ <!--============ Aut...")
- 01:35, 28 May 2024 Harrigton talk contribs created page Template:Cite web (Created page with "<includeonly>{{Citation/core |Citation class=web |Surname1 = {{{last|{{{surname|{{{last1|{{{surname1|{{{author1|{{{author|{{{authors|}}}}}}}}}}}}}}}}}}}}} |Surname2 = {{{last2|{{{surname2|{{{author2|}}}}}}}}} |Surname3 = {{{last3|{{{surname3|{{{author3|}}}}}}}}} |Surname4 = {{{last4|{{{surname4|{{{author4|}}}}}}}}} |Surname5 = {{{last5|{{{surname5|{{{author5|}}}}}}}}} |Surname6 = {{{last6|{{{surname6|{{{author6|}}}}}}}}} |Surname7 = {{{last7|{{{surname7|{...")
- 01:35, 28 May 2024 Harrigton talk contribs created page Template:EnWP (Created page with "{{#if:{{{small|}}}| This page uses content from the English '''Wikipedia'''. The original content was at '''[[Wikipedia:{{{1}}}|{{{1}}}]]'''{{#if:{{{2|}}}|, '''[[Wikipedia:{{{2}}}|{{{2}}}]]'''}}{{#if:{{{3|}}}|, '''[[Wikipedia:{{{3}}}|{{{3}}}]]'''}}{{#if:{{{4|}}}|, '''[[Wikipedia:{{{4}}}|{{{4}}}]]'''}}. The list of authors can be seen in the [http://en.wikipedia.org/w{{localurl:{{{1}}}|action=history}} '''page history'''] of {{{1}}}{{#if:{{{2|}}}|,...")
- 01:34, 28 May 2024 Harrigton talk contribs created page Template:Code/doc (Created page with "This template wraps text in {{code|<code>}} tags. ==Usage== {{code|{{tl|code|<your code here>}}}} produces: {{code|<your code here>}}. ==Known issue== You must use {{code|<}} and {{code|>}} instead of {{code|<}} and {{code|>}} if you want to write {{code|<code>}} or {{code|<nowiki>}}. <includeonly> Category:Templates </includeonly>")
- 01:33, 28 May 2024 Harrigton talk contribs created page Template:Code (Created page with "<includeonly>{{#tag:code|{{{1}}}}}</includeonly><noinclude>{{documentation}} </noinclude>")
- 01:33, 28 May 2024 Harrigton talk contribs created page Template:References/doc (Created page with "This template creates a formatted list of references defined by {{code|<ref>}} tags and the {{code|{{tl|ref}}}} template, within the body of the article. ==Syntax== * {{code|<nowiki>{{references}}</nowiki>}}: Adds a simple reference list. * {{code|<nowiki>{{references|X}}</nowiki>}}: Adds a reference list separated in {{code|X}} columns. **Note that the columns are minimum 150px wide by default. This can be overwritten with the {{code|colw...")