All public logs
From Eiserner Vorhang
Jump to navigationJump to search
Combined display of all available logs of Eiserner Vorhang. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 05:41, 31 December 2024 Maximusthezorua talk contribs created page Module:If empty (Created page with "local p = {} function p.main(frame) local args = require('Module:Arguments').getArgs(frame, {wrappers = 'Template:If empty', removeBlanks = false}) for k,v in ipairs(args) do if v ~= '' then return v end end end return p")
- 05:41, 31 December 2024 Maximusthezorua talk contribs created page Module:Documentation/config (Created page with "---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- Here you can set the values of the parameters and messages used in Module:Documentation to -- localise it to your wiki and your language. Unless specified otherwise, values given here -- should be string values. ---------------------------------------------------------------------------------...")
- 05:34, 31 December 2024 Maximusthezorua talk contribs moved page Module:Arguements to Module:Arguments without leaving a redirect
- 05:33, 31 December 2024 Maximusthezorua talk contribs created page Module:Arguements (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'...")
- 05:32, 31 December 2024 Maximusthezorua talk contribs created page Module:Documentation (Created page with "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub local format = mw.ustring.format ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local functions, but are made available in...")
- 05:31, 31 December 2024 Maximusthezorua talk contribs created page Template:Documentation (Created page with "{{#invoke:documentation|main|_content={{ {{#invoke:documentation|contentTitle}}}}}}<noinclude> <!-- Add categories to the /doc subpage --> </noinclude>")
- 05:31, 31 December 2024 Maximusthezorua talk contribs created page Template:If empty (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:If empty|main}}<noinclude>{{Documentation}}</noinclude>")
- 02:34, 31 December 2024 Maximusthezorua talk contribs created page Portal:International Organizations (Created page with "{{Stub}} International organizations are organizations which include multiple nations, examples are NATO/OTAN, the Warsaw Pact, and the United Nations.") Tag: Visual edit
- 00:49, 31 December 2024 Maximusthezorua 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>")
- 00:48, 31 December 2024 Maximusthezorua talk contribs created page Template:Nobold (Created page with "<templatestyles src="Nobold/styles.css"/><span class="nobold">{{{1}}}</span><noinclude> {{documentation}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS --> </noinclude>")
- 00:48, 31 December 2024 Maximusthezorua talk contribs created page Module:String (Created page with "--[[ This module is intended to provide access to basic string functions. Most of the functions provided here can be invoked with named parameters, unnamed parameters, or a mixture. If named parameters are used, Mediawiki will automatically remove any leading or trailing whitespace from the parameter. Depending on the intended use, it may be advantageous to either preserve or remove such whitespace. Global options ignore_errors: If set to 'true' or 1, any error c...")
- 00:46, 31 December 2024 Maximusthezorua talk contribs created page Template:PAGENAMEBASE (Created page with "{{safesubst:<noinclude/>#invoke:String|replace|{{{1|{{safesubst:<noinclude/>PAGENAME}}}}}|%s+%b()$||1|false}}<noinclude> {{documentation}} </noinclude>")
- 00:32, 31 December 2024 Maximusthezorua talk contribs created page Module:Check for unknown parameters (Created page with "-- This module may be used to compare the arguments passed to the parent -- with a list of arguments, returning a specified result if an argument is -- not on the list require ('strict'); local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and s:match('%S') end local function clean(text) -- Return text cleaned for display and truncated if too long. -- Strip markers are replaced with dummy text representing...")
- 00:32, 31 December 2024 Maximusthezorua talk contribs created page Module:Coordinates (Created page with "--[[ This module is intended to replace the functionality of {{Coord}} and related templates. It provides several methods, including {{#invoke:Coordinates | coord }} : General function formatting and displaying coordinate values. {{#invoke:Coordinates | dec2dms }} : Simple function for converting decimal degree values to DMS format. {{#invoke:Coordinates | dms2dec }} : Simple function for converting DMS format to decimal degree format. {{#invoke:Coordinates | link }...")
- 00:31, 31 December 2024 Maximusthezorua talk contribs 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...")
- 00:31, 31 December 2024 Maximusthezorua talk contribs created page Module:Infobox (Created page with "local p = {} local args = {} local origArgs = {} local root local empty_row_categories = {} local category_in_empty_row_pattern = '%[%[%s*[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]%s*:[^]]*]]' local has_rows = false local lists = { plainlist_t = { patterns = { '^plainlist$', '%splainlist$', '^plainlist%s', '%splainlist%s' }, found = false, styles = 'Plainlist/styles.css' }, hlist_t = { patterns = { '^hlist$', '%shlist$', '^hlist%s', '%shlist%s'...")
- 00:28, 31 December 2024 Maximusthezorua talk contribs created page Template:Infobox country (Created page with "{{#invoke:Infobox|infoboxTemplate |templatestyles = Template:Infobox country/styles.css | bodyclass = ib-country vcard | aboveclass = adr | above = {{#if:{{{conventional_long_name|}}}{{{native_name|}}}{{{name|}}} | {{#if:{{{conventional_long_name|}}} |<div class="fn org country-name">{{{conventional_long_name|}}}</div> }}{{#if:{{{native_name|}}}{{{name|}}} |<div class="ib-country-names"><!-- -->{{br separated e...")
- 00:26, 31 December 2024 Maximusthezorua talk contribs created page Template:Infobox country/styles.css (Created page with "{{pp|small=y}}: .ib-country { border-collapse: collapse; line-height: 1.2em; } TODO split definitions to appropriate class names when live from HTML element: .ib-country td, .ib-country th { border-top: 1px solid #a2a9b1; padding: 0.4em 0.6em 0.4em 0.6em; } .ib-country .mergedtoprow .infobox-header, .ib-country .mergedtoprow .infobox-label, .ib-country .mergedtoprow .infobox-data, .ib-country .mergedtoprow .infobox-full-data, .ib-country .mergedtoprow .in...")
- 00:25, 31 December 2024 Maximusthezorua talk contribs created page MediaWiki:Common.css (Created page with "CSS placed here will be applied to all skins: {{pp|small=y}}: .ib-country { border-collapse: collapse; line-height: 1.2em; } TODO split definitions to appropriate class names when live from HTML element: .ib-country td, .ib-country th { border-top: 1px solid #a2a9b1; padding: 0.4em 0.6em 0.4em 0.6em; } .ib-country .mergedtoprow .infobox-header, .ib-country .mergedtoprow .infobox-label, .ib-country .mergedtoprow .infobox-data, .ib-country .mergedtopro...")
- 00:21, 31 December 2024 Maximusthezorua talk contribs deleted page Common.css (content was: "{{stub}}", and the only contributor was "Maximusthezorua" (talk))
- 00:20, 31 December 2024 Maximusthezorua talk contribs created page Common.css (Created page with "{{stub}}")
- 19:06, 30 December 2024 Maximusthezorua talk contribs moved page About:Eiserner Vorhang to About
- 18:11, 30 December 2024 Maximusthezorua talk contribs created page Pinov:Questions (Created page with "{{Stub}}")
- 18:11, 30 December 2024 Maximusthezorua talk contribs created page Pinov:Overview (Created page with "{{Stub}}")
- 18:10, 30 December 2024 Maximusthezorua talk contribs created page Portal:Notable People (Created page with "{{Stub}}")
- 18:10, 30 December 2024 Maximusthezorua talk contribs created page Portal:News (Created page with "{{Stub}}")
- 18:10, 30 December 2024 Maximusthezorua talk contribs created page Portal:Battles (Created page with "{{Stub}}")
- 18:10, 30 December 2024 Maximusthezorua talk contribs created page Portal:Factions (Created page with "{{Stub}}")
- 04:32, 30 December 2024 Maximusthezorua talk contribs created page Factions (Created page with "{{stub}}")
- 04:06, 30 December 2024 User account Test account talk contribs was created
- 03:39, 30 December 2024 Maximusthezorua talk contribs created page BRD (Redirected page to Bundesrepublik Deutschland) Tag: New redirect
- 03:39, 30 December 2024 Maximusthezorua talk contribs created page East Germany (Redirected page to Deutsche Demokratische Republik) Tag: New redirect
- 03:38, 30 December 2024 Maximusthezorua talk contribs created page DDR (Redirected page to Deutsche Demokratische Republik) Tag: New redirect
- 03:38, 30 December 2024 Maximusthezorua talk contribs created page Deutsche Demokratische Republik (Created page with "{{Stub}}") Tag: Visual edit
- 01:22, 30 December 2024 Maximusthezorua talk contribs created page Template:Slideshow (Created page with "<div class="slideshow"> <button class="prev">Prev</button> <button class="next">Next</button> <div class="image-container" id="image-{{IMAGE_ID}}"></div> <!-- Add your images here, like this --> <img src="https://example.com/image1.jpg" alt="Image 1"> <img src="https://example.com/image2.jpg" alt="Image 2"> <!-- ... --> </div> <script> // Get the slideshow elements const slideshow = document.querySelector('.slideshow'); const prevButton = document.qu...")
- 11:25, 29 December 2024 Maximusthezorua talk contribs created page Pinov:news (Created page with "{{Stub}}") Tag: Visual edit
- 11:01, 29 December 2024 Maximusthezorua talk contribs created page Template:Header (Created page with "<!-- See Talk:Main Page/intro for a discussion on the entry paragraph --> <p style="margin: 0.5em 0 0; text-align: center; font-size: 125%; line-height: 1.3"> Welcome to Wikipedia, the free encyclopedia that anyone can edit. </p> <p style="margin:0 0 0;text-align:center;font-size:94%"> In this English version, started in 2001, we are currently working on {{NUMBEROFARTICLES}} articles. </p> <p s...")
- 03:33, 29 December 2024 Maximusthezorua talk contribs uploaded File:Ussr1.png
- 03:33, 29 December 2024 Maximusthezorua talk contribs created page File:Ussr1.png
- 03:32, 29 December 2024 Maximusthezorua talk contribs uploaded File:East1.png
- 03:32, 29 December 2024 Maximusthezorua talk contribs created page File:East1.png
- 03:32, 29 December 2024 Maximusthezorua talk contribs uploaded File:Uk1.png
- 03:32, 29 December 2024 Maximusthezorua talk contribs created page File:Uk1.png
- 03:30, 29 December 2024 Maximusthezorua talk contribs created page File:Einsernervorhang1.png
- 03:30, 29 December 2024 Maximusthezorua talk contribs uploaded File:Einsernervorhang1.png
- 03:29, 29 December 2024 Maximusthezorua talk contribs uploaded File:Uk holdout.png
- 03:29, 29 December 2024 Maximusthezorua talk contribs created page File:Uk holdout.png
- 03:29, 29 December 2024 Maximusthezorua talk contribs uploaded File:BRD bombingrun.png
- 03:29, 29 December 2024 Maximusthezorua talk contribs created page File:BRD bombingrun.png
- 03:18, 29 December 2024 Maximusthezorua talk contribs deleted page Template:Tradelands Wiki/Header (content was: "<includeonly> <div class="mainpage-header"> <div class="header-intro"> <h1><span class="mw-headline">Welcome to the Eiserner Vorhang Wiki</span></h1> Become a faction leader or a soldier: the choice is yours in EV. With a massive community, use the the EV Wiki to guide your way through EV's vast history. Study the past, and don't make the mistakes...", and the only contributor was "Maximusthezorua" (talk))