All public logs

Jump to navigation Jump to search

Combined display of all available logs of Lifecraft 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 (newer 50 | ) (20 | 50 | 100 | 250 | 500)
  • 15:00, 27 March 2025 Draculea8302 talk contribs created page Template:Background color/doc (Created page with "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> == Usage == <code>{{tlx|Background color|red|Hello, world!}}</code> results in {{Background color|red|Hello, world!}}<br/> <code><nowiki>{{bgcolor|#00F000|Hello, world!}}</nowiki></code> results in {{Background color|#00F000|Hello, world!}} See Web colors for a list of colors. == See also == * {{tl|Color}} * {{tl|Font color}} * {{tl|Resize}} * {{tl|Hilite}} <includeonly...")
  • 15:00, 27 March 2025 Draculea8302 talk contribs created page Template:Background color (Created page with "<span style="background-color:{{{1}}}">{{{2}}}</span><noinclude> {{Documentation}} <!-- PLEASE ADD THIS TEMPLATE'S CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS --> </noinclude>")
  • 14:54, 27 March 2025 Draculea8302 talk contribs created page Template:Class (Created page with "<includeonly>[[:Category:{{{1}}} Class|''{{{1}}}''-class{{#if:{{{2|}}}| {{{2|}}}}}]]</includeonly><noinclude> Displays the class link as: ''italic''-class * {{Class|Yamato}}, * {{Class|Yamato|Kai Ni}}, *''For "type ships" (e.g. {{Type|Type D Kaiboukan}}), please use the Template:Type</noinclude>")
  • 14:30, 27 March 2025 Draculea8302 talk contribs created page Module:GetArgs (Created page with "-- Handles most of the boilerplate necessary to fetch arguments, such as trimming leading/trailing whitespace, making blank arguments evaluate to false, correctly choosing between current-frame and parent-frame, etc. Originally written on the English Wikipedia by Mr. Stradivarius, Jackmcbarn, and Anomie. Code released under the GPL v2+ as per: https://en.wikipedia.org/w/index.php?diff=624020648&oldid=624019645 https://en.wikipedia.org/w/index.php?diff=62407379...")
  • 14:29, 27 March 2025 Draculea8302 talk contribs created page Module:Core (Created page with " local Utils = {} -- * Function functions :V function Utils.id(...) return ... end function Utils.second(_, x) return x end -- * Number functions. function Utils.round(x) return math.floor(x + 0.5) end function Utils.divMod(x, y) return math.floor(x / y), x % y end -- * Collection functions. function Utils.isize(xs) local r = 0 for _ in ipairs(xs) do r = r + 1 end return r end function Utils.size(xs) local r = 0 for _ in pairs(xs) do r = r + 1...")
  • 14:28, 27 March 2025 Draculea8302 talk contribs created page Module:Navbox (Created page with "-- lua port of Template:Navbox -- by DennouNeko -- == Helper functions == --libraries local U = require("Module:Core") local colors = U.main_colors if mw.text == nil then mw.text = require("Module:MW.text") end -- Retrieve a full list of 'list#', 'list#style', 'group#' and 'group#style' arguments as a table of objects with 'index', 'list', 'liststyle', 'group' and 'groupstyle' fields, where 'index' is the number in 'list#' argument name. On...")
  • 14:28, 27 March 2025 Draculea8302 talk contribs created page Module:Navbox/piece (Created page with "-- lua port of Template:Navbox -- by DennouNeko -- == Helper functions == --libraries local U = require("Module:Core") local colors = U.main_colors if mw.text == nil then mw.text = require("Module:MW.text") end -- Retrieve a full list of 'list#', 'list#style', 'group#' and 'group#style' arguments as a table of objects with 'index', 'list', 'liststyle', 'group' and 'groupstyle' fields, where 'index' is the number in 'list#' argument name. On...")
  • 14:27, 27 March 2025 Draculea8302 talk contribs created page Template:Tag/doc (Created page with "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> This template provides a quick way to mention an XML-style tag in a preformatted way. Mainly used in discussion/help pages. === Usage === *'''first parameter''' — ''(mandatory)'' the name of the HTML tag *'''second parameter''' — what type of tag to display: **<code>p</code> or <code>pair</code> – ''(default)'' display a matched pair of open-and-close tags: {{tag...")
  • 14:26, 27 March 2025 Draculea8302 talk contribs created page Template:Tag (Created page with "<code style="white-space:nowrap;">{{#switch:{{{2|pair}}} |c|close = <!--nothing--> |s|single |o|open |p|pair = <{{{1|tag}}}{{#if:{{{params|}}}| {{{params}}}}} }}{{#switch:{{{2|pair}}} |c|close = {{{content|}}} |s|single = /> |o|open = >{{{content|}}} |p|pair = >{{{content|...}}} }}{{#switch:{{{2|pair}}} |s|single |o|open = <!--nothing--> |c|close |p|pair = </{{{1|tag}}}> }}</code><noinclude> {{documentation}} </n...")
  • 14:25, 27 March 2025 Draculea8302 talk contribs created page Template:Nowrap (Created page with "<span class="nowrap">{{{1}}}</span><noinclude> {{documentation}} <!--interwikis/categories go inside doc--> </noinclude>")
  • 14:24, 27 March 2025 Draculea8302 talk contribs created page Template:Nowrap/doc (Created page with "<span class="nowrap">{{{1}}}</span><noinclude> {{documentation}} <!--interwikis/categories go inside doc--> </noinclude>")
  • 14:22, 27 March 2025 Draculea8302 talk contribs created page Template:Rellink (Created page with "<div class="rellink{{#if:{{{extraclasses|}}}|<nowiki> </nowiki>{{{extraclasses}}}}}">{{{1}}}</div><noinclude>")
  • 14:21, 27 March 2025 Draculea8302 talk contribs created page Template:Tlx (Created page with "<includeonly>{{[[{{ns:Template}}:{{{1|Tlx}}}|{{#if:{{{subst|}}}|subst:|{{#if:{{{prefix|}}}|{{{prefix|}}}:| }}}}{{{1|Tlx}}}]]{{#if:{{{2|}}}|<tt>|</tt>{{{2}}}}}{{#if:{{{3|}}}|<tt>|</tt>{{{3}}}}}{{#if:{{{4|}}}|<tt>|</tt>{{{4}}}}}{{#if:{{{5|}}}|<tt>|</tt>{{{5}}}}}{{#if:{{{6|}}}|<tt>|</tt>{{{6}}}}}{{#if:{{{7|}}}|<tt>|</tt>{{{7}}}}}{{#if:{{{8|}}}|<tt>|</tt>{{{8}}}}}{{#if:{{{9|}}}|<tt>|</tt>{{{9}}}}}{{#if:{{{10|}}}|<tt>|</tt>{{{10}}}...")
  • 14:20, 27 March 2025 Draculea8302 talk contribs created page Template:Ombox/core (Created page with "<table class="plainlinks ombox {{#ifeq:{{{small}}}|yes|mbox-small}} {{#switch:{{{type|}}} | speedy = ombox-speedy | delete = ombox-delete | content = ombox-content | style = ombox-style | move = ombox-move | protection = ombox-protection | notice <!-- notice = default --> | #default = ombox-notice }}" style="{{{style|}}}"> <tr> {{#ifeq:{{{image|}}}|none | <!-- No image. Cell with some width or padding necessary for text cell to have 100%...")
  • 14:20, 27 March 2025 Draculea8302 talk contribs created page Template:Ombox/doc (Created page with "{{documentation subpage}} This is the {{tl|ombox}} or '''other pages message box''' meta-template. It is used to build message box templates for pages of the types: User, Wikipedia, MediaWiki, Template, Help, Portal and any new future namespaces. That is, page types not covered by {{tl|ambox}}, {{tl|tmbox}}, {{tl|imbox}} or {{tl|cmbox}}. Thus, it should ''not'' be used for boxes for articles, talk pages, image pages or category pages. This template works almost exactl...")
  • 14:20, 27 March 2025 Draculea8302 talk contribs created page Template:Ombox (Created page with "{{#ifeq:{{{small|}}}|yes | {{ombox/core | small = yes | type = {{{type|}}} | image = {{#if:{{{smallimage|}}}| {{{smallimage}}} | {{{image|}}} }} | imageright = {{#if:{{{smallimageright|}}} | {{{smallimageright}}} | {{{imageright|}}} }} | style = {{{style|}}} | textstyle = {{{textstyle|}}} | text = {{#if:{{{smalltext|}}}| {{{smalltext}}} | {{{text}}} }} }} | {{ombox/core | type = {{{type|}}} | image = {{{image|}}} | imageright = {{{imageright|}}}...")
  • 14:19, 27 March 2025 Draculea8302 talk contribs created page Template:Main/doc (Created page with "{{Documentation subpage}} ==Usage== <pre>{{Main |Article 1 }}</pre> You may also include additional links, up to ten in total: <pre>{{Main |Article 1 |Article 2 |Article 3 |Article 4 |Article 5 |Article 6 |Article 7 |Article 8 |Article 9 |Article 10 }}</pre> For each link, you may optionally specify a link appearance (this is for articles where a piped link would be used). Note that the extra parameters use a lower case 'L', eg. l1 <u>not</u> 11: <pre>{{Main |Article 1...")
  • 14:19, 27 March 2025 Draculea8302 talk contribs created page Template:Main (Created page with "{{Rellink|extraclasses=relarticle mainarticle|{{#ifeq:{{SUBJECTSPACE}}|Category|The main article for this category is|Main {{#ifeq:{{NAMESPACE:{{{1}}}}}||article|page}}{{#if:{{{2|}}}|s}}:}} [[{{{1|{{PAGENAME}}}}}|{{{l1|{{{1|{{PAGENAME}}}}}}}}]]{{#if:{{{2| }}} |{{#if:{{{3|}}}|, | and }}[[{{{2}}}|{{{l2|{{{2}}}}}}]]}}{{#if:{{{3|}}} |{{#if:{{{4|}}}|, |, and }}[[{{{3}}}|{{{l3|{{{3}}}}}}]]}}{{#if:{{{4|}}} |{{#if:{{{5|}}}|...")
  • 14:19, 27 March 2025 Draculea8302 talk contribs created page Template:Clear (Created page with "<div style="clear:{{{1|both}}};"></div>")
  • 14:17, 27 March 2025 Draculea8302 talk contribs created page Template:Transclude (Created page with "{{#switch: {{NAMESPACE: {{{1}}} }} |#default = {{FULLPAGENAME: {{{1}}} }} |{{ns:0}} = {{#ifeq: {{NAMESPACE: {{{1}}} }} | {{NAMESPACE: Template{{{1}}} }} | Template:{{{1}}} | {{PAGENAME: {{{1}}} }} }} }}<noinclude> {{documentation}} </noinclude>")
  • 14:15, 27 March 2025 Draculea8302 talk contribs created page Template:Navbox/doc (Created page with "<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE YOU CAN EDIT THE TEMPLATE DOCUMENTATION BELOW THIS COMMENT --> {{documentation subpage}} This template allows a navigational template to be set up relatively quickly by supplying it one or more lists of links. It comes equipped with default styles that should work for most navigational templates. Changing the default styles is not recommended, but is possible. Using this template, or one of i...")
  • 14:11, 27 March 2025 Draculea8302 talk contribs created page Template:T/piece (Created page with "{{#ifeq: {{{1|---}}}|---|||<font color="gray">''<{{{1}}}>''</font>}}")
  • 14:09, 27 March 2025 Draculea8302 talk contribs created page Category:Templates (Created page with "This is the base category for '''templates'''. Templates should be placed in appropriate subcategories. See Project:Templates for collated information on templates. Category:Organization")
  • 14:09, 27 March 2025 Draculea8302 talk contribs created page Template:Templatecategory (Created page with "==Using this category== To put a template in '''Category:{{PAGENAME}}''': * Use <code><nowiki><includeonly>[[Category:</nowiki>{{PAGENAME}}<nowiki>|{{PAGENAME}}]]</includeonly></nowiki></code> on the documentation page (see Template:Documentation for more info). The "<includeonly>" tags are necessary to prevent categorizing all pages using the template (and the documentation page) in the template category! Please also note the <tt style="border-bottom: 1px dot...")
  • 14:08, 27 March 2025 Draculea8302 talk contribs created page Category:General wiki templates (Created page with "General wiki templates. Templates in this category will likely have a description on the templates project page. If not, they probably deserve one. {{Templatecategory}} Category:Templates")
  • 14:04, 27 March 2025 Draculea8302 talk contribs created page Template:Docs (Created page with "'''== <big>UNCOMPLETED</big> =='''")
  • 14:03, 27 March 2025 Draculea8302 talk contribs created page Category:Navbox Templates (Created page with "Category:Templates")
  • 14:02, 27 March 2025 Draculea8302 talk contribs created page Category:Template documentation (Created page with "This category should contain all '''template documentation pages'''. See Template:Documentation for more details. Documentation")
  • 14:01, 27 March 2025 Draculea8302 talk contribs created page Template:Edit/doc (Created page with ";Description :This template creates a clickable edit link for the given page name. ;Syntax :Type <code>{{t|edit}}</code>, <code>{{t|edit|pagename}}</code> or <code>{{t|edit|pagename|linkname}}</code>. ;Sample output :<code><nowiki>{{edit}}</nowiki></code> gives... :{{edit}} :<code><nowiki>{{edit|Wikia Templates}}</nowiki></code> gives... :{{edit|Wikia Templates}} :<code><nowiki>{{edit|Wikia Templates|edit the main page!}}</nowiki></code> gives... :{{edit|Wikia Templates|...")
  • 14:00, 27 March 2025 Draculea8302 talk contribs created page Template:Edit (Created page with "[[{{fullurl:{{{1|{{FULLPAGENAME}}}}}|action={{{3|edit}}}}} {{{2|edit}}}]]<noinclude> {{documentation}}</noinclude>")
  • 14:00, 27 March 2025 Draculea8302 talk contribs created page Template:T (Created page with "{{#ifeq:{{{style|}}}|code|<code>}}<nowiki>{{</nowiki>{{#if:{{{prefix|}}}|{{{prefix}}}:}}[[Template:{{{1}}}|{{{1}}}]]<!-- -->{{#if:{{{2|}}}||<span style="color:gray;">''<{{{2}}}>''</span>}}<!-- -->{{#if:{{{3|}}}||<span style="color:gray;">''<{{{3}}}>''</span>}}<!-- -->{{#if:{{{4|}}}||<span style="color:gray;">''<{{{4}}}>''</span>}}<!-- -->{{#if:{{{5|}}}||<span style="color:gray;">''<{{{5}}}>''</span>}}<!-- -->{{#if:{{{6|}}}|&#12...")
  • 13:59, 27 March 2025 Draculea8302 talk contribs created page Template:Documentation/doc (Created page with "==Description== This template is used to insert descriptions on template pages. ==Syntax== Add <code><nowiki><noinclude></nowiki>{{t|documentation}}<nowiki></noinclude></nowiki></code> at the end of the template page. ==Usage== ===On the Template page=== This is the normal format when used: <pre> TEMPLATE CODE<includeonly>Any categories to be inserted into articles by the template</includeonly><noinclude> {{documentation}}</noinclude> </pre> ''If your template is no...")
  • 13:58, 27 March 2025 Draculea8302 talk contribs created page Template:Namespace detect (Created page with "{{#switch: {{lc: <!--Lower case the result--> <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{{demospace}}} | {{#if:{{{page|}}} | <!--Detect the namespace in the "page" parameter--> {{#ifeq:{{NAMESPACE:{{{page}}} }}|{{TALKSPACE:{{{page}}} }} | talk | {{SUBJECTSPACE:{{{page}}} }} }} | <!--No "demospace" or "page" parameters, so detect actual namespac...")
  • 13:58, 27 March 2025 Draculea8302 talk contribs created page Template:Mbox (Created page with "{{ {{namespace detect | demospace = {{{demospace|}}} | main = ambox | talk = tmbox | file = imbox | category = cmbox | other = ombox }} | type = {{{type|}}} | image = {{{image|}}} | imageright = {{{imageright|}}} | style = {{{style|}}} | textstyle = {{{textstyle|}}} | text = {{{text}}} | small = {{{small|}}} | smallimage = {{{smallimage|}}} | smallimageright = {{{smallimageright|}}} | smalltext = {{{smallt...")
  • 13:57, 27 March 2025 Draculea8302 talk contribs created page Template:Documentation subpage (Created page with "<includeonly>{{#ifeq: {{lc:{{SUBPAGENAME}}}}|{{{override|doc}}} |<!-- doc page --> </includeonly>{{ #ifeq: {{{doc-notice|show}}}|show |{{mbox | type =notice | image =40px | text ='''This is a documentation subpage for {{{1|[[:{{SUBJECTSPACE}}:{{BASEPAGENAME}}]]}}}.'''<br />It contains usage information, categories, interlanguage links and other content that is not part of the original {{#if: {{{text2|}}}|{{{text2...")
  • 13:55, 27 March 2025 Draculea8302 talk contribs created page Template:Color/doc (Created page with "{{Documentation subpage}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE --> The quick '''Template:Color''' can be used to add a span of text with any given text color, such as an RGB hex code, #C9E72A, or any of the web colors: red, blue, green, moccasin, or darkorchid, etc. The foreground text color is set, but to reset the background color, see: {{bg}}. == Usage == :: {{Tlx|color|name of color or he...")
  • 13:54, 27 March 2025 Draculea8302 talk contribs created page Template:Color (Created page with "<span style="color:{{{1|}}}">{{{2|{{{1|}}}}}}</span><noinclude>{{Documentation}}<!-- PLEASE ADD THIS TEMPLATE'S CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS --></noinclude>")
  • 12:58, 27 March 2025 Draculea8302 talk contribs created page Template:Navigation (Created page with "'''== <big>UNCOMPLETED</big> ==''' {{Navbox |name =Navigation |title ={{#switch:{{{Nav|All}}}|All=Lifecraft|{{{Nav}}}:Lifecraft}} |bodystyle = width:950px; |state = collapsed {{#if:{{{close|}}}|mw-collapsed|}} |groupstyle = text-align: center;width:7em; |liststyle = width:700px; |group1 = Items |list1= {{#switch:{{{Nav|All}}}|All|Items|Items={{Navbox subgroup |liststyle = line-height:1.7em |list1 ={{Navbox|child |groupstyle =text-align: left;width:7em...")
  • 12:20, 27 March 2025 Draculea8302 talk contribs created page Template:Navbox subgroup (Created page with "{{Navbox |name = {{{name|}}} |state = {{{state|plain}}} |navbar = {{{navbar|}}} |border = {{#if:{{{border|}}}|{{{border}}}|child}} |title = {{{title|}}} |above = {{{above|}}} |below = {{{below|}}} |image = {{{image|}}} |imageleft = {{{imageleft|}}} |group1 = {{#if:{{{group1|}}}|<div style="padding:{{{grouppadding|0em 0.75em;}}}">{{{group1}}}</div>}} |group2 = {{#if:{{{group2|}}}|<div style="padding:{{{grouppadding|0em 0.75em;}}}">{{{group2}}}</div>}} |group3 = {{#if:{{...")
  • 12:18, 27 March 2025 Draculea8302 talk contribs created page Template:Navbar (Created page with "<includeonly><!-- -->{{#if:{{{nodiv|}}} |<!--then: --> <span class="noprint plainlinksneverexpand" style="white-space:nowrap; font-weight:normal; font-size:80%; {{{style|}}}"> |<!--else: --><div class="noprint plainlinksneverexpand" style="background-color:transparent; padding:0; font-weight:normal; font-size:80%; color:#000000; white-space:nowrap; {{{style|}}}"><!-- -->}}<!-- -->{{#if:{{{brackets|}}}|[}}{{#ifeq:{{{mini|}}}{{{miniv|}}}{{{plain|}}}{{{viewplain|...")
  • 12:12, 27 March 2025 Draculea8302 talk contribs created page Template:Documentation/Docspace (Created page with "{{#switch: {{SUBJECTSPACE}} | {{ns:0}} | {{ns:File}} | {{ns:MediaWiki}} | {{ns:Category}} ={{TALKSPACE}} | #default ={{SUBJECTSPACE}} }}<noinclude> {{documentation|content= This {{tl|documentation}}child template is for confirming namespace of -{zh-hans:文档; zh-hant:文件;}- this page.}}</noinclude>")
  • 12:11, 27 March 2025 Draculea8302 talk contribs created page File:Imbox notice.png
  • 12:11, 27 March 2025 Draculea8302 talk contribs uploaded File:Imbox notice.png
  • 12:10, 27 March 2025 Draculea8302 talk contribs created page Template:Fmbox (Created page with "<table {{#if:{{{id|}}}|id="{{{id|}}}"}} class="plainlinks fmbox {{#switch:{{{type|}}} | warning = fmbox-warning | editnotice = fmbox-editnotice | system <!-- system = default --> | #default = fmbox-system }} {{{class|}}}" style="{{{style|}}}"> <tr> {{#ifeq:{{{image|}}}|none | <!-- No image. --> | <td class="mbox-image" style="{{{imagestyle|}}}"> {{#if:{{{image|}}} | {{{image}}} | File:{{#switch:{{{type|}}} | warning = Cmbox deletion.png |...")
  • 12:10, 27 March 2025 Draculea8302 talk contribs created page Template:Documentation/End Box (Created page with "<noinclude><div></noinclude><div style="clear: both;"></div><!--So right or left floating items don't stick out of the doc box.--> </div><!--End of green doc box--><!-- Link box below for the doc meta-data: -->{{#if: <!--Check if we should show the link box--> {{#ifeq: {{{link box|}}} | off | | {{{doc exist|yes}}}{{ #switch: {{SUBJECTSPACE}} | {{ns:User}} | {{ns:Template}} = yes }} }} | {{fmbox | id =documentation-meta-data | image...")
  • 12:04, 27 March 2025 Draculea8302 talk contribs created page Template:Documentation/End Box2 (Created page with "{{Documentation/End Box | content ={{{content|}}} | link box ={{{link box|}}}<!--So "link box=off" works--> | docpage ={{#if: {{{1|}}}|{{{1|}}}|{{{docspace|{{NAMESPACE}}}}}:{{{template page|{{PAGENAME}}}}}/doc}} | doc exist ={{#ifexist: {{#if: {{{1|}}}|{{{1|}}} <!--Other docname fed-->|{{{docspace|{{NAMESPACE}}}}}:{{{template page|{{PAGENAME}}}}}/doc}}|yes}} | docname fed ={{#if: {{{1|}}}|yes}} | sandbox ={{{docspace|{{NAMESPACE}}}}}:{{{templ...")
  • 12:04, 27 March 2025 Draculea8302 talk contribs created page Template:Tl (Created page with "{{[[Template:{{{1}}}|{{{1}}}]]{{#if:{{{2|{{{arg|}}}}}}|{{!}}{{{2|{{{arg}}}}}}}}}}<noinclude> {{Documentation}} <!-- DO NOT CHANGE THIS PAGE --> </noinclude>")
  • 12:03, 27 March 2025 Draculea8302 talk contribs created page Template:Documentation/Template Page (Created page with "{{#switch: {{SUBPAGENAME}} | sandbox | testcases ={{BASEPAGENAME}} | #default ={{PAGENAME}} }}<noinclude>{{documentation|content= This {{tl|Documentation}} child template is for confirming the title of template page. }}</noinclude>")
  • 12:01, 27 March 2025 Draculea8302 talk contribs created page Template:Purge (Created page with "<span class="noprint plainlinks purgelink">[{{fullurl:{{{page|{{FULLPAGENAME}}}}}|action=purge}} <span title="Puege page">{{{1|Purge-{zh-hans:快取; zh-hant:緩衝;}-}}}</span>]</span><noinclude> {{Documentation}} <!-- DO NOT CHANGE THIS PAGE --> </noinclude>")
  • 11:59, 27 March 2025 Draculea8302 talk contribs created page File:Template-info.png
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)