More actions
Combined display of all available logs of ProleWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:15, 6 July 2023 Dragon talk contribs created page Module:UserMessage (Created page with "-- Create a module named "UserMessage" local p = {} -- Function to check if the user is logged in local function isLoggedIn() return mw.user.isRegistered() end -- Function to display the message function p.showMessage(frame) if isLoggedIn() then local message = frame.args[1] or '' return mw.text.nowiki(message) else return "" end end return p")
- 16:13, 6 July 2023 Dragon talk contribs moved page Template:Logged user message/doc to Template:UserMessage/doc
- 16:13, 6 July 2023 Dragon talk contribs moved page Template:Logged user message to Template:UserMessage
- 16:05, 6 July 2023 Dragon talk contribs created page Template:Logged user message/doc (Created page with "{{Documentation subpage}} <!-- Categories and interwikis go at the bottom of this page. --> <!-- Add required or optional parameters with descriptions below --> {{#ifeq: {{NAMESPACE}} | {{ns:Template}} | {{template doc page transcluded}} | <!-- noinclude> -->{{documentation|content= {{Hatnote|This template is used to display a message only to logged-in users.}} == Usage == {{{{tl|UserMessage}}|message=Your message here}} or {{tl|UserMessage}}|Your message here}} === P...")
- 16:04, 6 July 2023 Dragon talk contribs created page Template:Logged user message (Created page with "{{Documentation subpage}} <!-- Categories and interwikis go at the bottom of this page. --> <!-- Add required or optional parameters with descriptions below --> {{#ifeq: {{NAMESPACE}} | {{ns:Template}} | {{template doc page transcluded}} | <!-- noinclude> -->{{documentation|content= {{Hatnote|This template is used to display a message only to logged-in users.}} == Usage == {{{{tl|UserMessage}}|message=Your message here}} or {{tl|UserMessage}}|Your message here}} === P...")
- 16:03, 6 July 2023 Dragon talk contribs created page Module:Logged user message (Created page with "local p = {} function p.UserMessage(frame) local message = frame.args[1] or '' return mw.getCurrentFrame():expandTemplate { title = 'UserMessage', args = {message} } end return p")
- 00:37, 6 July 2023 Dragon talk contribs created page Comrade:Dragon/sandbox (Created page with "__NOTOC__ == Selected authors == <div class="library-container"> {{Library card|name=Karl Marx|image=Marx_colorised.jpeg|category=Library works by Karl Marx|left=-30}} {{Library card|name=Friedrich Engels|image=Engels_colorised.jpeg|category=Library works by Friedrich Engels}} {{Library card|name=Vladimir Lenin|image=Lenin_photograph_colorised.jpg|category=Library works by Vladimir Lenin|top=15}} {{Library card|name=Iosif Stalin|image=Iosif_Stalin_colorised.jpeg|catego...")
- 00:28, 6 July 2023 Dragon talk contribs created page Module:Message box/configuration (Created page with "-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox-spee...")
- 00:28, 6 July 2023 Dragon talk contribs created page Module:Message box/ombox.css (Created page with "{{pp|small=y}}: .ombox { margin: 4px 0; border-collapse: collapse; border: 1px solid #a2a9b1; Default "notice" gray: background-color: #f8f9fa; box-sizing: border-box; } For the "small=yes" option.: .ombox.mbox-small { font-size: 88%; line-height: 1.25em; } .ombox-speedy { border: 2px solid #b32424; Red: background-color: #fee7e6; Pink: } .ombox-delete { border: 2px solid #b32424; Red: } .ombox-content { border: 1p...")
- 00:27, 6 July 2023 Dragon talk contribs created page Template:Mbox templates see also (Created page with "<div>{{view|Template:Mbox templates see also|edit|brackets=yes}} There are seven metatemplates in the Module:Message box family:</div> * {{tl|Ambox}}, for messageboxes on article pages. * {{tl|Cmbox}}, for messageboxes on category pages. * {{tl|Imbox}}, for messageboxes on file (image) pages. * {{tl|Tmbox}}, for messageboxes on talk pages. * {{tl|Fmbox}}, for header and footer messageboxes. * {{tl|Ombox}}, for messageboxes on other types of page. * {{tl|Mbox}}, for m...")
- 00:27, 6 July 2023 Dragon talk contribs created page Template:Mbox templates (small) (Created page with "<includeonly>{{Infobox | bodyclass = nowrap | bodystyle = width:auto;padding-bottom:0.6em;line-height:1.25em; | abovestyle = font-size:inherit; | above = Message box<br/>meta-templates | labelstyle = margin:0;padding:0 0.3em 0;text-align:center;font-weight:normal; | datastyle = margin:0;padding:0 0.5em 0 0; | label1 = ''template'' | data1 = ''context'' | label2 = {{tl|Ambox}} | data2 = article | label3 = {{tl|Cmbox}} | data3 = category | label4 = {{tl|Imbox}} | data...")
- 00:26, 6 July 2023 Dragon 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) --> {{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 common are {{tl|Ambox}} for art...")
- 00:24, 6 July 2023 Dragon talk contribs moved page ProleWiki:Template:Category link to Template:Category link (XD)
- 00:23, 6 July 2023 Dragon talk contribs created page ProleWiki:Template:Category link (Created page with "{{#ifeq:{{#titleparts:{{PAGENAME}}|1}}|Stub types for deletion |[[:Category:{{{1}}}|Cat:{{{1}}}]] | [[:Category:{{{1}}}|{{{2|Category:{{{1}}}}}}]]{{#ifeq:{{Yesno|{{{count|no}}}}}|yes|<small> {{#ifexpr:{{PAGESINCAT:{{{1}}}|{{UC:{{{count_type|ALL}}}}}|R}}>={{{backlog|{{#expr:{{PAGESINCAT:{{{1}}}|{{UC:{{{count_type|ALL}}}}}|R}}+1}}}}}|<span style="font-weight: bold; color: #DD0000;">}}( {{PAGESINCAT:{{{1}}}|{{UC:{{{count_type|ALL}}}}}}} ){{#ifexpr:{{PAGESINCAT...")
- 18:30, 2 July 2023 Dragon talk contribs created page Module:File link (Created page with "-- This module provides a library for formatting file wikilinks. local yesno = require('Module:Yesno') local checkType = require('libraryUtil').checkType local p = {} function p._main(args) checkType('_main', 1, args, 'table') -- This is basically libraryUtil.checkTypeForNamedArg, but we are rolling our -- own function to get the right error level. local function checkArg(key, val, level) if type(val) ~= 'string' then error(string.format( "type error in...")
- 18:24, 2 July 2023 Dragon talk contribs created page Template:Switcher/doc (Created page with "{{Documentation subpage}} <!-- Categories go at the bottom of this page and interwikis go in Wikidata. --> This template is used to create a switchable image with caption, for use in infoboxes. Note that this template does not work in the editing preview. == Parameters == Odd numbered parameters provide the image in wikitext; even numbered parameters provide the captions. Up to 20 images are supported. == Example == <syntaxhighlight lang="wikitext"> {{Switcher | File...")
- 18:24, 2 July 2023 Dragon 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>")
- 18:23, 2 July 2023 Dragon 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...")
- 18:16, 2 July 2023 Dragon talk contribs created page File:Greater German Reich (1942).svg
- 18:16, 2 July 2023 Dragon talk contribs uploaded File:Greater German Reich (1942).svg
- 18:11, 2 July 2023 Dragon talk contribs created page Template:Switcher (Created page with "<includeonly><div class="switcher-container">{{ safesubst:#if:{{{2|}}}|<div>{{{1|}}}<span class="switcher-label" style="display:none" {{ safesubst:#ifeq:{{{default|}}}|1|data-switcher-default=""}}>{{safesubst:#if:trim|{{{2|}}}}}</span></div>}}{{ safesubst:#if:{{{4|}}}|<div>{{{3|}}}<span class="switcher-label" style="display:none" {{ safesubst:#ifeq:{{{default|}}}|2|data-switcher-default=""}}>{{safesubst:#if:trim|{{{4|}}}}}</span></div>}}{{ safesubst:#if:{{{6|}}}|...")
- 17:40, 2 July 2023 Dragon talk contribs created page File:Flag of Yugoslavia (1943–1946).svg
- 17:40, 2 July 2023 Dragon talk contribs uploaded File:Flag of Yugoslavia (1943–1946).svg
- 17:38, 2 July 2023 Dragon talk contribs created page File:Merchant flag of Germany (1946–1949).svg
- 17:38, 2 July 2023 Dragon talk contribs uploaded File:Merchant flag of Germany (1946–1949).svg
- 17:37, 2 July 2023 Dragon talk contribs created page File:War flag of the Italian Social Republic.svg
- 17:37, 2 July 2023 Dragon talk contribs uploaded File:War flag of the Italian Social Republic.svg
- 17:34, 2 July 2023 Dragon talk contribs created page File:Flag of Greece (1822-1978).svg
- 17:34, 2 July 2023 Dragon talk contribs uploaded File:Flag of Greece (1822-1978).svg
- 17:32, 2 July 2023 Dragon talk contribs created page File:Flag of Yugoslavia (1918–1941).svg
- 17:32, 2 July 2023 Dragon talk contribs uploaded File:Flag of Yugoslavia (1918–1941).svg
- 17:30, 2 July 2023 Dragon talk contribs created page File:Flag of Belgium.svg
- 17:30, 2 July 2023 Dragon talk contribs uploaded File:Flag of Belgium.svg
- 17:24, 2 July 2023 Dragon talk contribs created page File:Flag of the Netherlands.svg
- 17:24, 2 July 2023 Dragon talk contribs uploaded File:Flag of the Netherlands.svg
- 17:23, 2 July 2023 Dragon talk contribs created page File:Flag of Luxembourg.svg
- 17:23, 2 July 2023 Dragon talk contribs uploaded File:Flag of Luxembourg.svg
- 17:14, 2 July 2023 Dragon talk contribs created page File:Flag of the Free City of Danzig.svg
- 17:14, 2 July 2023 Dragon talk contribs uploaded File:Flag of the Free City of Danzig.svg
- 16:49, 2 July 2023 Dragon talk contribs created page File:Flag of Austria (1934–1938).svg
- 16:49, 2 July 2023 Dragon talk contribs uploaded File:Flag of Austria (1934–1938).svg
- 04:59, 1 July 2023 Dragon talk contribs created page Library:Wikipedia’s Intentional Distortion of the History of the Holocaust (Created first paragraphs, will continue later) Tag: Visual edit
- 04:47, 1 July 2023 Dragon talk contribs created page File:Monthly views of Poland-focused articles relating to the Holocaus.jpeg
- 04:47, 1 July 2023 Dragon talk contribs uploaded File:Monthly views of Poland-focused articles relating to the Holocaus.jpeg
- 01:22, 29 June 2023 Dragon talk contribs created page Portal:ProleWiki (Created first draft of what will be ProleWiki's portal page!)
- 23:16, 28 June 2023 Dragon talk contribs created page File:Flag of South Korea.svg
- 23:16, 28 June 2023 Dragon talk contribs uploaded File:Flag of South Korea.svg
- 23:16, 28 June 2023 Dragon talk contribs created page File:Statesian neocolonial occupation of Korea.svg
- 23:16, 28 June 2023 Dragon talk contribs uploaded File:Statesian neocolonial occupation of Korea.svg
- 23:11, 28 June 2023 Dragon talk contribs created page File:Coat of arms of the United States.svg