Affichage combiné de tous les journaux disponibles sur Wiki Electrolab. Vous pouvez personnaliser l’affichage en sélectionnant le type de journal, le nom d’utilisateur ou la page concernée (ces deux derniers étant sensibles à la casse).
- 1 mai 2023 à 14:54 Electrolab discussion contributions a créé la page Modèle:SCitem/styles.css (Page créée avec « .template-component { display: flex; } .template-component__connectors { --connector-thickness: 2px; : position: relative; } .template-component__connectorX, .template-component__connectorY { position: absolute; background-color: var( --border-color-base ); left: calc( 50% - 2px ); calc( 50% - var( --connector-thickness ) ) : } .template-component__connectorX { top: calc( 50% - 2px ); calc( 50% - var( --connector-thickness ) ) : right: 0;... »)
- 1 mai 2023 à 14:54 Electrolab discussion contributions a créé la page Modèle:SCitem/doc (Page créée avec « {{Documentation}} {{t|SCitem}} is used by other templates to generate the card for a single component/item. ==TemplateData== <templatedata> { "params": { "level": { "label": "Level", "description": "Level/depth of the item port", "example": "2", "type": "number", "default": "1", "suggested": true }, "count": { "label": "Count", "description": "Number of item port", "type": "number", "suggested": true }, "size": { "lab... »)
- 1 mai 2023 à 14:54 Electrolab discussion contributions a créé la page Modèle:SCitem (Page créée avec « <div class="template-component template-component--level-{{{level|1}}}"> <div class="template-component__connectors"> <div class="template-component__connectorX"></div> <div class="template-component__connectorY"></div> </div> <div class="template-component__card"> <div class="template-component__port"> <div class="template-component__count">{{#if:{{{count|}}}|{{{count}}}x|N/A}}</div> <div class="templat... »)
- 1 mai 2023 à 14:53 Electrolab discussion contributions a créé la page Modèle:Ruby/styles.css (Page créée avec « ruby { line-height: 1.25; } ruby > rt { font-size: 0.65rem; } »)
- 1 mai 2023 à 14:53 Electrolab discussion contributions a créé la page Modèle:Ruby/doc (Page créée avec « {{Documentation}} This template is used to implement the <code><nowiki><ruby></nowiki></code> HTML element. == TemplateData == <templatedata> { "params": { "1": { "label": "Text", "type": "unknown", "required": true }, "2": { "label": "Annotation", "required": true }, "class": { "label": "HTML class", "description": "Optional HTML class in the ruby HTML tag" } }, "description": "Implement ruby HTML tags" } </templatedata> ==... »)
- 1 mai 2023 à 14:53 Electrolab discussion contributions a créé la page Modèle:Ruby (Page créée avec « <includeonly>{{#if:{{{1|}}}|{{#if:{{{2|}}}|<ruby class="{{{class|}}}>{{{1}}}<rp>(</rp><rt>{{{2}}}</rt><rp>)</rp></ruby>|{{{1}}}}}|{{#if:{{{2|}}}|{{{2}}}}}}}<templatestyles src="Template:Ruby/styles.css"/></includeonly><noinclude>{{/doc}}</noinclude> »)
- 1 mai 2023 à 14:52 Electrolab discussion contributions a créé la page Modèle:Review/doc (Page créée avec « {{Documentation}} {{t|Review}} is used to mark pages for review, specifically in copy editing for grammar, style, cohesion, tone, or spelling. This template adds pages to Category:Pages queued for review. == Usage == Type <code>{{t|review}}</code> on the page to be reviewed. <includeonly>{{PAGENAME}}</includeonly> »)
- 1 mai 2023 à 14:52 Electrolab discussion contributions a créé la page Modèle:Review (Page créée avec « <div class="mbox mbox-med mbox-review" role="presentation"><span class="mbox-title"><span class="mbox-icon metadata">14px|link=</span>This article may require copy editing for grammar, style, cohesion, tone, or spelling.</span> <div class="mbox-text">This page has been queued for review and may contain grammar, style, cohesion, tone, or spelling errors. You can assist by <span class="plainlinks">[{{SERVER}}{{localurl:{{NAMESPACE... »)
- 1 mai 2023 à 14:52 Electrolab discussion contributions a créé la page Modèle:Replace/doc (Page créée avec « {{Documentation}} ;Usage <code>{{t|replace |''string'' |''target'' |''replacement''|''count''}}</code> Returns ''string'' with the first ''n'' occurrences of ''target'' replaced with ''replacement''. Omitting <code>count</code> will replace all occurrences. ;Examples * <code><nowiki>{{replace |One two two three two four twotwo five |two |NINE}}</nowiki></code> → {{replace|One two two three two four twotwo five|two|NINE}} * <code><nowiki>{{replace |One two two... »)
- 1 mai 2023 à 14:52 Electrolab discussion contributions a créé la page Modèle:Replace (Page créée avec « <includeonly>{{#invoke:String|replace|source={{{1}}}|{{{2}}}|{{{3}}}|count={{{count|}}}|plain={{yesno|{{{regex|no}}}|yes=0|no=1}}}}</includeonly><noinclude>{{/doc}}</noinclude> »)
- 1 mai 2023 à 14:51 Electrolab discussion contributions a créé la page Modèle:Remove first word/doc (Page créée avec « {{Documentation}} ===Usage=== Removes first word of the first parameter. Words are delimited by spaces only. Any of the characters included in {{tl|str index/getchar}} can be included in the string. ===Examples=== * {{tlx|remove first word|Fôo bår bàz}}" → "{{remove first word|Fôo bår bàz}}". * {{tlx|remove first word| Fôo bår bàz }}" → "{{remove first word| Fôo bår bàz }}". * {{tlx|remove first word| a b }}" → "{{remove first word| a b }}". *... »)
- 1 mai 2023 à 14:51 Electrolab discussion contributions a créé la page Modèle:Remove first word (Page créée avec « {{#invoke:String|replace|source={{{1}}}|pattern=^[^{{{sep|%s}}}]*{{{sep|%s}}}*|replace=|plain=false}}<noinclude>{{/doc}}</noinclude> »)
- 1 mai 2023 à 14:51 Electrolab discussion contributions a créé la page Modèle:Reflist/styles.css (Page créée avec « {{pp|small=yes}} : can we remove the font size declarations? .references gets a font-size in * common.css that is always 90, and there is nothing else in reflist out in * the wild. May affect column sizes. : .reflist { list-style-type: decimal; } .reflist .references { list-style-type: inherit; Enable custom list style types : } /* columns-2 and columns-3 are legacy for "2 or more" column view from when the * template was implemented with col... »)
- 1 mai 2023 à 14:50 Electrolab discussion contributions a créé la page Modèle:Reflist/doc (Page créée avec « {{Documentation}} {{Wikipedia template}} This template provides formatting and organizational features for footnotes. It encapsulates the <code><nowiki><references/></nowiki></code> tag used by the Extension:Cite to show the list of references as defined by <code><nowiki><ref></nowiki></code> tags. It adds support for sizing the column width, groups. ==TemplateData== <templatedata> { "description": "This template displays the list of footnotes at the end of a... »)
- 1 mai 2023 à 14:50 Electrolab discussion contributions a créé la page Modèle:Reflist (Page créée avec « <includeonly><templatestyles src="Template:Reflist/styles.css" /><div class="reflist <!-- -->{{#if:{{{1|}}}{{{colwidth|}}}|reflist-columns references-column-width}} <!-- -->{{#switch:{{{group|}}}|upper-alpha|upper-roman|lower-alpha|lower-greek|lower-roman=reflist-{{{group}}}}} <!-- -->{{#if:{{{1|}}}|{{#iferror:{{#ifexpr: {{{1|1}}} > 1 }}||{{#switch:{{{1|}}}|1=|2=reflist-columns-2|#default=reflist-columns-3}} }}}}" <!-- end class -->{{#if:{{{1|}}}{{{colwidth|}}}{{... »)
- 1 mai 2023 à 14:50 Electrolab discussion contributions a créé la page Modèle:Redirect/doc (Page créée avec « {{Documentation}} This template produces a hatnote: * {{tlx|Redirect|Foo}} → {{Redirect|Foo}} Its purpose is to reduce confusion by helping users get to their intended page if they were redirected to another page while, for example, searching for a topic. An example would be when a user searches for Roberts Space Industries (as in the publisher), but ends up on the page titled Roberts Space Industries (as in the in... »)
- 1 mai 2023 à 14:49 Electrolab discussion contributions a créé la page Modèle:Redirect (Page créée avec « <includeonly>{{#invoke:redirect hatnote|redirect|1}}</includeonly><noinclude>{{/doc}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude> »)
- 1 mai 2023 à 14:49 Electrolab discussion contributions a créé la page Modèle:Yesno/doc (Page créée avec « {{Documentation}} This template normalises an input to be a yes/no output. === Usage === The template has five possible outputs depending on the default parameter (input if you will). In its simplest usage these will all be either "yes" or "" (blank - nothing no characters). # <tt><nowiki>{{yesno|yes}}</nowiki></tt> result "yes" (also applies to "Yes", "YeS", etc, "Y", "y" and "1") # <tt><nowiki>{{yesno|no}}</nowiki></tt> result "" (also applies to "No"... »)
- 1 mai 2023 à 14:48 Electrolab discussion contributions a créé la page Modèle:Yesno (Page créée avec « {{<includeonly>safesubst:</includeonly>#switch: {{<includeonly>safesubst:</includeonly>lc: {{{1|¬}}} }} |no |n |false |0 = {{{no|<!-- null -->}}} | = {{{blank|{{{no|<!-- null -->}}}}}} |¬ = {{{¬|}}} |yes |y |true |1 = {{{yes|yes}}} |#default = {{{def|{{{yes|yes}}}}}} }}<noinclude>{{/doc}}</noinclude> »)
- 1 mai 2023 à 14:48 Electrolab discussion contributions a créé la page Modèle:Years or months ago/doc (Page créée avec « {{Documentation}} '''Template:Years or months ago''' displays the number of years (or months if less than 1 year) between a specified year/month date and the current year/month. It will also work correctly when only the year is given. Optionally, a second year/month date can be specified to be used instead of the current year/month. This was designed as a supporting template for '''Template:Start date and age''', to be used when the specified date does not i... »)
- 1 mai 2023 à 14:48 Electrolab discussion contributions a créé la page Modèle:Years or months ago (Page créée avec « <includeonly>{{#ifexpr:{{#if:{{{2|}}}|1|0}}=0 or abs( ({{{4|{{CURRENTMONTH}}}}}+{{{3|{{CURRENTYEAR}}}}}*12) - ({{{2|{{CURRENTMONTH}}}}}+{{{1|{{CURRENTYEAR}}}}}*12)) >= 12 |<!-- in years -->{{#expr:floor(abs( ( ({{{4|{{CURRENTMONTH}}}}}+{{{3|{{CURRENTYEAR}}}}}*12) - ({{{2|{{CURRENTMONTH}}}}}+{{{1|{{CURRENTYEAR}}}}}*12) ) / 12 ))}} {{#ifexpr:({{{4|{{CURRENTMONTH}}}}}+{{{3|{{CURRENTYEAR}}}}}*12) - ({{{2|{{CURRENTMONTH}}}}}+{{{1|{{CURRENTYEAR}}}}}*12) < 0 |<!--... »)
- 1 mai 2023 à 14:47 Electrolab discussion contributions a créé la page Modèle:Xt (Page créée avec « {{#ifeq:{{NAMESPACE}}|{{ns:0}}|{{FormattingError|[[:{{#invoke:TEMPLATENAME|main}}]] is only for examples of style and formatting. Do not use it in actual articles.}}|<span class="example good-example" style="font-family: Georgia, 'DejaVu Serif', serif; color: #006400;" {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1|Example text}}}</span>}}<noinclude>{{/doc}}</noinclude> »)
- 1 mai 2023 à 14:46 Electrolab discussion contributions a créé la page Modèle:Wikipedia template/doc (Page créée avec « {{Documentation}} This template is used to indicate a template is imported from [https://en.wikipedia.org English Wikipedia]. It should be placed at the top of the template documentation page. <includeonly>{{PAGENAME}}</includeonly><noinclude></noinclude> »)
- 1 mai 2023 à 14:46 Electrolab discussion contributions a créé la page Modèle:Wikipedia template (Page créée avec « <includeonly><!-- Message box --><div class="mbox mbox-low mbox-wikipediatemplate" role="presentation"><span class="mbox-title"><span class="mbox-icon metadata">14px|link=</span>This template is imported from {{FULLPAGENAME}} on Wikipedia.</span> <div class="mbox-text">This template is imported from the [https://en.wikipedia.org English Wikipedia]. Although the visual appearance might be different, the functionality is ide... »)
- 1 mai 2023 à 14:43 Electrolab discussion contributions a créé la page Modèle:Wbr/doc (Page créée avec « {{Documentation}} This template is used to tell the browser of an optional, non-hyphenated line-break. It can be used with: * {{tlx|nbsp}} or the equivalent <code> </code> (non-breaking space) * {{tlx|nowrap}} or the equivalent <code><nowiki><span class="nowrap">...</span></nowiki></code> (character string that will not break even at a normal space) to carefully control line-breaking where this is important. This template can safely be {{WP|ref=no|WP:SU... »)
- 1 mai 2023 à 14:42 Electrolab discussion contributions a créé la page Modèle:Wbr (Page créée avec « <wbr /><noinclude> {{/doc}} </noinclude> »)
- 1 mai 2023 à 14:42 Electrolab discussion contributions a créé la page Modèle:WPnoref/doc (Page créée avec « {{Documentation}} ;Description :This template links to Wikipedia pages without referencing them ;Synctax :Type <code>{{t|WPnoref|Wikipedia Article Name}}</code> ;Sample output :<code><nowiki>{{WPnoref|Tapir}}</nowiki></code> gives: :{{WPnoref|Tapir}} »)
- 1 mai 2023 à 14:42 Electrolab discussion contributions a créé la page Modèle:WPnoref (Page créée avec « <includeonly><span class="plainlinks">x15px|link=http://wikipedia.org [http://wikipedia.org/wiki/{{{1}}} {{{1}}}] (Wikipedia)</span></includeonly> <noinclude> {{/doc}}</noinclude> »)
- 1 mai 2023 à 14:42 Electrolab discussion contributions a créé la page Modèle:WP/doc (Page créée avec « {{Documentation}} ;Description :This template is used to reference Wikipedia pages quickly ;Syntax :Type <code>{{t|WP|Wikipedia Article Name}}</code> ;Sample output :<code><nowiki>{{WP|Tapir}}</nowiki></code> gives: :{{WP|Tapir}} :<code><nowiki>{{WP|text=Bartti the Tapir|Bartti_the_Tapir}}</nowiki></code> gives: :{{WP|text=Bartti the Tapir|Bartti_the_Tapir}} :<code><nowiki>{{WP|ref=no|Tapir}}</nowiki></code> gives: :{{WP|ref=no|Tapir}} :<code><nowiki>{{WP|ref=no|... »)
- 1 mai 2023 à 14:40 Electrolab discussion contributions a créé la page Modèle:WP (Page créée avec « <includeonly><span class="plainlinks">{{#ifeq:{{{ref|}}}|no|x15px|link=http://wikipedia.org [http://wikipedia.org/wiki/{{{1}}} {{#if:{{{text|}}}|{{{text}}}|{{{1}}}}}]|{{#tag:ref|x15px|link=http://wikipedia.org [http://wikipedia.org/wiki/{{{1}}} {{#if:{{{text|}}}|{{{text}}}|{{{1}}}}}]}}}}</span></includeonly><noinclude>Category:Citation templates{{/doc}}</noinclude> »)
- 1 mai 2023 à 14:39 Electrolab discussion contributions a créé la page Modèle:Void/doc (Page créée avec « {{Documentation}} {{tsh|^|Nul|Null}} {{Wikipedia template}} This template does nothing—more precisely, it throws away its parameters and outputs the null string. It is useful for programming advanced templates, and is often used within a template to the right of an equals sign. It may also be used in a template to disambiguate parsing of braces. It can also be used to temporarily disable code, and unlike "commenting out" with <code><nowiki><!-- --></nowiki><... »)
- 1 mai 2023 à 14:39 Electrolab discussion contributions a créé la page Modèle:Citation needed (Page créée avec « <sup class="cite noprint nowrap">[<span title="{{{reason|This claim needs references to reliable sources.}}}{{#if:{{{date|}}}|{{nbsp}}({{{date}}})}}"><i>citation needed</i></span>]</sup><includeonly>Category:Pages needing citations</includeonly><noinclude>{{/doc}}</noinclude> »)
- 1 mai 2023 à 14:39 Electrolab discussion contributions a créé la page Modèle:Userpage stats/styles.css (Page créée avec « .t-userstats { margin: 2rem 0; display: flex; font-size: 0.8125rem; line-height: 1.375; overflow-x: auto; } .t-userstats__item { padding: 0 var( --space-md ); } .t-userstats__item:first-child { padding-left: 0; } .t-userstats__item + .t-userstats__item { border-left: 1px solid var( --border-color-base ); } .t-userstats__label { color: var( --color-base--subtle ); letter-spacing: 0.05em; } .t-userstats__value { color: var( --color-base--emphasiz... »)
- 1 mai 2023 à 14:38 Electrolab discussion contributions a créé la page Modèle:Userpage stats/doc (Page créée avec « {{Documentation}} This template is used to generate user stats on a user page. It will only work when it is put on an user page (e.g. User:Citizen404). == Usage == <code><nowiki>{{userpage stats}}</nowiki></code> <includeonly>{{PAGENAME}}</includeonly> »)
- 1 mai 2023 à 14:38 Electrolab discussion contributions a créé la page Modèle:Userpage stats (Page créée avec « <includeonly><!-- Get data from API -->{{#get_web_data: url={{SERVER}}/api.php?action=query&format=json&list=usercontribs%7Cusers&uclimit=1&ucuser={{ROOTPAGENAME}}&ucnamespace=0&ucprop=timestamp&usprop=editcount%7Cregistration&ususers={{ROOTPAGENAME}} |format=JSON |data=<!-- Edit count -->editcount=editcount,<!-- Registration time -->registrationtime=registration,<!-- Last edit time -->lastedittime=timestamp |cache seconds=60 }}<!-- Actual template starts here... »)
- 1 mai 2023 à 14:38 Electrolab discussion contributions a créé la page Modèle:Unsigned/doc (Page créée avec « {{Documentation}} ;Description :This template should be used when a user forgot to sign a contribution to a talk. ;Syntax <pre><nowiki>{{Unsigned|User}}</nowiki></pre> ;Look :{{Unsigned|Example}} »)
- 1 mai 2023 à 14:38 Electrolab discussion contributions a créé la page Modèle:Unsigned (Page créée avec « <includeonly><small>(''Unsigned contribution by'' [[User:{{{1}}}|{{{1}}}]] ([[User Talk:{{{1}}}|Talk]]))</small></includeonly> <noinclude>{{/doc}}</noinclude> »)
- 1 mai 2023 à 14:37 Electrolab discussion contributions a créé la page Modèle:Unknown copyright/doc (Page créée avec « {{Documentation}} ;Description :This is a file copyright tag. Add this template to a file to notice that the file has no free copyright licenses. The file will be added to Category:Unknown Copyright Images. ;Syntax :Type <code>{{t|Unknown copyright}}</code> on the page.''' ;Example :<nowiki>{{Unknown copyright}}</nowiki> gives: <div class="boilerplate metadata" id="delete"> '''This file has an unknown copyright status... »)
- 1 mai 2023 à 14:37 Electrolab discussion contributions a créé la page Modèle:Unknown copyright (Page créée avec « <includeonly><div class="boilerplate metadata" id="delete"> '''This file has an unknown copyright status.''' Unless a source is given, an author is stated and the '''free license''' copyright status is provided, the image will have to be deleted. ''Please remove this template if a correct copyright license tag has been added.'' </div>Category:Unknown Copyright Images</includeonly><noinclude> Category:License Templat... »)
- 1 mai 2023 à 14:36 Electrolab discussion contributions a créé la page Modèle:Unconfirmed/doc (Page créée avec « {{Documentation}} {{t|Unconfirmed}} is used to mark pages with unconfirmed information that is not confirmed by Cloud Imperium (e.g. leaks, datamined content not from current game file), categorizing them in Category:Pages with unconfirmed content. == Usage == Type <code>{{t|unconfirmed}}</code> on the page. == TemplateData == <templatedata> { "params": { "1": { "label": "Source", "description": "Short text on where the information is sourced... »)
- 1 mai 2023 à 14:36 Electrolab discussion contributions a créé la page Modèle:Unconfirmed (Page créée avec « <div class="mbox mbox-med mbox-cleanup" role="presentation"><span class="mbox-title"><span class="mbox-icon metadata">14px|link=</span>This {{{2|article or section}}} contains unconfirmed content that is subject to change.</span> <div class="mbox-text">It contains content that is not officially confirmed by Cloud Imperium. {{#if:{{{1|}}}|The source is: '''{{{1}}}'''|No source has been specified}}. You can confirm the content by... »)
- 1 mai 2023 à 14:36 Electrolab discussion contributions a créé la page Modèle:Unbulleted list/doc (Page créée avec « {{Documentation}} {{Template shortcut|ubl|ubt|ublist|unbullet}} {{Wikipedia template}} {{t|Unbulleted list}} creates unbulleted lists. Each item in the list may have CSS styles added to it individually, by appending a numbered parameter. == Usage == ; Basic usage {{pre2|<nowiki>{{</nowiki>unbulleted list<nowiki>|</nowiki>''first item''<nowiki>|</nowiki>''second item''<nowiki>|</nowiki>''third item''<nowiki>|</nowiki>...<nowiki>}}</nowiki>}} ; All parameters {... »)
- 1 mai 2023 à 14:35 Electrolab discussion contributions a créé la page Modèle:Unbulleted list (Page créée avec « {{<includeonly>safesubst:</includeonly>#invoke:list|unbulleted}}<noinclude> {{/doc}}</noinclude> »)
- 1 mai 2023 à 14:34 Electrolab discussion contributions a créé la page Modèle:Transcript (Page créée avec « <includeonly><small>({{#if:{{{site|}}}|[{{{url}}} transcript by {{{site}}}]|x13px|link=https://relay.sc [https://relay.sc/transcript/{{{url}}} transcript by Relay]}})</small></includeonly><noinclude>Category:Citation templates{{/doc}}</noinclude> »)
- 1 mai 2023 à 14:34 Electrolab discussion contributions a créé la page Modèle:Trim/doc (Page créée avec « {{Documentation}} This template trims leading and trailing (but not interior) whitespace from a string. The string should be passed as the first unnamed parameter. == Usage == {{tlx|trim|text}} = <var>text</var> with any leading or trailing whitespace removed. == Examples == *"{{tlx|trim| abc}}" produces "{{trim| abc}}" *"{{tlx|trim|xyz }}" produces "{{trim|xyz }}" *"{{tlx|trim| abc xyz }}" produces "{{trim| abc xyz }}" == See also == * {{t|Strip whi... »)
- 1 mai 2023 à 14:34 Electrolab discussion contributions a créé la page Modèle:Trim (Page créée avec « <includeonly>{{#if:{{{1|}}}|{{{1|}}}}}</includeonly><noinclude>{{/doc}}</noinclude> »)
- 1 mai 2023 à 14:33 Electrolab discussion contributions a créé la page Modèle:Tooltip/styles.css (Page créée avec « .tooltip { position: absolute; left: 0; right: 0; margin: 5px 10px; padding: 10px 15px; background: white; color: #54595d; box-shadow: 0 14px 28px rgba(0,0,0,0.0625), 0 10px 10px rgba(0,0,0,0.055); opacity: 0; visibility: hidden; user-select: none; transition: opacity 0.2s ease,box-shadow 0.2s ease; } Trigger : .tooltip-target:hover .tooltip { opacity: 1; visibility: visible; user-select: auto; } /... »)
- 1 mai 2023 à 14:33 Electrolab discussion contributions a créé la page Modèle:Tooltip/doc (Page créée avec « {{Documentation}} <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> {{{t|Tooltip}} is used to create tooltip that can be seen by hovering on the item. Please don't use this template outside of templates as it might affect the output of the page to machines like crawlers and APIs. == Template data == <templatedata> { "params": { "1": { "label": "Tooltip message", "description": "The message shown on the tooltip", "type": "string", "required": tr... »)
- 1 mai 2023 à 14:33 Electrolab discussion contributions a créé la page Modèle:Tooltip (Page créée avec « <includeonly>{{#if:{{{2|}}}|<div class="tooltip-target">{{{2}}}}}<div class="tooltip noexcerpt" role="tooltip">{{#if:{{{1|}}}|{{{1}}}|<span class="error">No input for Template:Tooltip was found.</span>}}</div>{{#if:{{{2|}}}|</div>}}<templatestyles src="Template:Tooltip/styles.css" /></includeonly><noinclude> {{/doc}} <!-- Categories go in the /doc subpage, and interwikis go in Wikidata. --> </noinclude> »)
- 1 mai 2023 à 14:33 Electrolab discussion contributions a créé la page Modèle:Tnull/doc (Page créée avec « {{Documentation}} ===Usage=== '''Tnull''' is used to nullify templates in the monospaced font. It is similar to {{tlx|tlx}} in the way that it has support for many parameters, but it does not link the template name. It is similar to {{tl|tlc}}, but does not prevent text wrapping. ===Example=== Typing <code>{{tnull|foo|bar|baz|boo}}</code> in the edit window would yield <code>{{foo|bar|baz|boo}}</code> in the rendered page.... »)