Main public logs
Appearance
Combined display of all available logs of Debian Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:09, 11 September 2025 AndrewSayers talk contribs created page Template:MoinProcessingInstruction (Created page with "<pre><onlyinclude>Category:Pages with MoinMoin processing instructions</onlyinclude></pre> <templatedata> { "params": { "1": { "label": "instruction", "description": "Processing instruction", "type": "line", "required": true } }, "description": "An unconverted MoinMoin processing instruction" } </templatedata> MoinMoin supports [https://moinmo.in/HelpOnProcessingInstructions processing instructions], some of which don't have a direct MediaWiki equi...")
- 16:00, 7 September 2025 AndrewSayers talk contribs created page ExampleForDebianHeader (Created page with "{{DebianHeader|Language=en}}")
- 15:56, 7 September 2025 AndrewSayers talk contribs created page Category:Invalid Parameters (Created page with "Categories for templates that check for invalid input. See the subcategories for particular types of invalid value.")
- 15:41, 7 September 2025 AndrewSayers talk contribs created page Category:Pages with invalid locales (Created page with "{{CategoryInvalidParameter|SanitiseLanguageCode}}")
- 15:41, 7 September 2025 AndrewSayers talk contribs created page Category:Pages with invalid booleans (Created page with "{{CategoryInvalidParameter|SanitiseBoolean}}")
- 15:36, 7 September 2025 AndrewSayers talk contribs moved page Template:CategoryInvalidInput to Template:CategoryInvalidParameter (Misspelled title)
- 15:30, 7 September 2025 AndrewSayers talk contribs created page Template:CategoryInvalidInput (Created page with "<pre><onlyinclude>Pages with instances of <kbd><nowiki>{{</nowiki>{{{Type|{{{1}}}}}}}}</kbd> with invalid input. For other pages that need work, see Current tasks. To fix a specific page, edit it with the ''source editor'', search for <kbd>{{{Type|{{{1}}}}}}</kbd>, and fix the invalid parameter. Or if you'd like to help maintain the wiki, fix a <span class="plainlinks">[{{fullurl:Special:RandomInCategory|wpcategory={{PAGENAM...")
- 15:16, 7 September 2025 AndrewSayers talk contribs created page Category:Input Sanitisers (Created page with "Templates that convert user input to standard representations (e.g. <kbd>yes</kbd> -> <kbd>1</kbd> or <kbd>pT-Br</kbd> -> <kbd>pt_BR</kbd>).")
- 15:11, 7 September 2025 AndrewSayers talk contribs created page Template:SanitiseBoolean (Created page with "<pre><onlyinclude>{{#switch: {{lc:{{{1|}}}}} | 0 | no | off | false | disabled = 0 | 1 | on | yes | true | enabled = 1 | Category:Pages with invalid booleans }}</onlyinclude></pre> <templatedata> { "params": { "1": { "label": "Value", "description": "Value to convert to a boolean", "example": "yes", "type": "unknown", "suggestedvalues": [ "0", "no", "false", "disabled", "1", "yes", "true", "enabled" ], "required...")
- 15:07, 7 September 2025 AndrewSayers talk contribs created page Template:SanitiseLanguageCode (Created page with "<pre><onlyinclude>{{#switch:{{lc: {{{1|{{#titleparts:{{PAGENAME}}|1}}}}} }}| | ar | be | bn | ca | cn | cs | da | de | el | en | en | eo | es | es | fa | fi | fr | fr | he | hu | id | it | ja | jp | ko | lv | ms | nb | nl | nn | no | pl | pt | ro | ru | ru | se | si | sk | sr | sv | ta | te | tr | uk | us | vi | vi | zh = {{lc: {{{1|{{#titleparts:{{PAGENAME}}|1}}}}} }} | pt-br | pt_br = pt_BR | pt-pt | pt_pt = pt_PT | zh-cn | zh_cn = zh_CN | zh-hk | zh_hk = zh_HK |...")
- 21:59, 6 September 2025 AndrewSayers talk contribs created page ExampleForChooseADevice (Created page with "HOWTO guides sometimes need to tell the user to find a specific physical device (e.g. to format it). This template provides standard instructions: {{ChooseADevice}} Category:Example")
- 21:54, 6 September 2025 AndrewSayers talk contribs created page Template:ChooseADevice (Created page with "<pre><onlyinclude>{{#ifeq:{{MaybeBoolean|{{{Header|1}}}}}|1| Typing the wrong device name can destroy all information on your hard disk, so follow these instructions to select the right device name: }} {{#ifeq:{{MaybeBoolean|{{{Body|1}}}}}|1|{{#ifeq:{{MaybeBoolean|{{{Script|1}}}}}|1| <syntaxhighlight lang="shell"> # Make sure your device is disconnected or turned off, then do: ls /dev/disk/by-id/* | grep -v -- '-part[0-9]*$' | tee /tmp/disks.txt # Make sure your device...")
- 19:12, 6 September 2025 AndrewSayers talk contribs created page Template:MaybeBoolean (Created page with "<pre><onlyinclude>{{#switch: {{{1|}}} | 0 | no | off | false | disabled = 0 | 1 | on | yes | true | enabled = 1 | {{{1|}}} |}</onlyinclude></pre> <templatedata> { "params": { "1": { "label": "Value", "description": "Value to convert to a boolean", "example": "yes", "type": "unknown", "suggestedvalues": [ "0", "no", "false", "disabled", "1", "yes", "true", "enabled" ], "required": true } }, "description": "Conver...")
- 15:18, 31 August 2025 AndrewSayers talk contribs created page Template:DebianCopyright (Created page with "<pre><onlyinclude>|- | {{{Author|{{{1|(person who added this line)}}}}}} | {{{License|{{{2|(license)}}}}}} </onlyinclude></pre> <templatedata> { "description": "Copyright statement for a single user (under construction)", "params": { "Author": { "type": "line", "required": true, "description": "Name of the person asserting copyright" }, "License": { "type": "line", "required": tru...")
- 15:13, 31 August 2025 AndrewSayers talk contribs created page Template:DebianFooter (Created page with "<pre><onlyinclude>{{#if:{{{Copyright|}}}|{| |+ Copyright holders |- ! Author ! License {{{Copyright}}} |- |colspan="2"|If an author appears more than once, only their most recent statement applies. |} }}</onlyinclude></pre> <templatedata> { "description": "Standard page footer (under construction)", "params": { "Copyright": { "type": "content", "required": false, "description": "Copyright statements for authors who wan...")
- 15:03, 31 August 2025 AndrewSayers talk contribs created page Template:DebianHeader (Created page with "<pre><onlyinclude>{{#switch: {{{TOC|}}} | 0 | no | off | false | disabled = __NOTOC__ | 1 | on | yes | true | enabled = | ReviewRequired = Category:ReviewRequired/MissingTOC__NOTOC__ | Category:ReviewRequired/InvalidTOC__NOTOC__ |}{{#switch: {{{Title|}}} | 0 | no | off | false | disabled = __NOTITLE__ | 1 | on | yes | true | enabled = | ReviewRequired = Category:ReviewRequired/HiddenTitle__NOTITLE__ | Category:ReviewRequired/InvalidTOC__NOTITLE__ }}{{#seo...")
- 14:17, 31 August 2025 AndrewSayers talk contribs created page ExampleForAction (Created page with "MoinMoin supports [https://moinmo.in/HelpOnMacros#Others an Action macro] that maps to a variety of MediaWiki features. {| |+ Actions |- ! Raw text ! Template |- | <nowiki>{{Action|edit|text for edit}}</nowiki> | {{Action|edit|text for edit}} |- | <nowiki>{{Action|info|text for info}}</nowiki> | {{Action|info|text for info}} |- | <nowiki>{{Action|recoverpass|text for recoverpass}}</nowiki> | {{Action|recoverpass|text for recoverpass}} |- | <nowiki>{{Action|subscribe|tex...")
- 14:11, 31 August 2025 AndrewSayers talk contribs created page Template:Action (Created page with "<pre><onlyinclude>{{#switch: {{{Action|{{{1|}}}}}} |edit = <span class="plainlinks">[{{fullurl:{{FULLPAGENAME}}|action=edit}} {{{Text|{{{2|edit page}}}}}}]</span> |info = <span class="plainlinks">[{{fullurl:{{FULLPAGENAME}}|action=history}} {{{Text|{{{2|page history}}}}}}]</span> |recoverpass = {{{Text|{{{2|reset your password}}}}}} |subscribe = <span class="plainlinks">[{{fullurl:{{FULLPAGENAME}}|action=watch}} {{{Text|{{{2|watc...")
- 18:09, 30 August 2025 AndrewSayers talk contribs created page DebianBullseye (Created page with "(this page was added for testing purposes - it can be safely replaced or removed)")
- 17:56, 30 August 2025 AndrewSayers talk contribs created page Template:DebianVersion (Created page with "<pre><onlyinclude>{{DebianInfo|Version|{{{Suite|{{{1|}}}}}}}}</onlyinclude></pre> <templatedata> { "description": "The latest point version of the specified release", "params": { "Suite": { "type": "line", "required": true, "description": "Version of Debian", "aliases": ["1"], "suggestedvalues": [ "oldoldstable", "oldstable", "stable",...")
- 17:56, 30 August 2025 AndrewSayers talk contribs created page Template:DebianDate (Created page with "<pre><onlyinclude>{{DebianInfo|Date|{{{Suite|{{{1|}}}}}}}}</onlyinclude></pre> <templatedata> { "description": "Release date for the latest point version of the specified release", "params": { "Suite": { "type": "line", "required": true, "description": "Version of Debian", "aliases": ["1"], "suggestedvalues": [ "oldoldstable", "oldstable", "stable"...")
- 17:54, 30 August 2025 AndrewSayers talk contribs created page Template:DebianCodenameLink (Created page with "<pre><onlyinclude>{{DebianInfo|CodenameLink|{{{Suite|{{{1|}}}}}}}}</onlyinclude></pre> <templatedata> { "description": "Link to the page associated with the codename of a given Debian release", "params": { "Suite": { "type": "line", "required": true, "description": "Version of Debian", "aliases": ["1"], "suggestedvalues": [ "oldoldstable", "oldstable",...")
- 17:52, 30 August 2025 AndrewSayers talk contribs created page ExampleForDebianInfo (Created page with "Equivalents of <kbd><<DebianCodename>></kbd> etc. {| |+ Debian information |- | ! Codename ! CodenameLink ! Date ! Version |- ! oldoldstable | {{DebianCodename|oldoldstable}} | {{DebianCodenameLink|oldoldstable}} | {{DebianDate|oldoldstable}} | {{DebianVersion|oldoldstable}} |- ! oldstable | {{DebianCodename|oldstable}} | {{DebianCodenameLink|oldstable}} | {{DebianDate|oldstable}} | {{DebianVersion|oldstable}} |- ! stable | {{DebianCodename|stable}} | {{DebianCodenameL...")
- 17:48, 30 August 2025 AndrewSayers talk contribs created page Template:DebianCodename (Created page with "<pre><onlyinclude>{{DebianInfo|{{{Suite|{{{1|}}}}}}}}</onlyinclude></pre> <templatedata> { "description": "Codename of a given Debian release", "params": { "Suite": { "type": "line", "required": true, "description": "Version of Debian", "aliases": ["1"], "suggestedvalues": [ "oldoldstable", "oldstable", "stable", "testing",...")
- 17:46, 30 August 2025 AndrewSayers talk contribs created page Template:DebianInfo (Created page with "<pre><onlyinclude>{{#switch: {{{Suite|{{{2|}}}}}} | oldoldstable = {{#switch: {{{Info|{{{1|}}}}}} | Codename = bullseye | CodenameLink = DebianBullseye | Date = 2025-08-09 | Version = 11.11 | Category:ReviewRequired/InvalidDebianInfo(unknown info type "{{{Info|{{{1|}}}}}}") }} | oldstable = {{#switch: {{{Info|{{{1|}}}}}} | Codename = bookworm | CodenameLink = DebianBookworm | Date = 2025-08-09 | Version = 12.11 | Category:ReviewRequired/InvalidDebianInfo(unknown...")
- 17:13, 30 August 2025 AndrewSayers talk contribs created page ExampleForMessageId (Created page with "Template equivalent of `<<MessageId(...)>>` / `<<mid(...)>>`: {| |+ Message ID templates ! Template ! Example |- | MessageId | {{MessageId|YsWqjn3l8VrteXu2@thunder.hadrons.org}} |- | MId | {{MId|YsWqjn3l8VrteXu2@thunder.hadrons.org}} |- | mid | {{mid|YsWqjn3l8VrteXu2@thunder.hadrons.org}} |} Category:Example")
- 17:11, 30 August 2025 AndrewSayers talk contribs created page Template:Mid (Redirected page to Template:MessageId) Tag: New redirect
- 17:09, 30 August 2025 AndrewSayers talk contribs created page Template:MId (Redirected page to Template:MessageId) Tag: New redirect
- 17:08, 30 August 2025 AndrewSayers talk contribs created page Template:MessageId (Created page with "<pre><onlyinclude>[https://lists.debian.org/msgid-search/ {{{Id|{{{1|}}}}}} {{{text|{{{2|<{{{Id|{{{1|}}}}}}>}}}}}}]</onlyinclude></pre> <templatedata> { "description": "Link to a messag on a Debian mailing list", "params": { "Id": { "type": "line", "required": true, "description": "Message ID (from message header)", "aliases": ["1"], "example": "foo-1234@example.com" }, "text": {...")
- 16:28, 30 August 2025 AndrewSayers talk contribs created page ExampleForSmileys (Created page with "MoinMoin supports [https://wiki.debian.org/HelpOnSmileys smileys] that aren't supported by default by MediaWiki. Ideally we plan to use [https://www.mediawiki.org/wiki/Extension:Emoticons the emoticons extension], but if necessary we can use a template instead. This page shows what various smileys would look like: {| |+ Smileys |- ! Raw text ! Wikitext ! Template |- | <nowiki>(!)</nowiki> | (!) | {{Smiley|(!)}} |- | <nowiki>(./)</nowiki> | (./) | {{Smiley|(./)}} |- |...")
- 16:21, 30 August 2025 AndrewSayers talk contribs created page Template:Smiley (Created page with "<pre><onlyinclude>{{#switch: {{{smiley|{{{1|}}}}}} | /!\ | alert = 16x16px|alert | X-( | angry = 16x16px|angry | <!> | attention = 16x16px|attention | :D | biggrin = 16x16px|biggrin | (./) | checkmark = 16x16px|checkmark | >:> | devil = 16x16px|devil | <:( | frown = 16x16px|frown | {X} | icon-error = Fil...")
- 14:43, 30 August 2025 AndrewSayers talk contribs created page ExampleForInterWiki (Created page with "Some InterWiki links from the old wiki (e.g. <kbd><nowiki>DebianBug:NNN</nowiki></kbd>) need to be treated more like templates, some can continue to work like old-fashioned links (e.g. <kbd><nowiki>WikiPedia:article</nowiki></kbd>), some might go either way. The current recommendation is to provide MW-style interwiki links as a fallback, but nudge people to directly use templates. For example: {| ! Wikitext ! Displayed as |- | <nowiki>WikiPedia:article</no...")
- 14:27, 30 August 2025 AndrewSayers talk contribs created page Category:InterWikiLinkTemplate (Created page with "Templates based on InterWiki links on the old MoinMoin wiki.")
- 14:25, 30 August 2025 AndrewSayers talk contribs created page Template:WikiPedia (Created page with "<pre><onlyinclude>{{InterWiki|WikiPedia|https://en.wikipedia.org/wiki/|{{{suffix|{{{1|}}}}}}|{{{text|{{{2|}}}}}}}}</onlyinclude></pre> <templatedata> { "description": "InterWiki link to https://en.wikipedia.org/wiki/", "params": { "suffix": { "type": "line", "required": true, "description": "URL suffix to link to", "aliases": ["1"] }, "text": { "type": "line", "require...")
- 14:15, 30 August 2025 AndrewSayers talk contribs created page Template:InterWiki (Created page with "<pre><onlyinclude>[{{{prefix|{{{2|}}}{{{suffix|{{{1}}}}}}{{#if:{{{text|{{{4|}}}}}}|<nowiki> </nowiki>{{{text|{{{4|}}}}}}}}]</onlyinclude></pre> <templatedata> { "description": "InterWiki-style link", "params": { "prefix": { "type": "line", "required": true, "description": "Prefix typed by the user", "aliases": ["1"], "example": "WikiPedia" }, "URL": { "type": "line",...")
- 11:46, 20 August 2025 AndrewSayers talk contribs created page Category:Package (Created page with "Pages for Debian packages. To associate a page with a package, add the <kbd>Package</kbd> and (optionally) <kbd>SourcePackage</kbd> parameters to its <kbd><nowiki>{{</nowiki>PageHeader}}</kbd>.")
- 11:36, 20 August 2025 AndrewSayers talk contribs created page ExampleForPackage (Created page with "{{PageHeader|Package=golang|SourcePackage=golang-defaults}} This shows what a package page would look like. Category:Example")
- 11:34, 20 August 2025 AndrewSayers talk contribs created page Template:PageHeader/Package (Created page with "<onlyinclude><includeonly><pre>sudo apt-get install {{{Package}}}</pre></includeonly></onlyinclude> <templatedata> { "description": "Information at the top of package pages, called internally by PageHeader", "params": { "1": { "type": "line", "required": true, "default": "0", "description": "Binary package name" }, "2": { "type": "line", "required": true,...")
- 10:03, 19 August 2025 AndrewSayers talk contribs created page Category:Tag (Created page with "Pages that have been tagged. To create a new tag: # decide on a name for your tag (like "Archived" or "Package removed") # create a page called Template:ProposedName #* should just call Template:Tag - see e.g. <span class="plainlinks">[{{fullurl:Template:Archived|action=raw}} Template:Archived]</span> # create a page called Category:ProposedName #* should just call Template:CategoryTag - see e.g. <span class="plainlinks">[{{fullurl:Category:Archived|action=raw}...")
- 10:00, 19 August 2025 AndrewSayers talk contribs created page Category:PackageRemoved (Created page with "{{CategoryTag|for packages that have been removed|tag a page as being for a removed package|golang-1.8{{!}}buster{{!}}golang-defaults}}")
- 09:58, 19 August 2025 AndrewSayers talk contribs moved page ExampleForRemoved to ExampleForPackageRemoved
- 09:53, 19 August 2025 AndrewSayers talk contribs created page Category:Removed (Created page with "{{CategoryTag|for packages that have been removed|tag a page as being for a removed package|golang-1.8{{!}}buster{{!}}golang-defaults}}")
- 09:50, 19 August 2025 AndrewSayers talk contribs created page ExampleForRemoved (Created page with "{{PackageRemoved|golang-1.8|buster|golang-defaults}} This shows what a page for a package that has been removed would look like. Category:Example")
- 09:42, 19 August 2025 AndrewSayers talk contribs created page Category:Archived (Created page with "{{CategoryTag|archived|archive a page|Proposal was never accepted{{!}}This was proposed in 2015, but we went with <nowiki>OtherProposal</nowiki> instead.}}")
- 09:41, 19 August 2025 AndrewSayers talk contribs moved page Template:TagArchived to Template:Archived ("Tag" prefix looks ugly in practice)
- 09:41, 19 August 2025 AndrewSayers talk contribs moved page Template:TagPackageRemoved to Template:PackageRemoved ("Tag" prefix looks ugly in practice)
- 09:34, 19 August 2025 AndrewSayers talk contribs created page ExampleForArchived (Created page with "{{TagArchived|explanation title|explanation body}} This shows what a page that has been archived would look like. Category:Example")
- 09:33, 19 August 2025 AndrewSayers talk contribs created page Template:TagPackageRemoved (Created page with "<onlyinclude><includeonly>{{Tag|removed|<kbd>{{{1|{{{package|}}}}}}</kbd> no longer available since {{{2|{{{since|}}}}}}|{{#if:{{{3|{{{alternative|}}}}}}|See {{DebianPkg|{{{3|{{{alternative|}}}}}}}}.}} More information about this package may be available on [[https://tracker.debian.org/pkg/{{{1|{{{package|}}}}}}|its tracker page]]}}</includeonly></onlyinclude> <templatedata> { "description": "Indicate this page is for a package that is no longer available in Debian"...")
- 09:18, 19 August 2025 AndrewSayers talk contribs created page Template:TagArchived (Created page with "<onlyinclude><includeonly>{{Tag|archived|{{{1|{{{title|}}}}}}|{{{2|{{{body|}}}}}}}}</includeonly></onlyinclude> <templatedata> { "description": "Indicate this page has been archived", "params": { "title": { "label": "Title", "type": "line", "required": false, "description": "One-line explanation for why this was archived", "aliases": ["1"], "example": "Proposal was never accepted"...")
- 09:13, 19 August 2025 AndrewSayers talk contribs created page Template:Tag (Created page with "<includeonly><admonition> '''{{ucfirst:{{{1|{{{tag_ed}}}}}}}}'''{{#if: {{{2|{{{title|}}}}}}|<nowiki>:</nowiki> ''{{{2|{{{title|}}}}}}}}{{#if:{{{3|{{{body|}}}}}}|<nowiki></nowiki> {{{3|{{{body|}}}}}}}} (TODO: change <admonition> to the relevant template once it exists) </admonition> [[Category:Tag{{ucfirst:{{{1|{{{tag_ed}}}}}}}}]]</includeonly><noinclude><templatedata> { "description": "Tag this page", "params": { "tag_ed": { "label": "Tag...")