Combined display of all available logs of gronkfinder. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:26, 27 July 2022 Gronk talk contribs deleted page Template:CitiesFooter (content was: "{{#arraydefine:section1|{{{section1_content}}}|,|unique, sort=asc}}{{#arraydefine:section2|{{{section2_content}}}|,|unique, sort=asc}}<div class="navbox mw-collapsible mw-collapsed"> <div class="navbox-title">{{{name}}}</div> <div class="navbox-content mw-collapsible-content"> <div class="navbox-subhead"> {{{section1|Settlements}}} </div> <div class="section1-content navbox-subconte...", and the only contributor was "Gronk" (talk))
- 23:22, 27 July 2022 Gronk talk contribs created page Module:Navbox/styles.css (Created page with "{{pp|small=y}}: .navbox { box-sizing: border-box; border: 1px solid #a2a9b1; width: 100%; clear: both; font-size: 88%; text-align: center; padding: 1px; margin: 1em auto 0; Prevent preceding content from clinging to navboxes: } .navbox .navbox { margin-top: 0; No top margin for nested navboxes: } .navbox + .navbox, TODO: remove first line after transclusions have updated: .navbox + .navbox-styles + .navbox { margin-top: -1px; /* Single pix...")
- 23:21, 27 July 2022 Gronk talk contribs created page Module:Color contrast/colors (Created page with "return { aliceblue = 0.92880068253475, antiquewhite = 0.84646951707754, aqua = 0.7874, aquamarine = 0.8078549208338, azure = 0.97265264954166, beige = 0.8988459998705, bisque = 0.80732327372979, black = 0, blanchedalmond = 0.85084439608156, blue = 0.0722, blueviolet = 0.12622014321946, brown = 0.098224287876511...")
- 23:21, 27 July 2022 Gronk talk contribs created page Module:Color contrast (Created page with "-- -- This module implements -- {{Color contrast ratio}} -- {{Greater color contrast ratio}} -- {{ColorToLum}} -- {{RGBColorToLum}} -- local p = {} local HTMLcolor = mw.loadData( 'Module:Color contrast/colors' ) local function sRGB (v) if (v <= 0.03928) then v = v / 12.92 else v = math.pow((v+0.055)/1.055, 2.4) end return v end local function rgbdec2lum(R, G, B) if ( 0 <= R and R < 256 and 0 <= G and G < 256 and 0 <= B and B < 256 ) then return 0.2126 *...")
- 23:17, 27 July 2022 Gronk talk contribs created page Module:Navbar/configuration (Created page with "return { ['templatestyles'] = 'Module:Navbar/styles.css', ['box_text'] = 'This box: ', -- default text box when not plain or mini ['title_namespace'] = 'Template', -- namespace to default to for title ['invalid_title'] = 'Invalid title ', ['classes'] = { -- set a line to nil if you don't want it ['navbar'] = 'navbar', ['plainlinks'] = 'plainlinks', -- plainlinks ['horizontal_list'] = 'hlist', -- horizontal list class ['mini'] = 'navbar-mini', -- class ind...")
- 23:17, 27 July 2022 Gronk talk contribs created page Module:Navbar (Created page with "local p = {} local cfg = mw.loadData('Module:Navbar/configuration') local function get_title_arg(is_collapsible, template) local title_arg = 1 if is_collapsible then title_arg = 2 end if template then title_arg = 'template' end return title_arg end local function choose_links(template, args) -- The show table indicates the default displayed items. -- view, talk, edit, hist, move, watch -- TODO: Move to configuration. local show = {true, true, true, false, false...")
- 23:14, 27 July 2022 Automatic category creator talk contribs created page Category:Pages with script errors (Created automatically by the AutoCreateCategoryPages extension.)
- 23:12, 27 July 2022 Gronk talk contribs created page Template:Navbox (Created page with "<includeonly>{{#invoke:Navbox|navbox}}</includeonly><noinclude> {{Documentation}} </noinclude>")
- 23:12, 27 July 2022 Gronk talk contribs created page Module:Navbox (Created page with "local p = {} local navbar = require('Module:Navbar')._navbar local cfg = mw.loadData('Module:Navbox/configuration') local getArgs -- lazily initialized local args local format = string.format local function striped(wikitext, border) -- Return wikitext with markers replaced for odd/even striping. -- Child (subgroup) navboxes are flagged with a category that is removed -- by parent navboxes. The result is that the category shows all pages -- where a child navbox is no...")
- 23:11, 27 July 2022 Gronk talk contribs created page Module:Navbox/configuration (Created page with "return { aria_label = 'Navbox', nowrap_item = '%s<span class="nowrap">%s</span>', templatestyles = mw.getCurrentFrame():extensionTag{ name = 'templatestyles', args = { src = 'Module:Navbox/styles.css' } }, -- do not localize marker table marker = { oddeven = '\127_ODDEVEN_\127', restart = '\127_ODDEVEN0_\127', regex = '\127_ODDEVEN(%d?)_\127' }, category = { orphan = 'Category:Navbox orphans', horizontal_lists = 'Navigational boxes without horizon...")
- 23:11, 27 July 2022 Gronk talk contribs created page Module:Arguments (Created page with "-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == 'string'...")
- 22:20, 27 July 2022 Gronk talk contribs deleted page Template:Foreach (content was: "<!-- From https://www.mediawiki.org/wiki/Template:Foreach -->{{#if:{{{2|}}}|<!-- -->{{<!-- -->{{{1}}}|{{{2}}}<!-- -->}}<!-- -->}}<!-- -->{{#if:{{{3|}}}|<!-- -->{{{delim|}}}{{<!-- -->{{{1}}}|{{{3}}}<!-- -->}}<!-- -->}}<!-- -->{{#if:{{{4|}}}|<!-- -->{{{delim|}}}{{<!-- -->{{{1}}}|{{{4}}}<!-- -->}}<!-- -->}}<!-- -->{{#if:{{{5|}}}|<!-- -->{{{delim|}}}{{<!-- -->{{{1}}}|{{{5}}}<!-- -->}}<!...", and the only contributor was "Gronk" (talk))
- 22:19, 27 July 2022 Gronk talk contribs created page Template:Foreach (Created page with "<!-- From https://www.mediawiki.org/wiki/Template:Foreach -->{{#if:{{{2|}}}|<!-- -->{{<!-- -->{{{1}}}|{{{2}}}<!-- -->}}<!-- -->}}<!-- -->{{#if:{{{3|}}}|<!-- -->{{{delim|}}}{{<!-- -->{{{1}}}|{{{3}}}<!-- -->}}<!-- -->}}<!-- -->{{#if:{{{4|}}}|<!-- -->{{{delim|}}}{{<!-- -->{{{1}}}|{{{4}}}<!-- -->}}<!-- -->}}<!-- -->{{#if:{{{5|}}}|<!-- -->{{{delim|}}}{{<!-- -->{{{1}}}|{{{5}}}<!-- -->}}<!-- -->}}<!-- -->{{#if:{{{6|}}}|<!-- -->{{{delim|}}}{{<!-- -->{{{1}}}|{{{6}}}<!-- -->}}<!--...")
- 22:16, 27 July 2022 Gronk talk contribs deleted page Module:Foreach (content was: "local p = {} function p.w(frame) -- called from Template:Fe local pframe = frame:getParent() local tplname = pframe.args[1] local delim = pframe.args[2] r = '' for n,v in ipairs(pframe.args) do if n > 3 then r = r .. delim end if n>2 then r = r .. frame:expandTemplate{title = tplname, args = {v}} end end return r...", and the only contributor was "Gronk" (talk))
- 22:15, 27 July 2022 Gronk talk contribs created page Module:Foreach (Created page with "local p = {} function p.w(frame) -- called from Template:Fe local pframe = frame:getParent() local tplname = pframe.args[1] local delim = pframe.args[2] r = '' for n,v in ipairs(pframe.args) do if n > 3 then r = r .. delim end if n>2 then r = r .. frame:expandTemplate{title = tplname, args = {v}} end end return r end function p.m(t,frame) -- to be called from a module -- at the top: p={foreach = requi...")
- 22:07, 27 July 2022 Gronk talk contribs created page Template:CitiesFooter (Created page with "<div class="navbox mw-collapsible mw-collapsed"> <div class="navbox-title">{{{name}}}</div> <div class="navbox-content mw-collapsible-content"> <div class="navbox-subhead"> {{{section1|Settlements}}} </div> <div class="section1-content navbox-subcontent"> </div> <div class="navbox-subhead"> {{{section1|Geography}}} </div> <div class="section2-content navbox-subcontent"> </div> </div> </div>")
- 21:52, 27 July 2022 Automatic category creator talk contribs created page Category:Philiraki Giant Princes/Geography (Created automatically by the AutoCreateCategoryPages extension.)
- 21:52, 27 July 2022 Automatic category creator talk contribs created page Category:Philiraki Giant Princes/Locations (Created automatically by the AutoCreateCategoryPages extension.)
- 21:52, 27 July 2022 Automatic category creator talk contribs created page Category:Ephardia/Geography (Created automatically by the AutoCreateCategoryPages extension.)
- 21:52, 27 July 2022 Automatic category creator talk contribs created page Category:Ephardia/Locations (Created automatically by the AutoCreateCategoryPages extension.)
- 21:52, 27 July 2022 Automatic category creator talk contribs created page Category:Halakros/Geography (Created automatically by the AutoCreateCategoryPages extension.)
- 21:52, 27 July 2022 Automatic category creator talk contribs created page Category:Halakros/Locations (Created automatically by the AutoCreateCategoryPages extension.)
- 21:50, 27 July 2022 Gronk talk contribs created page Cecrops (Created page with "{{PersonInfobox |name = Cecrops |image = |title = Founder of Kyamita |alignment = Neutral good |ancestry = Merfolk |gender = Male |homeland = Kyamita }} '''Cecrops''' {{Pronunciation|KEK-rops}} was the semi-mythical founder of Kyamita. Supposedly, Cecrops sought to find a way to join the land-dwelling and sea-dwelling peoples of the Sea of Ersas, so that each could learn from the other. Eventually he discovered the Kyamitian lagoon and established a city the...")
- 02:45, 27 July 2022 Gronk talk contribs created page Dikastes (Created page with "{{OrganizationInfobox |name = Dikastes |image = |type = Martial |leader = - |alignment = Neutral |headquarters = Elos, Ephardia |goals = Protection of Ephardia |scope = Ephardia |structure = Udaeoi soldiers }} The '''Dikastes''' {{Pronunciation|dih-KAS-tees}} are an Ephardian military company, formed entirely of skilled udaeoi soldiers. Membership is hereditary, with each soldier replaced by their most skilled descendant. The Dikastes serve as g...")
- 20:36, 26 July 2022 Automatic category creator talk contribs created page Category:Argengrast/Towns (Created automatically by the AutoCreateCategoryPages extension.)
- 20:36, 26 July 2022 Automatic category creator talk contribs created page Category:Argengrast/Settlements (Created automatically by the AutoCreateCategoryPages extension.)
- 20:36, 26 July 2022 Gronk talk contribs created page Soluntum (Created page with "{{CityInfobox |name = Soluntum |image = |nation = Argengrast |ruler = None |government = None; Macaria Colonial Concerns (former) |demonym = Soluntan |adjective = Soluntan |population = ~400 |demographics = Primarily human and centaur }} '''Soluntum''' is a town in the Tirionite colony of Argengrast. The town is one of the farthest settlements from the coast in Argengrast, located along the Adeban River on the northern edge of the Sagaritian...")
- 20:24, 26 July 2022 Gronk talk contribs created page Camosa Otxa (Created page with "{{PersonInfobox |name = Camosa Oxta |image = |title = Lord Mayor of Vectra |alignment = Neutral good |ancestry = Halfling |gender = Female |homeland = Vectra, Western Coast }} '''Camosa Oxta''' {{Pronunciation|cah-MO-sah OX-tah}} is the current Lord Mayor of the port city of Vectra in the Western Coast. Otxa has struggled to maintain the support of the wealthy families of the city throughout her tenure, as she attempts to balance their demands for a...")
- 20:18, 26 July 2022 Gronk talk contribs created page Fear-in-the-Waves Etanka (Created page with "{{PersonInfobox |name = Fear-in-the-Waves Etanka |image = |title = Captain of the ''Heresiarch'' |alignment = Lawful evil |ancestry = Anadi |gender = Female |homeland = Unknown }} '''Fear-in-the-Waves Etanka'' {{Pronunciation|et-AN-kah}} is the pirate captain of the ''Heresiarch''. Formerly associated with the Santelmin Order, Etanka and her crew broke away from the Order in {{Year|6971}} after an attempted coup against faction leader Heshwen. Since then...")
- 20:07, 26 July 2022 Gronk talk contribs created page Lamplighters (Created page with "{{OrganizationInfobox |name = Lamplighters |image = |type = Martial/Espionage |leader = Multiple |alignment = Various |headquarters = None |goals = Independence for Argengrast |scope = Argengrast }} The '''Lamplighters''' are a loosely-affiliated network of individuals and organizations that seek independence for Argengrast. Since the end of the Long Ten Years in {{Year|6968}}, the Lamplighters' influence has grown significantly, though most still operate from...") Tag: Visual edit: Switched
- 18:25, 26 July 2022 Automatic category creator talk contribs created page Category:VirForloroth & Valadhelidia/Geography (Created automatically by the AutoCreateCategoryPages extension.)
- 18:25, 26 July 2022 Gronk talk contribs created page Urra Highlands (Created page with "The '''Urra Highlands''' {{Pronunciation|UR-rah}} is an eroded plateau, a wild region of rugged hills. Considerably more arid than much of the rest of Thadria, there are few permanent communities in the highlands. Nomadic tribes of gnolls and rougarou make their camps among the hills, sometimes venturing into the more settled regions of Forloroth & Valadhel, Ishtar, and Erenon. The Urra Highlands are perhaps best known for the spine dragons that dwell th...")
- 01:45, 26 July 2022 Gronk talk contribs created page Makva Island (Created page with "'''Makva Island''' {{Pronunciation|MAK-vah}} is a large island in the Phiora Sea, under the control of Razivia. The island is quite rocky and little vegetation grows on most of it aside from a small forest in the center. The Razivian fortresses of Bastion Moroz and Bastion Yaro are the largest settlements on Makva island, though there are a few small villages as well, mostly limited to along the coast. {{CitiesRazivia}} Category:Geography Category...")
- 03:46, 25 July 2022 Gronk talk contribs deleted page Category:Vidiria (content was: "This is a category page. It lists all of the pages in category "Vidiria" as well as all subcategories of category "Vidiria" if any exist.", and the only contributor was "Automatic category creator" (talk))
- 03:46, 25 July 2022 Gronk talk contribs deleted page Category:School (content was: "This is a category page. It lists all of the pages in category "School" as well as all subcategories of category "School" if any exist.", and the only contributor was "Automatic category creator" (talk))
- 03:46, 25 July 2022 Gronk talk contribs deleted page Category:Sophiorn (content was: "This is a category page. It lists all of the pages in category "Sophiorn" as well as all subcategories of category "Sophiorn" if any exist.", and the only contributor was "Automatic category creator" (talk))
- 03:44, 25 July 2022 Gronk talk contribs deleted page Category:Ancient ruins (content was: "This is a category page. It lists all of the pages in category "Ancient ruins" as well as all subcategories of category "Ancient ruins" if any exist.", and the only contributor was "Automatic category creator" (talk))
- 03:44, 25 July 2022 Gronk talk contribs deleted page Category:Invelaust (content was: "This is a category page. It lists all of the pages in category "Invelaust" as well as all subcategories of category "Invelaust" if any exist.", and the only contributor was "Automatic category creator" (talk))
- 02:45, 25 July 2022 Automatic category creator talk contribs created page Category:Materials (Created automatically by the AutoCreateCategoryPages extension.)
- 02:45, 25 July 2022 Gronk talk contribs created page Lightning glass (Created page with "'''Lightning glass''' is a material created by Haltamtan mages by instantaneously transmuting sand to magically strengthened glass. Though tricky to work with, this material is stronger than steel and much lighter. Lightning glass is particularly prized in the construction of arms and armor used by many of Haltamti's elite guards. While some lightning glass is carried east and west from Haltamti along the Golden Way, it sees little use in other regions...")
- 02:41, 25 July 2022 Automatic category creator talk contribs created page Category:Haltamti/Locations (Created automatically by the AutoCreateCategoryPages extension.)
- 02:41, 25 July 2022 Gronk talk contribs created page Sunmast (Created page with "'''Sunmasts''' are a type of structure that have been constructed in the deserts of the Taizzan Expanse within Haltamti. Unique to the region, these use [https://en.wikipedia.org/wiki/Concentrated_solar_power concentric rings of polished mirrors] to direct sunlight into a central tower. The resulting temperature is more than sufficient for glassblowing, though the method is inherently more complicated and difficult. Use of the Sunmasts is especially favored by Ha...")
- 02:34, 25 July 2022 Automatic category creator talk contribs created page Category:Druzda Khanate/Cities (Created automatically by the AutoCreateCategoryPages extension.) Tag: Visual edit: Switched
- 02:34, 25 July 2022 Automatic category creator talk contribs created page Category:Druzda Khanate/Settlements (Created automatically by the AutoCreateCategoryPages extension.) Tag: Visual edit: Switched
- 02:34, 25 July 2022 Gronk talk contribs created page Qodkul (Created page with "{{CityInfobox |name = Qodkul |image = |nation = Druzda Khanate |ruler = Drahul Tazuzt |government = Chiefdom |demonym = - |adjective = - |population = ~800 |demographics = Orcs }} '''Qodkul''' {{Pronunciation|COD-cool}} is a large town in the Druzda Khanate, nested into the northern foothills of the Zakros Range. The town is primarily populated by members of the Krahn clan and ruled by the clan chief Drahul Tazuzt. As Drahul is also the current k...") Tag: Visual edit: Switched
- 02:12, 25 July 2022 Automatic category creator talk contribs created page Category:Clans (Created automatically by the AutoCreateCategoryPages extension.)
- 02:12, 25 July 2022 Gronk talk contribs created page Krahn clan (Created page with "{{OrganizationInfobox |name = Krahn clan |image = |type = Orcish clan |leader = Drahul Tazuzt |alignment = Chaotic neutral |headquarters = Qodkul |scope = Druzda Khanate }} The '''Krahn clan''' {{Pronunciation|CRON}} is one of the largest clan of orcs in the Druzda Khanate. The leader of the clan, Drahul Tazuzt, is also the current khan. Nestled in the foothills of the Zakros Range, the small town of Qodkul is the traditional home of the clan...")
- 02:06, 25 July 2022 Automatic category creator talk contribs created page Category:Druzda Khanate/People (Created automatically by the AutoCreateCategoryPages extension.)
- 02:06, 25 July 2022 Gronk talk contribs created page Drahul Tazuzt (Created page with "{{PersonInfobox |name = Drahul Tazuzt Krahn |image = |title = Khan of the Druzda Khanate |alignment = Chaotic neutral |ancestry = Orc |gender = Male |homeland = Druzda Khanate |affilation = Krahn clan }} '''Drahul Tazuzt Krahn''' {{Pronunciation|DRA-hool TAZ-uzt CRON}} is the current khan of the Druzda Khanate. Drahul is a skilled summoner, something he relied upon heavily when he took the position in {{Year|6971}}. As khan, Drahul has ambitions to recla...")
- 20:04, 24 July 2022 Gronk talk contribs created page Bay of Dark Skies (Created page with "The '''Bay of Dark Skies''' is a small body of water on the northern coast of the Phiora Sea. Control of the bay is split between Koritan, Razivia, and Talam Galta. Razivia currently enforces a peace in the bay, which allows ships from the other two nations, still in conflict, to pass safely. Despite its proximity to the coastline, much of the Bay of Dark Skies is surprisingly deep. Strange creatures like in the anoxic waters, rarely seen by the surface...")