All public logs

From The Blockheads Wiki

Combined display of all available logs of The Blockheads Wiki. 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)
  • 15:55, 6 August 2024 FloofyPlasma talk contribs created page Template:Inventory slot (Created page with "<includeonly>{{#invoke: inventory slot | slot }}</includeonly><noinclude> {{documentation}} <!-- Put categories/interwiki on the documentation page -->")
  • 15:54, 6 August 2024 FloofyPlasma talk contribs created page Module:Inventory slot/doc (Created page with "{{documentation header}} <!-- Documentation here --> This module implements {{tl|inventory slot}}. == Dependencies == * Module:Inventory slot/Aliases <includeonly> <!-- Template categories/interwiki here --> Category:Modules <includeonly>")
  • 15:54, 6 August 2024 JarlPenguin talk contribs created page Template:Infobox row/doc (Created page with "{{documentation header}} This is a skeleton for infobox rows, for use in {{tl|infobox}}. == Usage == <pre>{{infobox row | label | data }}</pre> Alternatively, you can use the named parameter {{p|label}} as a substitute for {{p|1}}, and {{p|field}} as a substitute for {{p|2}}. The parameter {{p|class}} can be added to add a class to the contents of the row. == Examples == {| class="wikitable" |- ! Wikitext source code !! Visual result |- |style="font-family:monospace;...")
  • 15:54, 6 August 2024 FloofyPlasma talk contribs created page Module:Inventory slot (Created page with "local p = {} local i18n = { filename = 'Invicon $1', legacyFilename = 'Grid $1.png', modLink = 'Mods/$1/$2', moduleAliases = Module:Inventory slot/Aliases, moduleRandom = Module:Random, -- List of special prefixes which should be handled by -- other modules (such as being moved outside links) prefixes = { any = 'Any', matching = 'Matching', damaged = 'Damaged', unwaxed = 'Unwaxed', }, suffixes = { be = 'BE', lce = 'LCE', }, } p.i18n = i18n...")
  • 15:54, 6 August 2024 JarlPenguin talk contribs created page Template:Infobox row (Created page with "<includeonly>{{ #if: {{{1|}}}{{{label|}}} | ! {{ucfirst: {{{1|{{{label|}}}}}} }} }} | {{#if: {{{class|}}} | class="{{{class}}}" }} {{ #if: {{{1|}}}{{{label|}}} || colspan="2" }} | {{{2|{{{field|}}}}}} <code class="history-json">{"label": "{{JsonEscape|{{ucfirst: {{{1|{{{label|}}}}}} }}}}", "field": "{{JsonEscape|{{{2|{{{field|}}}}}}}}"}</code> |-</includeonly><noinclude> {{documentation}} <!-- Put categories/interwiki on the documentation page --> </noinclude>")
  • 15:53, 6 August 2024 JarlPenguin talk contribs created page Template:Infobox item (Created page with "{{#invoke:infobox|infobox | defaultimagesize = 160px | defaultimageclass = pixel-image | invimage = title | rows = {{infobox row|class=list-style-none|label={{#ifeq:{{NAMESPACE}}|Earth|Rarity|Rarity tier}}|field={{{rarity|Common}}} }} {{#if: {{{durability|}}} | {{infobox row|label=Durability|field={{{durability}}} }} }} {{#if: {{{armor|}}} | [[Armor::{{{armor}}}| ]]{{infobox row|label=Armor|field={{Armor|{{{armor}}}}} }} }}<includeonly>...")
  • 15:53, 6 August 2024 JarlPenguin talk contribs created page Module:Inventory slot/Aliases/Table/doc (Created page with "{{documentation header}} <!-- Documentation here --> Displays all aliases in a table. <includeonly>{{sandbox other|| <!-- Template categories/interwikis here --> }}</includeonly> <noinclude> <!-- Documentation categories/interwikis here --> </noinclude>")
  • 15:53, 6 August 2024 JarlPenguin talk contribs created page Module:Inventory slot/Aliases/Table (Created page with "local p = {} p.table = function() local slot = require( Module:Inventory slot ) local aliases = mw.loadData( Module:Inventory slot/Aliases ) local aliasNames = {} local aI = 1 for name in pairs( aliases ) do -- Skip the banner aliases (except "Any Banner"), as there are so -- many of them it causes the table to be excessively long if name == 'Any Banner' or not name:find( ' Banner$' ) and not name:find( '^Matching ' ) or not aliases[name:g...")
  • 15:52, 6 August 2024 JarlPenguin talk contribs created page Module:Inventory slot/Aliases/doc (Created page with "{{documentation header}} <!-- Documentation here --> This table defines the aliases used in Module:Inventory slot. {{#invoke: Inventory slot/Aliases/Table | table }} <includeonly> <!-- Template categories/interwiki here --> </includeonly> <noinclude> <!-- Documentation categories/interwiki here --> </noinclude>")
  • 15:52, 6 August 2024 FloofyPlasma talk contribs created page Template:Shc (Redirected page to Template:Shortcut) Tag: New redirect
  • 15:52, 6 August 2024 JarlPenguin talk contribs created page Module:Inventory slot/Aliases (Created page with "local aliases = { -- Common fuel types for furnace -- ['Any fuel'] = { 'Coal', 'Charcoal', { title = 'Log', name = 'Oak Log' }, { title = 'Overworld Planks', name = 'Oak Planks' }, 'Block of Coal' }, ['Any leather armor'] = { 'Leather Cap', 'Leather Tunic', 'Leather Pants', 'Leather Boots' }, ['Any golden armor'] = { 'Golden Helmet', 'Golden Chestplate', 'Golden Leggings', 'Golden Boots' }, ['Any chainmail armor'] = { 'Chainmail Helmet', 'Chainmail Chestplate', 'Cha...")
  • 15:50, 6 August 2024 JarlPenguin talk contribs created page Template:Infobox/doc (Created page with "{{documentation header}} {{lua}} This is a skeleton for infoboxes, for use in other infobox templates. == Usage == {<nowiki/>{infobox | title = box title, defaults to page's name | image''N'' = Images displayed below the title. Supports animation. First image defaults to {{{title}}}.png. Set to "none" to remove. | defaultimagesize = Set the default size used by the above images. Defaults to 150px. | image''N''size = Sets the size of the corres...")
  • 15:50, 6 August 2024 JarlPenguin talk contribs created page Template:Infobox (Created page with "{{#invoke: infobox | infobox }}<noinclude> {{Documentation}}</noinclude>")
  • 15:50, 6 August 2024 JarlPenguin talk contribs created page Module:Infobox/doc (Created page with "{{documentation header}} <!-- Documentation here --> Implements {{t|Infobox}} == Usage == <includeonly>{{sandbox other|| <!-- Template categories/interwikis here --> }}</includeonly> <noinclude> <!-- Documentation categories/interwikis here --> </noinclude>")
  • 15:49, 6 August 2024 JarlPenguin talk contribs created page Module:Infobox (Created page with "local p = {} function p.infobox( f ) local args = require( 'Module:ProcessArgs' ).merge( true ) local titleObject = mw.title.getCurrentTitle() local title = args.title or titleObject.baseText local subtitle = args.subtitle or '' local template = f:getParent():getTitle():lower():gsub( 'template:', '' ):gsub( 'infobox ', '' ) local headerArea = '' local json = { images = {}, invimages = {}, rows = {} } local titleArea = args.titlearea if not titleArea t...")
  • 15:48, 6 August 2024 JarlPenguin talk contribs created page Template:TSLoader/doc (Created page with "{{documentation header}} <!-- documentation here --> {{lua|TSLoader}} {{shortcut|tsl|tsloader}} This template loads template styles in pages. Although TemplateStyles have its built-in deduplicator, but multiple reference towards the same stylesheet still remains, will extend the length of the page, might cause performance issues. This template avoids this, makes sure that only one reference remains in the page. == Usage == {{tcode|TSLoader|stylesheet}} * {{p|1}}: The...")
  • 15:48, 6 August 2024 JarlPenguin talk contribs created page Template:Param/doc (Created page with "{{documentation header}} This template outputs the name of a parameter within code tags, without the parameter being affected by page transclusion. == Usage == {{<nowiki/>param|<var>parameter name</var>|<var>optional parameter default</var>}} == Examples == <pre> {{param|1}} </pre> ;produces {{param|1}} <pre> {{param|parameter|default}} </pre> ;produces {{param|parameter|default}} == See also == * {{t|Template link}} * {{t|Para}} * {{t|TemplateCode}} <includeonly...")
  • 15:48, 6 August 2024 JarlPenguin talk contribs created page Template:Param (Created page with "<includeonly><code style=""><nowiki>{{{</nowiki>{{{1}}}{{ #if:{{{2|}}} |{{!}}{{{2}}} }}<nowiki>}}}</nowiki></code></includeonly><noinclude> {{documentation}} <!-- Put categories/interwiki on the documentation page --> </noinclude>")
  • 15:47, 6 August 2024 JarlPenguin talk contribs deleted page Template:Parameter
  • 15:47, 6 August 2024 JarlPenguin talk contribs created page Template:Parameter (Created page with "<code class="nowrap" style="{{SAFESUBST:<noinclude />#if:{{{plain|}}}|border: none; background-color: inherit;}} {{SAFESUBST:<noinclude />#if:{{{plain|}}}{{{mxt|}}}{{{green|}}}{{{!mxt|}}}{{{red|}}}|color: {{SAFESUBST:<noinclude />#if:{{{mxt|}}}{{{green|}}}|#006400|{{SAFESUBST:<noinclude />#if:{{{!mxt|}}}{{{red|}}}|#8B0000|inherit}}}};}} {{SAFESUBST:<noinclude />#if:{{{style|}}}|{{{style}}}}}">|{{SAFESUBST:<noinclude />#if:{{{1|}}}|{{{1}}}=}}{{{2|}}}</code><noinc...")
  • 15:46, 6 August 2024 JarlPenguin talk contribs created page Template:TemplateCode/doc (Created page with "{{Documentation header}} {{shortcut|tcode}} == Usage == {{tcode|tcode|''template name''}} Parameters can also be added, to a maximum of 8. Note that <code>=</code>'s must be escaped using <code><nowiki>{{=}}</nowiki></code> == Examples == {{tcode|tcode|subst:autoUnsigned}} gives:<br> {{tcode|subst:autoUnsigned}} {{tcode|tcode|Block|3=2=type=wood}} gives:<br> {{tcode|Block|2=type=wood}} {{tcode|tcode|:Commands/infobox}} gives:<br> {{tcode|:Commands/infobox}} {{tcode...")
  • 15:46, 6 August 2024 JarlPenguin talk contribs moved page Template:Tcode to Template:TemplateCode
  • 15:45, 6 August 2024 JarlPenguin talk contribs created page Template:Tcode (Created page with "<includeonly><code>{<!-- -->{{{{1}}}{{#if: {{{2|}}}|{{!}}{{{2|}}} }}{{#if: {{{3|}}}|{{!}}{{{3|}}} }}{{#if: {{{4|}}}|{{!}}{{{4|}}} }}{{#if: {{{5|}}}|{{!}}{{{5|}}} }}{{#if: {{{6|}}}|{{!}}{{{6}}}{{#if: {{{7|}}}|{{!}}{{{7|}}} }}{{#if: {{{8|}}}|{{!}}{{{8|}}} }} }}<!-- -->}<!-- -->}</code></includeonly><noinclude> <!-- categories/interwikis on the /doc subpage, not here --> {{Documentation}} </noinclude>")
  • 15:45, 6 August 2024 FloofyPlasma talk contribs created page Module:Sprite (Created page with "local p = {} function p.base( f ) local args = f if f == mw.getCurrentFrame() then args = require( 'Module:ProcessArgs' ).merge( true ) else f = mw.getCurrentFrame() end local data = args.data and mw.loadData( 'Module:' .. args.data ) or {} local settings = data.settings -- Default settings local default = { scale = 1, sheetsize = 256, size = 16, pos = 1, align = 'text-top' } local defaultStyle = default if settings then if not settings....")
  • 15:45, 6 August 2024 JarlPenguin talk contribs created page Template:TSLoader (Created page with "<includeonly>{{ #invoke: TSLoader | main }}</includeonly><noinclude>{{documentation}} <!-- Put categories/interwikis on the documentation page --> </noinclude>")
  • 15:45, 6 August 2024 FloofyPlasma talk contribs created page Template:CommentSprite (Created page with "{{#invoke:Sprite|base | name = Comment | pos = {{{1|}}} | image = CommentCSS.png | sheetsize = 48 | stylesheet = 1 | css = image-rendering: auto }}<noinclude> <!-- categories and interwikis on the /doc page, not here --> {{Documentation}} </noinclude>")
  • 15:44, 6 August 2024 FloofyPlasma talk contribs created page Template:Direct link (Created page with "<includeonly><span class="plainlinks">[{{fullurl:{{{1}}}|{{#if:{{{qs|}}}|{{{qs}}}|{{#sub:{{ #if: {{{action|}}} | &action={{{action}}} }}{{ #if: {{{redirect|}}} | &redirect={{{redirect}}} }}{{ #if: {{{profile|}}} | &profile={{{profile}}} }}|1}}}}}} {{{2|{{{1}}}}}}]</span></includeonly><noinclude>{{documentation}} <!-- Put categories/interwiki on the documentation page --></noinclude>")
  • 15:43, 6 August 2024 FloofyPlasma talk contribs created page Template:Experiment (Created page with "{{#ifeq: {{PAGENAME}} | {{BASEPAGENAME}} | Editors can experiment in this {{SUBJECTSPACE formatted}}'s {{Direct link|{{FULLPAGENAME}}/sandbox|sandbox}} {{#if: {{{2|}}} | or {{direct link|{{FULLPAGENAME}}/testcases|testcases}} page. | page. }}}}<noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>")
  • 15:35, 6 August 2024 FloofyPlasma talk contribs created page Template:WP (Created page with "<includeonly>[[WP:{{{1}}}|{{{2|WP:{{{1}}}}}}]]</includeonly><noinclude> {{documentation}} </noinclude>")
  • 15:29, 6 August 2024 JarlPenguin talk contribs created page Template:Shortcut/doc (Created page with "{{documentation header}} {{shc|redirect=yes|short|shc}} Used to show up to 9 shortcut redirects for templates. == Usage == {{shortcut|cmd}} <code><nowiki>{{shortcut|cmd}}</nowiki></code> <div style="clear:both"> {{shortcut|v|cmd|verlink}} <code><nowiki>{{shortcut|v|cmd|verlink}}</nowiki></code> <div style="clear:both"> {{shortcut|redirect=yes|a}} <code><nowiki>{{shortcut|redirect=yes|a}}</nowiki></code> <div style="clear:both"> == TemplateData == <templatedata> { "p...")
  • 15:28, 6 August 2024 JarlPenguin talk contribs created page Template:Samps/doc (Created page with "{{documentation header}} <!-- Documentation here --> {{lua|Delimited tag}} {{see also|Template:Code}} This template is a simplified usage of {{code|<nowiki><samp>...</samp></nowiki>}}, which is used mainly to format file names and the like. == Usage == Each anonymous parameter is a string to format. Note that {{code|<nowiki>...</nowiki>}} is needed around a parameter value if it contains the pipe ({{code|{{!}}}}) or equals ({{code|{{=}}}}) symbols, or they...")
  • 15:27, 6 August 2024 JarlPenguin talk contribs created page Template:Samps (Created page with "<includeonly>{{ #invoke:delimited tag|output |tag=samp }}</includeonly><noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>")
  • 15:27, 6 August 2024 JarlPenguin talk contribs created page Template:Samp/doc (Created page with "{{documentation header}} <!-- Documentation here --> {{see also|Template:Code}} This template is a simplified usage of {{code|<nowiki><samp>...</samp></nowiki>}}, which is used to format sample outputs. Usage of samp is deprecated for filenames, so use {{t|mono}} instead. == Usage == The first anonymous parameter is a string to format. Note that {{code|<nowiki>...</nowiki>}} is needed around a parameter value if it contains the pipe ({{code|{{!}}}}) or equa...")
  • 15:26, 6 August 2024 JarlPenguin talk contribs created page Template:Samp (Created page with "<samp {{#if:{{{class|}}}|class="{{{class}}}"}} {{#if:{{{id|}}}|id="{{{id}}}"}} style="padding-left:0.4em; padding-right:0.4em; color:{{#if:{{{color|}}}|{{{color}}}}};{{#if:{{{style|}}}| {{{style}}}|}}" {{#if:{{{lang|}}}|lang="{{{lang}}}" xml:lang="{{{lang}}}"}} {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1}}}</samp><noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>")
  • 15:26, 6 August 2024 JarlPenguin talk contribs created page Template:Code/doc (Created page with "{{documentation header}} <!-- Documentation here --> {{lua|Delimited tag}} {{shortcut|cd}} {{see also|Template:Samp}} This template is an alternative way to use {{cd|<nowiki><code>...</code></nowiki>}} (i.e. the HTML <code><code></code> element). You should avoid using this template in history sections, but it's fine if you do. == Parameters == {| class="wikitable" |+ Code template parameters |- ! Parameter !! Behavior !! Accepted values !! Default |- | Anonymous...")
  • 15:24, 6 August 2024 JarlPenguin talk contribs created page Template:Code (Created page with "<includeonly>{{#invoke:delimited tag|output|1={{{1|{{{code|}}}}}}|tag=code|wordbreak={{{wordbreak|{{{wb|}}}}}}}}</includeonly><noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>")
  • 15:24, 6 August 2024 JarlPenguin talk contribs created page Template:Cd (Redirected page to Template:Code) Tag: New redirect
  • 15:22, 6 August 2024 JarlPenguin talk contribs created page Template:Sandbox other/doc (Created page with "{{documentation header}} <!-- documentation here --> == Usage == <includeonly>{{sandbox other|| <!-- template categories/interwikis here --> Category:Meta templates }}</includeonly> <noinclude> <!-- documentation categories/interwikis here --> </noinclude>")
  • 15:22, 6 August 2024 JarlPenguin talk contribs created page Template:Sandbox other (Created page with "{{#if:{{#pos:{{PAGENAME}}|/sandbox}}|{{{1|}}}|{{{2|}}}}}<noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>")
  • 15:22, 6 August 2024 FloofyPlasma talk contribs created page Template:Msgbox/doc (Created page with "{{documentation header}} {{shortcut|msgbox|notice|mbox|ambox}} This template is used to add consistent styling to message boxes. == Usage == <pre style="display: table;">{{Message box | mini = Mini mode | small = Mini mode | subtle = Subtle mode | class = Classes for the template | type = Notice type | bgcol = Custom background color | linecol = Custom line color | width = Custom width | float = Custom alignment | icon = Icon from Template:CommentSprite | imagecss = Cus...")
  • 15:21, 6 August 2024 JarlPenguin talk contribs created page Template:Yesno/doc (Created page with "{{documentation header}} <!-- documentation here --> == Usage == <includeonly>{{sandbox other|| <!-- template categories/interwikis here --> Category:Technical templates }}</includeonly> <noinclude> <!-- documentation categories/interwikis here --> </noinclude>")
  • 15:20, 6 August 2024 JarlPenguin talk contribs created page Template:Yesno (Created page with "<includeonly>{{#switch: {{lc: {{{1|}}}}} | y | yes | t | true | on | 1 = {{{yes|yes}}} | n | no | f | false | off | 0 | = {{{no|}}} |<!--blank--> = {{{blank|{{{no|}}} }}} | #default = {{{yes|yes}}} }}</includeonly><noinclude>{{documentation}} <!-- Put categories/interwiki on the documentation page --></noinclude>")
  • 15:20, 6 August 2024 JarlPenguin talk contribs created page Category:Documentation pages (Created page with "These pages are used for documentation. Category:Templates")
  • 15:18, 6 August 2024 FloofyPlasma talk contribs created page Template:Documentation/preload (Created page with "<includeonly>{{documentation header}} <!-- documentation here --> == Usage == <<noinclude/>includeonly>{{sandbox other|| <!-- $1 categories/interwikis here --> }}</<noinclude/>includeonly> <<noinclude/>noinclude> <!-- documentation categories/interwikis here --> </<noinclude/>noinclude></includeonly><noinclude>")
  • 15:18, 6 August 2024 JarlPenguin talk contribs created page Template:Fullurl/doc (Created page with "{{documentation header}} <templatedata> { "params": { "1": { "label": "Page name", "description": "Target page name. Language, interwiki and section links may be used.", "example": "zh:Minecraft Wiki", "type": "wiki-page-name", "default": "{{FULLPAGENAME}}" }, "2": { "label": "Page action", "example": "veaction{{=}}edit&section{{=}}1", "description": "All page actions, separated by '&'. You must use {{=}} or | to escape all '='.", "...")
  • 15:17, 6 August 2024 FloofyPlasma talk contribs created page Template:Transclude (Created page with "{{ #switch: {{NAMESPACE: {{{1}}} }} | #default = {{FULLPAGENAME: {{{1}}} }} <!-- eg "User:Foo" --> | {{ns:0}} = {{ #ifeq: {{NAMESPACE: {{{1}}} }} | {{NAMESPACE: Template{{{1}}} }} | Template:{{{1}}} <!-- no leading colon, eg "Foo" --> | {{PAGENAME: {{{1}}} }} <!-- leading colon, eg ":Foo", so we want the article --> }} }}<noinclude> {{Documentation}} <!-- categories/interwikis on the /doc subpage, not here --> </noinclude>")
  • 15:17, 6 August 2024 FloofyPlasma talk contribs created page Template:Fullurl (Created page with "<includeonly>{{ #vardefine: $fullurl-url | {{fullurl: {{#replace:{{{1|{{FULLPAGENAMEE}}}}}| |_}} | {{ #if: {{{2|}}} | {{#replace:{{{2}}}| |_}} | {{ #if: {{{action|}}} | action={{{action}}} }} }} }} }}{{ #if: {{{nolink|}}} | {{ #tag: nowiki | {{ #var: $fullurl-url }} }} | [{{ #var: $fullurl-url }} {{ #if: {{{text|{{{3|}}}}}} | {{{text|{{{3}}}}}} | {{ #var: $fullurl-url }} }}] }}</includeonly><noinclude> {{documentation}} <!-- Put categories/interwiki on the documentat...")
  • 15:16, 6 August 2024 JarlPenguin talk contribs created page Template:Lua/doc (Created page with "{{documentation header}} Use on the doc page of templates which use Lua modules. <code>{{{1}}}</code> is the module name without namespace, defaulting to <code>{<nowiki/>{BASEPAGENAME}}</code>. If the template uses data stored in a separate module(s) or module subpage(s), this can be noted with <code>{{{data}}}</code> and <code>{{{data2}}}</code>. Automatically adds the template page to Category:Lua-based templates. Set <code>{{{nocat}}}</code> to prevent this. <...")
  • 15:15, 6 August 2024 FloofyPlasma talk contribs created page Template:Short (Redirected page to Template:Shortcut) Tag: New redirect
  • 15:15, 6 August 2024 FloofyPlasma talk contribs created page Template:Shortcut (Created page with "<includeonly><div class="toc toccolours list-style-none" style="clear: {{{align|right}}}; float: {{{align|right}}}; margin: {{{margin|0 0 1em 1em}}}; min-width: 70px; max-width: 400px;"><div class="toctitle" style="font-weight: bold;">{{#if: {{{redirect|}}}|Redirect|Shortcut}}{{#if: {{{2|}}} | s }}</div><div style="margin: 0 1em;"> * {{fullurl|{{transclude|{{{1}}}}}|redirect{{=}}no|text={{{1}}}}}{{ #if: {{{2|}}} | * {{fullurl|{{transclude|{{{2}}}}}|redirect{{=}}no|text={...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)