🇺🇸 · Noisebridge · Mcint
add small & big ← Older revision Revision as of 18:49, 26 June 2026 Line 28: Line 28: <charinsert><code>+</code></charinsert> · <charinsert><code>+</code></charinsert> · <charinsert><nowiki>+</nowiki></charinsert> <charinsert><code><nowiki><nowiki>+</nowiki></code></nowiki></charinsert> · <charinsert><nowiki>+</nowiki></charinsert> <charinsert><code><nowiki><nowiki>+</nowiki></code></nowiki></charinsert> · <charinsert><small>+</small></charinsert> · <charinsert><big>+</big></charinsert> · <charinsert><blockquote>+</blockquote></charinsert> · <charinsert><blockquote>+</blockquote></charinsert> · <charinsert><onlyinclude>+</onlyinclude></charinsert> · <charinsert><onlyinclude>+</onlyinclude></charinsert> ·
🇺🇸 · Noisebridge · Mcint
getting wp:Template:Querylink , to support Wiki/Projects#Templates efforts New page <includeonly><span class="plainlinks">[{{SERVER}}{{#if:{{{1|}}}|{{localurl:{{{1}}}}}}}?{{{qs}}} {{{2|{{{1}}}}}}]</span></includeonly><noinclude> {{template doc}} </noinclude>
🇺🇸 · Noisebridge · Mcint
top: fix entity emphasis ← Older revision Revision as of 18:16, 26 June 2026 (One intermediate revision by the same user not shown) Line 1: Line 1: Headerbox template for the '''wiki template projects''', that coordinate and on-going efforts, tracked & mediated by including templates on pages—often including category embedding. ==[[onlyinclude]]'d== <onlyinclude> {{wikipages}} {{wikipages}} {{box4}}'''[[:Category:Templates|Templates]]''' | [[:Category:LLM|LLM]] | [[:Category:Essays|Essays]] | [[:Category:Outdated|Outdated]] | [[:Category:historic|Historic]] | [[:Category:Fix|Fixme]] | [[:Category:Photography Wanted|Photo Wanted]] {{box4}}'''[[:Category:Templates|Templates]]''' | [[:Category:LLM|LLM]] | [[:Category:Essays|Essays]] | [[:Category:Outdated|Outdated]] | [[:Category:historic|Historic]] | [[:Category:Fix|Fixme]] | [[:Category:Photography Wanted|Photo Wanted]] || <small>[[:Template:Templates|E]] || <small>[[: Template:Templates|V]] · [[Special:EditPage/ Template:Templates|E]] </small> {{boxend}} {{boxend}} </onlyinclude> ==See also== <!-- also functions as unclosed braces test --> See, or use, <code><nowiki>{{</nowiki>[[Template:t|t]]<nowiki>}}</nowiki></code> for templates you can include temporarily while editing a page, to navigate helpful templates ''while editing''.
🇺🇸 · Propeller · Columbus Propeller
Jun 27, 2026 2pm to 6pm Grab your laptop and learn the fundamentals of CAD using Onshape , a powerful, browser-based design tool used by makers and professionals alike. We’ll cover the basics of 3D modeling and how CAD turns ideas into real, buildable projects. No prior experience needed—just bring your laptop and get ready to design.
🇺🇸 · MakeHaven · Andrew Riiska
Badge 2x72 Belt Grinder Friday, June 26, 2026 - 9:04pm Andrew Riiska Member profiles
🇺🇸 · Noisebridge · Mcint
remove leading newline when included ← Older revision Revision as of 18:37, 26 June 2026 Line 2: Line 2: ==[[onlyinclude]]'d== ==[[onlyinclude]]'d== <onlyinclude> <onlyinclude>{{wikipages}} {{wikipages}} {{box4}}'''[[:Category:Templates|Templates]]''' | [[:Category:LLM|LLM]] | [[:Category:Essays|Essays]] | [[:Category:Outdated|Outdated]] | [[:Category:historic|Historic]] | [[:Category:Fix|Fixme]] | [[:Category:Photography Wanted|Photo Wanted]] {{box4}}'''[[:Category:Templates|Templates]]''' | [[:Category:LLM|LLM]] | [[:Category:Essays|Essays]] | [[:Category:Outdated|Outdated]] | [[:Category:historic|Historic]] | [[:Category:Fix|Fixme]] | [[:Category:Photography Wanted|Photo Wanted]] || <small>[[:Template:Templates|V]] · [[Special:EditPage/Template:Templates|E]]</small> || <small>[[:Template:Templates|V]] · [[Special:EditPage/Template:Templates|E]]</small>
🇺🇸 · Noisebridge · Mcint
create category New page Pages in [[:Category:Unusual Articles]]. See [[Noisebridge:UA]] for more. <blockquote> {{:Noisebridge:UA}} </blockquote>
🇺🇸 · Noisebridge · Vectornaut
Basic unit: Remove automatic transfer from basic unit ← Older revision Revision as of 18:13, 26 June 2026 (One intermediate revision by the same user not shown) Line 46: Line 46: <pre> <pre> Ω× Ʊ Ω× Ʊ× Ʊ× Ω× Ʊ× Ω× </pre> </pre> ''TODO: Try replacing the front stitch with automatic transfer in the upper right corner of the basic unit with a front stitch with no transfer. This shouldn't affect what actually gets knitted, and it would make the pattern simpler and easier to understand. ====Swatch pattern==== ====Swatch pattern====
🇺🇸 · MakeHaven · Andrew Riiska
Badge Domino Joiner Friday, June 26, 2026 - 9:58pm Andrew Riiska Member profiles
🇺🇸 · Noisebridge · Mcint
import page from wp:Template:Template doc New page {{high use}} {{Documentation subpage}} {{tsh|ql}} {{hatnote|For the template that constructs query strings using separate template parameters, see {{Tl|Internal link with parameters}}.}} == Quick overview == This template creates an [[Help:Link#Wikilinks|internal link]] to the specified page (1) with the specified [[query string]] (qs) of the form <code>qs=name=value&name2=value2</code> and optionally the specified caption (2) which defaults to the specified page (1). The intended purpose of this template is to provide the ability to create internal links with a query string component, which addresses a limitation of the current [http://www.mediawiki.org wiki software]. Example usage: <nowiki>{{</nowiki>{{BASEPAGENAME}}|Special:Allpages|qs=namespace=1|See what people are talking about}} Produces: {{ {{BASEPAGENAME}}|Special:Allpages|qs=namespace=1|See what people are talking about}} == Reason == The [[MediaWiki]] software does not support the use of a '''[[query string]]''' element of an [[URL]] as part of the [[Help:Link#Wikilinks|internal wiki link]] syntax. This means that when wishing to link to a page that requires a query string in order to display the desired view of a page, an [[Help:Link#External_links|external link]] must be used. This is misleading when linking to a page within the wiki itself. For example, to create a link to this page's edit page, one might use the following wikitext: <code><nowiki>[https://en.wikipedia.org/w/index.php?title={{FULLPAGENAMEE}}&action=edit edit]</nowiki></code>. This would produce the following link: [https://en.wikipedia.org/w/index.php?title={{FULLPAGENAMEE}}&action=edit edit]. However, the edit page is not really an external link, so the desired result would be {{Querylink|{{FULLPAGENAMEE}}|qs=action=edit|edit}}, without the external link graphic. == Description of use == Internal links with a query string URL element may be achieved through the use of this '''querylink''' template. This template has been provided as a [[workaround]] for the described wiki software limitation. The template has been designed to be usable in a similar manner to creating a normal internal link, and takes two to three parameters depending upon how you wish to use it. To create the example link from before to this page's edit page using the querylink template, the following wikitext markup was used: <nowiki>{{Querylink|</nowiki>{{FULLPAGENAMEE}}<nowiki>|qs=action=edit|edit}}</nowiki> #The first formal parameter passed to the template should be the name of the internal page that you wish to link. In this case, <code>{{FULLPAGENAMEE}}</code>. #The second parameter is the query string used to display the desired view of the page. It has the form <code>qs=</code> followed by the name and value pairs of the query string of the form <code>name=value&name2=value2</code>. In this case, just one name and value pair is used: <code>action=edit</code>. #The third parameter is optional. If included, the text of this parameter will be used as the display name for the link text in the article, similar to [[Wikipedia:Piped_link|piped links]]. If omitted, the page name will be used instead, similar to ordinary internal links. In this case, we specify a friendly name for the link: <code>edit</code>. In some cases you might prefer to produce a query string without a page name. For that, simply omit the first parameter: <nowiki>{{Querylink||qs=oldid=10000|10 000th revision}}</nowiki> This produces the link {{Querylink||qs=oldid=10000|10 000th revision}}, pointing to the location https://en.wikipedia.org/?oldid=10000 ==Limitations== The template normally does not work as a target for [[Wikipedia:Redirect|<code>#REDIRECT</code>]] in redirect pages. You can [[Wikipedia:Substitution|subst:]] it to achieve that: <nowiki>{{subst:querylink|...}}</nowiki> ==See also== * {{Tl|Internal link with parameters}} * {{Tl|Diff}} * {{Tl|Oldid}} * {{Tl|Plain link}} * [[Help:Magic words#Paths]] "fullurl:" is useful for the same purpose. <includeonly>{{Sandbox other|| [[Category:Internal link templates|{{PAGENAME}}]] }}</includeonly> [[Category:Wiki/Imports]]
🇺🇸 · Noisebridge · Mcint
add category ← Older revision Revision as of 18:19, 26 June 2026 Line 6: Line 6: — [[Noisebridge:Unusual Articles]] <small><small><code><nowiki>{{NB:UA}}</nowiki></code></small></small> — [[Noisebridge:Unusual Articles]] <small><small><code><nowiki>{{NB:UA}}</nowiki></code></small></small> {{t/div/end|Unusual Articles}} {{t/div/end|Unusual Articles}} [[Category:Unusual Articles]]
🇺🇸 · Noisebridge · Mcint
add mw:Manual:Namespace link, note about template:t temporary dynamic inclusion reference, and complete dynamic list of templates ← Older revision Revision as of 18:08, 26 June 2026 Line 1: Line 1: {{templates}} {{templates}} <big>Wiki pages use templates surrounded by '''<nowiki>{{templatename}}</nowiki>''' to insert snippets of text like info boxes and menu bars. Many templates include Category designators that add the page to a category and display the info box about the category at the same time. <big>Wiki pages use templates surrounded by ''' <code> <nowiki>{{templatename}}</nowiki ></code >''' to insert snippets of text like info boxes and menu bars. Many templates include Category designators that add the page to a category and display the info box about the category at the same time. [[Help:Templates]]: instructions on using templates. [[Help:Templates]]: instructions on using templates , and [[mw:Manual:Namespace]] to contrast the template page namespace from others . See, or use, <code><nowiki>{{</nowiki>[[Template:t|t]]<nowiki>}}</nowiki></code> for templates you can include temporarily while editing a page, to navigate helpful templates ''while editing''. A live list of all templates available on the wiki ''(including both semantic and architecture & maintenance scaffolding templates)''. <div class="mw-collapsible mw-collapsed"><small>[[Special:PrefixIndex/Template:|Special:PrefixIndex/</small>Template:]] <div class="mw-collapsible-content"> <small><small>{{Special:PrefixIndex/Template:}}</small></small> </div>
🇺🇸 · MakeHaven · Andrew Riiska
Badge Band Saw Friday, June 26, 2026 - 9:37pm Andrew Riiska Member profiles