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).
- 03:18, 27 June 2024 Harrigton talk contribs created page Module:Protection banner (Created page with "-- This module implements {{pp-meta}} and its daughter templates such as -- {{pp-dispute}}, {{pp-vandalism}} and {{pp-sock}}. -- Initialise necessary modules. require('strict') local makeFileLink = require('Module:File link')._main local effectiveProtectionLevel = require('Module:Effective protection level')._main local effectiveProtectionExpiry = require('Module:Effective protection expiry')._main local yesno = require('Module:Yesno') -- Lazily initialise modules and...")
- 03:14, 27 June 2024 Harrigton talk contribs created page Template:Pre/doc (Created page with "{{Documentation subpage}} {{Uses TemplateStyles|Template:Pre/styles.css}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> This template implements a version of the functionality provided by the HTML {{tag|pre|o}} tag. ===TemplateData=== <templatedata> { "description": "This template implements a version of the functionality provided by the HTML <pre> tag.", "params": { "1": { "label": "Text", "type": "string", "description": "T...")
- 03:14, 27 June 2024 Harrigton talk contribs created page Template:Pre (Created page with "<templatestyles src="Pre/styles.css"/><pre<includeonly></includeonly> class="pre {{#ifeq:{{{border|}}}|no|pre-borderless}}" {{#if:{{{space|}}}{{{width|}}}{{{style|}}}|style="{{#if:{{{space|}}}|white-space: {{{space}}};}} {{#if:{{{width|}}}|width: {{{width}}};}} {{{style|}}}"}}><!-- -->{{#if:{{{1|}}}|{{{1}}}<noinclude>|Sample text</noinclude>}}<!-- -->{{#if:{{{2|}}}|{{!}}{{{2}}}}}<!-- -->{{#if:{{{3|}}}|{{!}}{{{3}}}}}<!-- -->{{#if:{{{4|}}}|{{!}}{{{4}}}}}<!-- -->{{#if:{{{5|...")
- 03:14, 27 June 2024 Harrigton talk contribs created page Template:Module rating/doc (Created page with "{{Documentation subpage}} <!-- Categories go at the bottom of this page and interwikis go in Wikidata. --> This template is used to rate Lua modules by quality. It is placed at the top of the module's /doc subpage. It produces a message informing users about the rating system, and it also places the module into a tracking category. == Usage == Basic usage: {{pre|{{tlx|module rating|''rating''}}}} Without categories: {{pre|{{tlx|module rating|''rating''|3...")
- 03:14, 27 June 2024 Harrigton talk contribs created page Template:Module rating (Created page with "<includeonly>{{#ifeq:{{SUBPAGENAME}}|doc|<!--do not show protection level of the module on the doc page, use the second and optionally third parameter if the doc page is also protected -->{{#if:{{{2|}}}|{{Pp|{{{2}}}|action={{{3|}}}}}}}|{{Module other|{{ombox | type = notice | image = {{#switch: {{{1|}}} | pre-alpha | prealpha | pa = 40x40px|link=|alt=Pre-alpha | alpha | a = File:Greek lc alph...")
- 03:13, 27 June 2024 Harrigton talk contribs created page Module:Transclusion count/doc (Created page with "{{Module rating |beta}} {{high-use}} Fetches usage data for highly-transcluded templates. Uses bot-updated values from subpages of Module:Transclusion_count/data/ when available. == Usage == <code><nowiki>{{</nowiki>#invoke:{{BASEPAGENAME}}|fetch|''number of transclusions''|''use + notation''|all-pages=|demo=}}</code> * ''<code>number of transclusions</code>'': is a static number of times the template has been tr...")
- 03:13, 27 June 2024 Harrigton talk contribs created page Module:Transclusion count (Created page with "local p = {} function p.fetch(frame) local template = nil local return_value = nil -- Use demo parameter if it exists, otherswise use current template name local namespace = mw.title.getCurrentTitle().namespace if frame.args["demo"] and frame.args["demo"] ~= "" then template = mw.ustring.gsub(frame.args["demo"],"^[Tt]emplate:","") elseif namespace == 10 then -- Template namespace template = mw.title.getCurrentTitle().text elseif namespace == 828 then -- Modu...")
- 03:12, 27 June 2024 Harrigton talk contribs created page Template:Pp-template/doc (Created page with "{{Documentation subpage}} {{High-use}} {{Twinkle standard installation}} {{Lua|Module:Protection banner}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE. --> This is the {{tl|pp-template}} protection notice. It is used on protected templates and on protected file (image) pages. This template does not show on pages that are not protected; instead, it reports an error. Please note that only administrators can protect pa...")
- 03:12, 27 June 2024 Harrigton talk contribs created page Template:Pp-template (Created page with "<includeonly>{{#invoke:Protection banner|main}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 03:12, 27 June 2024 Harrigton talk contribs created page Template:TOC left/styles.css (Created page with "{{pp-template}}: @media all and (max-width: 720px) { .tocleft { width: 100% !important; override inline width: } } @media all and (min-width: 720px) { .tocleft { float: left; clear: left; width: auto; margin: 0 1em 0.5em 0; } body.skin-vector-2022 .tocleft { Vector 2022 doesn't have an inline ToC, so ensure it's 0x0 sized: margin: 0; } .tocleft-clear-both { clear: both; } .tocleft-clear-none { clear: none; } }")
- 03:09, 27 June 2024 Harrigton talk contribs created page Module:High-use/doc (Created page with "{{Module rating|release}} {{High-use}} {{Lua|Module:Effective protection level|Module:Message box|Module:Transclusion count|Module:Yesno}} Implements {{tl|High-use}}. Uses bot-updated values from subpages of Module:Transclusion_count/data/ when available. == Usage == {{Mlx|High-use|main|1{{=}}''number of transclusions''|2{{=}}''discussion page, or use + notation''|info{{=}}|demo{{=}}|form{{=}}|expiry{{=}}}} * ''...")
- 03:09, 27 June 2024 Harrigton talk contribs created page Module:High-use (Created page with "local p = {} -- _fetch looks at the "demo" argument. local _fetch = require('Module:Transclusion_count').fetch local yesno = require('Module:Yesno') function p.num(frame, count) if count == nil then if yesno(frame.args['fetch']) == false then if (frame.args[1] or '') ~= '' then count = tonumber(frame.args[1]) end else count = _fetch(frame) end end -- Build output string local return_value = "" if count == nil then if frame.args[1] == "risk" then...")
- 03:08, 27 June 2024 Harrigton talk contribs created page Template:High-use/doc (Created page with "{{Documentation subpage}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{High-use}} {{lua|Module:High-use}} This is the {{tlx|high-use}} message box. It is meant to be put at the top of the documentation subpage for templates transcluded onto more than 2,000 pages. For templates transcluded onto more than 100,000 pages, or if the first parameter is set to <code>risk</code>, then a stronger wording is given. '''Note''': I...")
- 03:08, 27 June 2024 Harrigton talk contribs created page Template:High-use (Created page with "{{#invoke:High-use|main|1={{{1|}}}|2={{{2|}}}|info={{{info|}}}|demo={{{demo|}}}|form={{{form|}}}|expiry={{{expiry|}}}|system={{{system|}}}}}<noinclude> {{Documentation}} <!-- Add categories to the /doc subpage; interwiki links go to Wikidata, thank you! --> </noinclude>")
- 03:07, 27 June 2024 Harrigton talk contribs created page Template:Mbox/doc (Created page with "{{Documentation subpage}} <!-- Please add categories at the bottom of this page, and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{Cascade-protected template}} {{Used in system}} {{Lua|Module:Message box}} {{Mbox templates (small)}} {{tl|Mbox}} stands for '''M'''ulti-namespace message'''box''', a metatemplate with which namespace-sensitive {{cl|Mbox and messagebox templates|messagebox templates}} can be implemented. The most...")
- 03:07, 27 June 2024 Harrigton talk contribs created page Template:Mbox (Created page with "{{#invoke:Message box|mbox}}<noinclude> {{documentation}} <!-- Add categories to the /doc subpage; interwikis go to Wikidata, thank you! --> </noinclude>")
- 03:06, 27 June 2024 Harrigton talk contribs created page Template:Documentation subpage (Created page with "<includeonly><!-- -->{{#ifeq:{{lc:{{SUBPAGENAME}}}} |{{{override|doc}}} | <!--(this template has been transcluded on a /doc or /{{{override}}} page)--> </includeonly><!-- -->{{#ifeq:{{{doc-notice|show}}} |show | {{Mbox | type = notice | style = margin-bottom:1.0em; | image = 40px|alt=|link= | text = {{strong|This is a documentation...")
- 03:06, 27 June 2024 Harrigton talk contribs created page Template:TOC left/doc (Created page with "{{Documentation subpage}} {{High-use}} {{TOC left}} {{Template display|vector2022}} {{tsh|tocleft|TOCleft}} {{Uses TemplateStyles|Template:TOC limit/styles.css|Template:TOC left/styles.css}} <!--Categories where indicated at the bottom of this page, please; interwikis at Wikidata (see Wikipedia:Wikidata)--> == Purpose == {{tl|{{BASEPAGENAME}}}} forces the auto-generated "Table of Contents" for an article to appear floated to the left side of the page (as seen left),...")
- 03:06, 27 June 2024 Harrigton talk contribs created page Template:TOC left (Created page with "<templatestyles src="Template:TOC_left/styles.css" />{{#if:{{{limit|}}}|<templatestyles src="Template:TOC limit/styles.css" />}}<!-- --><div class="tocleft {{#if:{{{clear|}}}|tocleft-clear-{{{clear|}}}}} {{#if:{{{limit|}}}|toclimit-{{{limit}}}}}" style="{{#if:{{{width|{{{1|}}}}}}|width: {{{width|{{{1}}}}}};}} {{#if:{{{top|}}}|padding-top:{{{top}}};}}">__TOC__</div><noinclude> {{documentation}} <!-- Add cats and interwikis to the /doc subpage, not here! --> </noinclude>")
- 02:05, 27 June 2024 Harrigton talk contribs created page Template:Bronte tree (Created page with "{{familytree/start|style=font: 90% sans-serif;}} {{familytree | | | | | | | | | ALB|v| MAL| |ALB=Alberd|MAL=Malia<br>Howe}} {{familytree | | | | | | | |,|-|-|-|^|-|-|-|.| }} {{familytree | | | | | | | TAR|v| ADR| |TAM| |TAR=Taranis|ADR=Adrielle<br>Gwynn|TAM=Tamish|}} {{familytree | | | | | |,|-|-|-|+|-|-|-|v|-|-|-|.| | | | | | |}} {{familytree |UNK|v|GOR| | DAR| |FYA| |ALD| | | | |UN...")
- 01:35, 27 June 2024 Harrigton talk contribs created page Template:Familytree/end (Created page with "<includeonly>{{#ifeq:{{{state|}}}|hidden|</td></tr></table>|}}</table></div></includeonly><noinclude> See the documentation on Template:Familytree. </noinclude>")
- 01:35, 27 June 2024 Harrigton talk contribs created page Template:Familytree/step2 (Created page with "<tr align="center">{{{{{{tst_1_ab}}}|{{{row1 {{{key_1}}}|<td colspan="6" rowspan="2" style="border: {{{border|2}}}px solid black; padding: 0.2em; {{{boxstyle|}}}; {{{boxstyle_1|}}}">{{{text_1}}}</td>}}}}}}<!-- -->{{{{{{tst_2_ab}}}|{{{row1 {{{key_2}}}|<td colspan="6" rowspan="2" style="border: {{{border|2}}}px solid black; padding: 0.2em; {{{boxstyle|}}}; {{{boxstyle_2|}}}">{{{text_2}}}</td>}}}}}}<!-- -->{{{{{{tst_3_ab}}}|{{{row1 {{{key_3}}}|<td colspan="6" rowspan="2" st...")
- 01:35, 27 June 2024 Harrigton talk contribs created page Template:Familytree/start (Created page with "<includeonly><div style="overflow:auto;"><!-- --Table warp for hiding the tree -->{{#ifeq:{{{state|}}}|hidden|<!-- --><table class="collapsible collapsed" style="width:100%; background:rgb(249, 249, 249); border:1px solid rgb(170, 170, 170);"><!-- --><tr><th style="background:rgb(242, 242, 242);text-align:center;">{{{title|}}}</th></tr><tr><td>|}}<!-- --><table cellspacing="0" cellpadding="0" border="0" style="border-collapse:separate;{{{style|}}}"></includeon...")
- 01:34, 27 June 2024 Harrigton talk contribs created page Template:Familytree/doc (Created page with "This is a template for rendering simple family trees consisting of boxes and connecting lines based on an ASCII art-like syntax. The trees are displayed as HTML tables using CSS attributes, and may contain arbitrary wiki markup within the boxes. ==Example usage== This code: <pre style="overflow:auto;"> {{familytree/start |summary=I have a brothe...")
- 01:34, 27 June 2024 Harrigton talk contribs created page Template:Familytree (Created page with "<includeonly>{{familytree/step2 |boxstyle={{{boxstyle|}}} |border={{{border|2}}}| |row1 ""=<td rowspan="2" colspan="2"></td> |row2 ""= |row1 " "=<td rowspan="2" colspan="2"><div style="width:2em; height:2em;"><span style="font:1px/1px serif;"> </span></div></td> |row2 " "= |row1 "0"=<td rowspan="2" colspan="2"><div style="width:2em; height:2em;"><span style="font:1px/1px serif;"> </span></div></td> |row2 "0"= |row1 "-"=<td colspan="2" style="border...")
- 01:26, 27 June 2024 Harrigton talk contribs created page House Ross (Created page with "{{Noble House | House_name = House Ross | Rank = royal | image = House Ross.png | image_caption = | Coat_of_arms = A griffin blue on a white field. | Words = Our Judgment is Just. | textcolor = #003277 | bgcolor = #d8d8d8 | bordercolor = #003277 | Seat = Deepwater Keep, Aston City | Current_Lord = King Anrah IV Ross | Region = Ironlands, Kingdom of Aston | Title = King of Aston | Heir = Prince Rh...")
- 01:04, 27 June 2024 Harrigton talk contribs created page File:House Ross.png
- 01:04, 27 June 2024 Harrigton talk contribs uploaded File:House Ross.png
- 01:03, 27 June 2024 Harrigton talk contribs created page Template:Noble House/words (Created page with "<div style="display: table; width: calc(100% - 80px); height: 28px; font-size: 12px; line-height: 12px; margin: 0px auto 0px; padding: 0;border:0; position: relative; border-collapse:collapse; text-align: center; font-family: 'Uncial Antiqua'; color: {{{textcolor}}}; background: {{{bordercolor}}};"> <div style="display:table-ce...")
- 00:31, 27 June 2024 Harrigton talk contribs created page House Bronte (Created page with "{{Noble House | House_name = House Bronte | Rank = lordly | image = 250px | image_caption = | Coat_of_arms = Six roundels fountain, 3-2-1, on grey<br>''(Cendrée, six fountains 3-2-1)'' | Words = | Seat = Twinstone | Current_Lord = Lord Taranis Bronte | Region = Ironland | Title = Lord of Twinstone | Heir = Gornell Bronte | Overlord = House Ross | Ancestral_weapon = | Cadet_branch = | Founded_in = | Founder = | Died_out =...")
- 00:26, 27 June 2024 Harrigton talk contribs created page File:House Bronte.svg
- 00:26, 27 June 2024 Harrigton talk contribs uploaded File:House Bronte.svg
- 00:17, 27 June 2024 Harrigton talk contribs created page Template:Noble House/doc (Created page with "<includeonly>{{Infobox | above = {{{House_name|{{PAGENAME}}}}} | abovestyle = | image = {{#invoke:InfoboxImage | InfoboxImage | image={{{image| {{#ifeq: {{{Region|}}}|Dorne|None (Dorne).svg|None.svg}} }}} | size=250px | maxsize=300px | sizedefault=frameless | alt={{{alt|}}} | border=no | suppressplaceholder=no }}[[Category:Houses {{#if:{{{image|}}}|with|without}} COA| ]] | caption = {{#if:{{{Words|}}}|{{Noble House/words|text={{{Words}}}|textcolor={{{te...")
- 00:17, 27 June 2024 Harrigton talk contribs created page Template:Noble House (Created page with "<includeonly>{{Infobox | above = {{{House_name|{{PAGENAME}}}}} | abovestyle = | image = {{#invoke:InfoboxImage | InfoboxImage | image={{{image| {{#ifeq: {{{Region|}}}|Dorne|None (Dorne).svg|None.svg}} }}} | size=250px | maxsize=300px | sizedefault=frameless | alt={{{alt|}}} | border=no | suppressplaceholder=no }}[[Category:Houses {{#if:{{{image|}}}|with|without}} COA| ]] | caption = {{#if:{{{Words|}}}|{{Noble House/words|text={{{Words}}}|textcolor={{{te...")
- 20:16, 21 June 2024 Harrigton talk contribs deleted page Template:TOC left/doc (content was: "{{Documentation subpage}} {{High-use}} {{TOC left}} {{Template display|vector2022}} {{tsh|tocleft|TOCleft}} {{Uses TemplateStyles|Template:TOC limit/styles.css|Template:TOC left/styles.css}} <!--Categories where indicated at the bottom of this page, please; interwikis at Wikidata (see Wikipedia:Wikidata)--> == Purpose == {{tl|{{BASEPAGENAME}}}} forces the auto-gener...", and the only contributor was "Harrigton" (talk))
- 20:15, 21 June 2024 Harrigton talk contribs created page Template:TOC left/doc (Created page with "{{Documentation subpage}} {{High-use}} {{TOC left}} {{Template display|vector2022}} {{tsh|tocleft|TOCleft}} {{Uses TemplateStyles|Template:TOC limit/styles.css|Template:TOC left/styles.css}} <!--Categories where indicated at the bottom of this page, please; interwikis at Wikidata (see Wikipedia:Wikidata)--> == Purpose == {{tl|{{BASEPAGENAME}}}} forces the auto-generated "Table of Contents" for an article to appear floated to the left side of the page (as seen left),...")
- 20:11, 21 June 2024 Harrigton talk contribs created page File:MP banner History.jpg
- 20:11, 21 June 2024 Harrigton talk contribs uploaded File:MP banner History.jpg
- 20:10, 21 June 2024 Harrigton talk contribs created page File:MP banner Summaries.jpg
- 20:10, 21 June 2024 Harrigton talk contribs uploaded File:MP banner Summaries.jpg
- 20:10, 21 June 2024 Harrigton talk contribs created page File:MP banner Geography.jpg
- 20:10, 21 June 2024 Harrigton talk contribs uploaded File:MP banner Geography.jpg
- 20:09, 21 June 2024 Harrigton talk contribs created page File:MP banner Houses.jpg
- 20:09, 21 June 2024 Harrigton talk contribs uploaded File:MP banner Houses.jpg
- 20:09, 21 June 2024 Harrigton talk contribs created page File:MP banner Characterss (corrected).jpg
- 20:09, 21 June 2024 Harrigton talk contribs uploaded File:MP banner Characterss (corrected).jpg
- 20:09, 21 June 2024 Harrigton talk contribs created page File:BOOKSs.jpg
- 20:09, 21 June 2024 Harrigton talk contribs uploaded File:BOOKSs.jpg
- 20:07, 21 June 2024 Harrigton talk contribs created page File:MP banner Culture.jpg
- 20:07, 21 June 2024 Harrigton talk contribs uploaded File:MP banner Culture.jpg