Jump to content

Main public logs

Combined display of all available logs of wikiNonStop. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 08:29, 17 April 2026 Majestix talk contribs created page Template:Num (Created page with "<includeonly>{{#switch:{{#expr:{{{1}}}}}|INF=INF|-INF=-INF|{{#ifexpr:({{{1}}})=trunc({{{1}}})|{{#expr:trunc({{{1}}})}}|{{#switch:1|{{#expr:({{{1}}})>0}}={{num/1|({{{1}}})}}|{{#expr:({{{1}}})<0}}=-({{num/1|-({{{1}}})}})|0}}}}}}</includeonly><noinclude> This template has as parameter an expression and produces a decimal number. If the expression produces a number of type integer, the template returns exactly that integer. If the expression produces a float, the template re...")
  • 08:29, 17 April 2026 Majestix talk contribs created page Template:Num/1 (Created page with "<includeonly>{{num/0|{{{1}}}}}{{#ifexpr:{{{1}}}<>{{num/0|{{{1}}}}}|{{#ifexpr:{{{1}}}>{{num/0|{{{1}}}}}|+|-}}2^{{#expr:(ln abs({{{1}}}-{{num/0|{{{1}}}}})/ln2)round0}}}}</includeonly><noinclude> This is an auxiliary template of Template:Num. *{{xpsoc|num/1|123e20}} *{{xpsoc|num/1|123e10}} *{{xpsoc|num/1|123e2}} *{{xpsoc|num/1|(1e0/7)|+}} *{{xpsoc|num/1|(1e-1/7)|frac}} *{{xpsoc|num/1|(1e-2/7)|frac}} *{{xpsoc|num/1|(1e-3/7)|frac}} *{{xpsoc|num/1|(1e-4/7)|frac}} *{{xpso...")
  • 08:28, 17 April 2026 Majestix talk contribs created page Template:Num/0 (Created page with "<includeonly>{{#ifexpr:{{{1}}}=floor{{{1}}}|{{num/2|{{{1}}}}}|{{#ifexpr:{{{1}}}>=1|{{num/2|floor{{{1}}}}}{{num/2|{{{1}}}-floor{{{1}}}|+|{{#expr:trunc(floor{{{1}}})}}|{{{1}}}}}|{{num/2|{{{1}}}|||{{{1}}}}}}}}}</includeonly><noinclude> This is an auxiliary template of Template:Num. *{{xpsoc|num/0|(1e20/7)}} *{{xpsoc|num/0|(1e19/7)}} *{{xpsoc|num/0|(1e18/7)}} *{{xpsoc|num/0|(1e17/7)}} *{{xpsoc|num/0|(1e16/7)}} *{{xpsoc|num/0|(1e15/7)}} *{{xpsoc|num/0|(1e14/7)}} *{{xpsoc...")
  • 08:28, 17 April 2026 Majestix talk contribs created page Template:Num/2 (Created page with "<includeonly>{{num/3|{{{1}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}|oom={{oom|{{{1}}}}}}}</includeonly><noinclude> This is an auxiliary template of Template:Num. *{{xpsoc|num/2|123e20|int}} *{{xpsoc|num/2|123e10|int}} *{{xpsoc|num/2|123e2|int}} *{{xpsoc|num/2|(1e0/7)|frac}} *{{xpsoc|num/2|(1e-1/7)|frac}} *{{xpsoc|num/2|(1e-2/7)|frac}} *{{xpsoc|num/2|(1e-3/7)|frac}} *{{xpsoc|num/2|(1e-4/7)|frac}} *{{xpsoc|num/2|(1e-5/7)|frac}} *{{xpsoc|num/2|(1e-15/7)|frac}} *{{xpsoc|num/2|(1e-...")
  • 08:28, 17 April 2026 Majestix talk contribs created page Template:Num/3 (Created page with "<includeonly>{{#switch:1|{{#expr:({{{1}}})=trunc({{{1}}})}}={{#expr:trunc({{{1}}})}}|{{#expr:{{{3|}}}.{{#expr:trunc((({{{1}}})e1)round0)}}=({{{4}}})}}=.{{#expr:trunc((({{{1}}})e1)round0)}}|{{#expr:{{{3|}}}.{{padleft:{{#expr:trunc((({{{1}}})e2)round0)}}|2}}={{{4}}}}}=.{{padleft:{{#expr:trunc((({{{1}}})e2)round0)}}|2}}|{{#expr:{{{3|}}}.{{padleft:{{#expr:trunc((({{{1}}})e3)round0)}}|3}}={{{4}}}}}=.{{padleft:{{#expr:trunc((({{{1}}})e3)round0)}}|3}}|{{#expr:{{{3|}}}.{{padleft...")
  • 08:25, 17 April 2026 Majestix talk contribs created page Template:Numfh (Created page with "<includeonly>{{numfh/1|{{formatnum:{{{1}}}|R}}}}</includeonly><noinclude> This template produces the result of Template:Numf, with additionally the result of Template:Hex. == Examples == * {{xpsoc|numfh|1.2}} * {{xpsoc|numfh|-1.23}} * {{xpsoc|numfh|0}} * {{xpsoc|numfh|12.34567890123456789}} * {{xpsoc|numfh|123.4567890123456789}} * {{xpsoc|numfh|1234.567890123456789}} * {{xpsoc|numfh|12345.67890123456789}} * {{xpsoc|numfh|123456.7890123456789}} * {{xpsoc|numfh|...")
  • 08:24, 17 April 2026 Majestix talk contribs created page Template:Numfh/2 (Created page with "{{#expr:({{{1}}}e-{{{2}}})round1}}e{{{2}}}<noinclude> This template is used as an example at Manual:Representation of numbers in expr parser function *{{xpsoc|numfh|123}} *{{xpsoc|numfh/1|123}} *{{xpsoc|numfh/2|123|2}} *{{xpsoc|numfh|.0123}} *{{xpsoc|numfh/1|.0123}} *{{xpsoc|numfh/2|.0123|-2}} </noinclude>")
  • 08:23, 17 April 2026 Majestix talk contribs created page Template:Hex/doc (Created page with "{{Documentation subpage}} This template shows the exact value of a number of type float. The significand is given in hexadecimal format, which, apart from the sign, consists of a fixed "<code>1.</code>", followed by 13 hexadecimal characters. Denormal numbers are shown in normalized format, not in internal format, but without inherently zero digits. No distinction is made between 0 and -0. For numbers of type...")
  • 08:22, 17 April 2026 Majestix talk contribs created page Template:Oom/doc (Created page with "{{Documentation subpage}} == Usage == This template determines the log to the base 10, rounded down to an integer ('''O'''rder '''O'''f '''M'''agnitude), of a given positive number. In other words, it determines the log to the base 10 of the result of rounding down to a power of 10. For numbers ≥ 1 this is one less than the number of digits before the decimal point. The result applies to the number after the system's rounding to one that is...")
  • 08:22, 17 April 2026 Majestix talk contribs created page Template:Oom (Created page with "<includeonly>{{#expr:floor(ln({{{1}}})/ln10)-(10^floor(ln({{{1}}})/ln10)>{{{1}}})}}</includeonly><noinclude>{{documentation}}</noinclude>")
  • 08:21, 17 April 2026 Majestix talk contribs created page Template:Restrict (Created page with "<includeonly>{{#ifexpr:({{{3}}})<({{{1}}})|({{{1}}})|{{#ifexpr:({{{3}}})>({{{2}}})|({{{2}}})|({{{3}}})}}}}</includeonly><noinclude> This template is used as an example at Manual:Representation of numbers in expr parser function *{{xpsoc|restrict|0|9|-1}} *{{xpsoc|restrict|0|9|0}} *{{xpsoc|restrict|0|9|1}} *{{xpsoc|restrict|0|9|9}} *{{xpsoc|restrict|0|9|10}} </noinclude>")
  • 08:20, 17 April 2026 Majestix talk contribs created page Template:Hexchr (Created page with "{{#switch:{{{1}}}|10=a|11=b|12=c|13=d|14=e|15=f|{{{1}}}}}<noinclude>{{doc|content=This template is used as an example at Manual:Representation of numbers in expr parser functionCategory:Demo templates}}</noinclude>")
  • 08:19, 17 April 2026 Majestix talk contribs created page Template:Significand2 (Created page with "<includeonly>{{#ifexpr:{{{1}}}=2|2|1.{{hexchr|{{#ifexpr:{{{2}}}>0|{{#expr:(16*{{{1}}})mod16}}}}}}{{hexchr|{{#ifexpr:{{{2}}}>1|{{#expr:(16^2*{{{1}}})mod16}}}}}}{{hexchr|{{#ifexpr:{{{2}}}>2|{{#expr:(16^3*{{{1}}})mod16}}}}}}{{hexchr|{{#ifexpr:{{{2}}}>3|{{#expr:(16^4*{{{1}}})mod16}}}}}}{{hexchr|{{#ifexpr:{{{2}}}>4|{{#expr:(16^5*{{{1}}})mod16}}}}}}{{hexchr|{{#ifexpr:{{{2}}}>5|{{#expr:(16^6*{{{1}}})mod16}}}}}}{{hexchr|{{#ifexpr:{{{2}}}>6|{{#expr:(16^7*{{{1}}})mod16}}}}}}{{hexc...")
  • 08:17, 17 April 2026 Majestix talk contribs created page Template:Oom2 (Created page with "<includeonly>{{#ifexpr:({{{1}}})<0|number <0|{{#ifexpr:({{{1}}})=0|-1E308|{{#expr:0+((ln({{{1}}})/ln2)round0){{#ifexpr:({{#ifexpr:(({{{1}}})>2^52)and(((ln({{{1}}})/ln2)round0)<63)|trunc(2^((ln({{{1}}})/ln2)round0))|2^((ln({{{1}}})/ln2)round0)}}>({{{1}}}))or((({{{1}}})=2^63)and(({{{1}}})=trunc({{{1}}})))|-1}}}}}}}}</includeonly><noinclude> This template determines the log to the base 2, rounded down to an integer (binary w:order of magnitude|'''O'''rder '''O'''f '''M'''...")
  • 08:16, 17 April 2026 Majestix talk contribs created page Template:Loop/doc (Created page with "{{Documentation subpage}} <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> {{lua|Module:String}} This template is used to produce a simple loop. It is based on Module:String, and there is no limit to the number of iterations it can perform. == Usage == <pre>{{loop|times to repeat|string}}</pre> If '''string''' contains an equals sign, you must put "|2=string" instead of "|string". == Examples == *<code><nowiki>{{loop|4|n}}</nowiki></code> ;{{loop|4|n}} *<c...")
  • 08:16, 17 April 2026 Majestix talk contribs created page Template:Loop (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:String|rep|1={{{2|}}}|2={{{1|<noinclude>1</noinclude>}}}}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go in Wikidata --> </noinclude>")
  • 08:15, 17 April 2026 Majestix talk contribs created page Template:Hex (Created page with "<includeonly><code>{{#if:{{{1|}}}|{{#iferror:{{#expr:{{{1}}}}}|{{{1}}}|{{#ifexpr:({{{1}}})<0|-}}{{#switch:{{#expr:{{{1}}}}}|INF|-INF=INF|{{#ifexpr:({{{1}}})=0|0|{{significand2|(abs({{{1}}})/2^{{oom2|abs({{{1}}})}})|{{restrict|0|13|floor(1074+{{oom2|abs({{{1}}})}})/4}}}}<sub><sub><small>hex</small></sub></sub>*2^{{oom2|abs({{{1}}})}}}}}}}}}}</code></includeonly><noinclude>{{doc}}</noinclude>")
  • 08:13, 17 April 2026 Majestix talk contribs created page Template:Numfh/1 (Created page with "<includeonly>{{formatnum:{{num|{{{1}}}}}}} {{#ifexpr:{{{1}}}>0|<nowiki/> (ca. {{numfh/2|({{{1}}})|{{oom|{{{1}}}}}}}) <nowiki/>}}{{#ifexpr:{{{1}}}<>0|{{hex|{{{1}}}}}}}</includeonly><noinclude> This template is used as an example at Manual:Representation of numbers in expr parser function {{PAGENAME}} </noinclude>")
  • 08:11, 17 April 2026 Majestix talk contribs created page Template:Xpsoc/doc (Created page with "{{Documentation subpage}} {{lua|Module:Xpsoc}} This is a simplified expansion demo template. Purposes of the simplification are: *reducing the number of required expansion demo templates, by reducing the number of distinguished patterns, and/or making a single template support multiple patterns *simplifying the calls of these templates; for example, if a parameter of the demonstrated template is represented by a single parameter of the...")
  • 08:11, 17 April 2026 Majestix talk contribs created page Template:Xpdop3c (Created page with "{{xpda|l4={{{l|}}}|result={{{gives|→}}} {{{d|"}}}{{{{{1}}}|{{{2|}}}{{{3|}}}{{{4|}}}}}{{{5|}}}{{{6|}}}{{{7|}}}{{{8|}}}{{{9|}}}{{{10|}}}{{{11|}}}{{{12|}}}{{{13|}}}{{{14|}}}{{{15|}}}{{{d|"}}}|{{{d|"}}}|{|{|{{{1}}}|&p|{{xpd/code|{{{2|}}}}}|{{xpd/code|{{{3|}}}}}|{{xpd/code|{{{4|}}}}}|}|}|{{xpd/code|{{{5|}}}}}|{{xpd/code|{{{6|}}}}}|{{xpd/code|{{{7|}}}}}|{{xpd/code|{{{8|}}}}}|{{xpd/code|{{{9|}}}}}|{{xpd/code|{{{10|}}}}}|{{xpd/code|{{{11|}}}}}|{{xpd/code|{{{12|}}}}}|{{xpd/code...")
  • 08:09, 17 April 2026 Majestix talk contribs created page Module:Xpsoc/doc (Created page with "This module implements {{tl|xpsoc}}. Please see the template page for documentation.")
  • 08:08, 17 April 2026 Majestix talk contribs created page Module:Xpsoc (Created page with "-- This module implements {{xpsoc}}. local p = {} local function makeInvocation(name, args, useNoWiki) -- This function makes a template invocation from the name and the arguments -- given. -- Copy the invocation args and convert magic words. -- We need to make a copy of the table rather than just using the original, -- as some of the values may be erased when building the invocation. local invArgs = {} for k, v in pairs(args) do invArgs[k] = v end -- Get...")
  • 08:06, 17 April 2026 Majestix talk contribs created page Template:Xpsoc (Created page with "<includeonly>{{#invoke:xpsoc|main}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")
  • 08:03, 17 April 2026 Majestix talk contribs marked Help:Moving a page for translation
  • 08:02, 17 April 2026 Majestix talk contribs created page Help:Moving a page (Created page with "<languages/> {{PD Help Page}} <translate><!--T:1--> '''Moving (renaming) a page''' means giving it another name.</translate> <translate><!--T:25--> This is done by using the <tvar name=1><code>{{lc:{{int|move}}}}</code></tvar> action of [[<tvar name=2>Special:MyLanguage/Help:Navigation#Page tabs</tvar>|tab]] <tvar name=3><code>{{int|cactions}}</code></tvar> at the top.</translate> <translate><!--T:26--> The tab is not visible if you are not logged in.</translate> <transl...")
  • 08:00, 17 April 2026 Majestix talk contribs marked Template:Move for translation
  • 07:51, 17 April 2026 Majestix talk contribs created page Template:Move (Created page with "<noinclude> <languages /> </noinclude>{{mbox | type = move | text = '''<translate><!--T:1--> Move proposal:</translate>''' <translate><!--T:2--> It has been suggested that this page be moved to a new name</translate>{{#if:{{{1|}}}|<!--replace "newline+colon" with "colon"-->{{#invoke:String|replace|{{int|colon-separator}}| :|:|plain=false}} '{{{1}}}'|}}<br/><small><translate><!--T:3--> Use the [[<tvar name=1>{{TALKPAGENAME}}</tvar>|talk page]] to discuss this acti...")
  • 07:50, 17 April 2026 Majestix talk contribs created page Template:Move/doc (Created page with "{{Documentation subpage}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{TemplateData header|editlinks=1|docpage=Move/doc}} <templatedata> { "description": { "en": "This template is for proposing moving an article from one name to another here on MediaWiki.org.", "cs": "Tato šablona je vytvořena pro návrh přesunutí článku z jednoho jména na druhé zde na MediaWiki.org." }, "format": "inline", "params": {...")
  • 07:49, 17 April 2026 Majestix talk contribs created page Template:E (Created page with "{{#if:{{{1|}}}|<span style="margin:0 .15em 0 .25em">×</span>10<sup>{{#switch:{{{2}}}|text={{{1|}}}|#default={{valid|number={{{1|}}}|false={{{1|}}}|true={{#ifexpr:({{{1|}}})<0||{{#switch:{{{2|}}}|plus|+=+}}}}{{val/delimitnum|1={{{1|}}}}}}}}}</sup>|<sup>e</sup>}}<noinclude>{{doc|content=This template is used as an example at Manual:Expr parser function syntax. Category:Demo templates}}</noinclude>")
  • 06:36, 17 April 2026 Majestix talk contribs marked Template:Extension development for translation
  • 06:35, 17 April 2026 Majestix talk contribs created page Template:Extension development (Created page with "<languages/> <onlyinclude>{{Navbox | name = Extension development | title = {{ll|Manual:Developing extensions|2=<translate><!--T:1--> Extension development</translate>}} | bodyclass = hlist | groupstyle = white-space:inherit; min-width:9em | group1 = <translate><!--T:2--> Setup</translate> | list1 = * {{ll|Manual:Extension registration|2=<translate><!--T:3--> Registration</translate>}} * {{ll|Manual:Extension.json/Schema|2=<translate><!--T:4--> <tvar name=1>extension.js...")
  • 06:33, 17 April 2026 Majestix talk contribs created page Template:ExtensionJsonFile (Created page with "{{Code |lang=json | { "name": "{{{extension|Example}}}", "author": "Me", "version": "1.0.0", "url": "https://www.mediawiki.org/wiki/Extension:{{{extension|Example}}}", "descriptionmsg": "{{lc:{{{extension|Example}}}}}-desc", "license-name": "{{{license|GPL-2.0-or-later}}}", "type": "{{{type|other}}}", "MessagesDirs": { "{{{extension|Example}}}": [ "i18n" ] }, "AutoloadClasses": { "{{{extension|Example}}}Hooks": "src/{{{extension|Example}}}Hooks.php" }...")
  • 11:17, 15 April 2026 Majestix talk contribs created page Template:Tag2 (Created page with "{{tag|1={{{1|tag}}}|2=open|plain={{{plain|}}}}}<noinclude> {{documentation|content= == Examples == * {{tlx|tag2|table name}} {{tag2|table name}} * {{tlx|tag2|table name|plain{{=}}1}} {{tag2|table name|plain=1}} == See also == * {{ll|Template:Tag}} }} [[Category:Templates{{#translation:}}]] </noinclude>")
  • 11:16, 15 April 2026 Majestix talk contribs created page Template:Outdated (Redirected page to Template:Update) Tag: New redirect
  • 11:15, 15 April 2026 Majestix talk contribs created page Template:Method doclink/doc (Created page with "<noinclude>{{Documentation subpage}} {{timw|{{BASEPAGENAME}}}} </noinclude> This renders a link to a particular anchor in automatically-generated documentation for a class at https://doc.wikimedia.org/mediawiki-core/master/php/ . Like {{tl|class doclink}} it takes a class in <code>mediawiki/core</code> and an optional <code>type=interface</code>. It adds an an <code>anchor</code> parameter to scroll to a particular part of the file (without the <code>#</code>) and a <cod...")
  • 11:13, 15 April 2026 Majestix talk contribs created page Template:Method doclink (Created page with "<noinclude>{{Documentation subpage}} {{timw|{{BASEPAGENAME}}}} </noinclude> This renders a link to a particular anchor in automatically-generated documentation for a class at https://doc.wikimedia.org/mediawiki-core/master/php/ . Like {{tl|class doclink}} it takes a class in <code>mediawiki/core</code> and an optional <code>type=interface</code>. It adds an an <code>anchor</code> parameter to scroll to a particular part of the file (without the <code>#</code>) and a <cod...")
  • 09:43, 15 April 2026 Majestix talk contribs created page Template:Purge Pages (Created page with "{{Navbox | name = Purge Pages | title = Purge Pages | bodyclass = hlist | state = {{{state|{{{1|}}}}}} | group1 = General purge templates | list1 = *{{tl|Purge}} *{{tl|Purge box}} *{{tl|Purge button}} *{{tl|Purge link portals}} *{{tl|Purge page}} *{{tlu|User:UBX/Purge}} | group2 = About Purge on Wikipedia | list2 = *Help:Purge *commons:Template:Purge |belowstyle = font-weight:bold; |below = * {{Purge}} }}<noinclude> {{docume...")
  • 09:42, 15 April 2026 Majestix talk contribs created page Template:Purge page (Created page with "<span class="noprint" style="font-style: italic; font-size: 85%">[[Special:Purge/{{FULLPAGENAME}}|<span {{#if:{{{color|}}}|style="color:{{{color}}}"}}>{{{1|Purge server cache}}}</span>]]</span><noinclude>{{Documentation}}</noinclude>")
  • 09:42, 15 April 2026 Majestix talk contribs created page Template:Purge page/doc (Created page with "{{Documentation subpage}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> The {{tlx|purge page}} template places, where transcluded, a link which, when clicked, purges the page. Usually it is used on portal pages; it is not suitable for use on article pages. ==Parameters (optional)== {{Aligned table |col1style=padding-right:2.0em; | {{para|1}} | Use to set the PAGE...")
  • 09:02, 15 April 2026 Majestix talk contribs created page Template:Para/doc (Created page with "{{Documentation subpage}} <!-- Add categories where indicated at the bottom of this page and interwikis at Wikidata --> {{Distinguish|Template:Param|Template:Parameter}} {{Uses TemplateStyles|Template:Mono/styles.css|Template:Nowrap/styles.css}} __TOC__ {{clear}} == Usage == This template is for giving examples of template parameter source code (useful in template documentation and talk page discussions of template code). It must have o...")
  • 13:51, 14 April 2026 Majestix talk contribs marked Help:TemplateData for translation
  • 13:51, 14 April 2026 Majestix talk contribs created page Help:TemplateData (Created page with "<languages/> {{PD Help Page}} {{anchor|What is TemplateData?}} <translate><!--T:94--> <tvar name=1>'''{{ll|Extension:TemplateData|TemplateData}}'''</tvar> is an extension that stores information and parameters associated with a [[<tvar name=2>Special:MyLanguage/Help:Templates</tvar>|wikitext template]] and makes it available to an editing interface that can retrieve and present it in a template editor -- all of which helps users add and edit templates on pages.</translat...")
  • 13:19, 14 April 2026 Majestix talk contribs marked TemplateData for translation
  • 13:19, 14 April 2026 Majestix talk contribs created page TemplateData (Created page with "<languages/> {{PD Help Page}} {{anchor|What is TemplateData?}} <translate><!--T:94--> <tvar name=1>'''{{ll|Extension:TemplateData|TemplateData}}'''</tvar> is an extension that stores information and parameters associated with a [[<tvar name=2>Special:MyLanguage/Help:Templates</tvar>|wikitext template]] and makes it available to an editing interface that can retrieve and present it in a template editor -- all of which helps users add and edit templates on pages.</translat...")
  • 13:18, 14 April 2026 Majestix talk contribs created page Template:Lm (Redirected page to Template:Localized media)
  • 13:16, 14 April 2026 Majestix talk contribs created page Template:CURRENTCONTENTLANGUAGE/doc (Created page with "{{Documentation subpage}} {{high-use|8000}} <!-- Categories and interwikis go at the bottom of this page. --> == Usage == This template returns the "content language" of the current page; more precisely it checks if the current title ends with a language code, and if it is the case it returns this language code, else {{((}}CONTENTLANGUAGE{{))}} (the default content language; on this wiki: "{{CONTENTLANGUAGE}}" for {{#language:{{CONTENTLANGUAGE}}|en}}). == Examples == *...")
  • 13:16, 14 April 2026 Majestix talk contribs created page Template:CURRENTCONTENTLANGUAGE (Created page with "{{#if:{{#invoke:Template translation|getLanguageSubpage}}|{{#invoke:Template translation|getLanguageSubpage}}|{{CONTENTLANGUAGE}}}}<noinclude>{{Documentation}}</noinclude>")
  • 13:13, 14 April 2026 Majestix talk contribs created page Template:Localized media (Created page with "{{#ifexist:Media:{{{filename|{{{1|Example}}}}}}{{{delim|{{{3| }}}}}}{{CURRENTCONTENTLANGUAGE}}.{{{ext|{{{2|png}}}}}} |File:{{{filename|{{{1|Example}}}}}}{{{delim|{{{3| }}}}}}{{CURRENTCONTENTLANGUAGE}}.{{{ext|{{{2|png}}}}}} |{{#ifexist:Media:{{{filename|{{{1|Example}}}}}}{{{delim|{{{3| }}}}}}en.{{{ext|{{{2|png}}}}}} |File:{{{filename|{{{1|Example}}}}}}{{{delim|{{{3| }}}}}}en.{{{ext|{{{2|png}}}}}} |File:{{{filename|{{{1|Example}}}}}}.{{{ext|{{{2|png}}}}}} }}...")
  • 13:13, 14 April 2026 Majestix talk contribs created page Template:Localized media/doc (Created page with "<noinclude>{{Documentation subpage}} {{timw|{{BASEPAGENAME}}}} </noinclude> {{tsh|lm|LM}} <!-- PUT HERE THE DOCUMENTATION --> == Purpose == This template is used to show localized images (and another media) in the language of the current page. Users can be create localized version of screenshots, diagrams etc., which the standardized form of file name <code>'''File_name lang_code.file_extension'''</code> (e.g. File:Sysopdeleteform el.png), where...")
  • 13:46, 13 April 2026 Majestix talk contribs created page Test1 (Created page with "{{colored box|title=testtitel}} {{#switch: {{{title}}}| warn = warntitel |#default = title{{=}}defaulttitel}} {{colored box |title={{#switch: {{{title}}}| warn = warn|cons = Consideration|#default = defaulttitel}} |icon =OOjs UI icon {{#switch: {{{title}}} | info = info-progressive.svg | note = notice-progressive.svg | warn = bell-destructive.svg |cons = Consideration...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)