User talk:Qubuhub
Seriki Walter Yakub
Software Developer | AI & Web Systems | Open Knowledge Contributor
About Me
[edit ]Welcome to my Wikimedia Commons user page! I am a developer interested in artificial intelligence, open-source architectures, and digital ecosystem documentation.
I contribute media, diagrams, and technical documentation across Wikimedia platforms to help expand accessible, open-source knowledge.
Projects & Interests
[edit ]- Systems Architecture & AI: Designing modular software tools and automation engines.
- Open Documentation: Creating visual assets, workflows, and diagrams for open technical specifications.
- Decentralized Technologies: Web protocols and open-data standards.
Licensing & Contributions
[edit ]External References
[edit ]Notice regarding your user page
[edit ]Intention, method, and goal
[edit ]Precise construction
- conveys exact assertion,
- but grasping snowflakes
- fallen on outstretched fingers
- wants infinite forgiveness.
Contested deletion
[edit ]This page is not unambiguously promotional,
- because intent builds quiet structures,
- not advertising noise,
- and logic, once examined,
- speaks clearly for itself.
<languages/> Template:PD Help Page The template {{Expand }} has been deprecated since 26 December 2010, and is retained only for old revisions. If this page is a current revision, please remove the template.
User Hub: User Page • Talk • Sandbox • Contributions
Time zone: UTC
Welcome to MediaWiki.org help pages
[edit ]Tags in templates and transclusion
[edit ]MediaWiki tags can be used inside templates and transcluded pages to control how wikitext is interpreted, displayed, or processed.
Tags such as ``, `<pre>`, and `<syntaxhighlight>` are different from parser functions such as `#if` and `#tag`. When a tag needs to be generated dynamically inside a template, the `#tag` parser function can be used. ==== <nowiki> in templates ==== The `<nowiki>` tag prevents MediaWiki from interpreting the enclosed text as wikitext. <syntaxhighlight lang="wikitext"> <nowiki>{{Example}} </syntaxhighlight>
The example above displays the template invocation literally instead of transcluding the `Example` template.
====
in templates ====
The `<syntaxhighlight>` tag displays source code with syntax highlighting. Specify the programming language with the `lang` attribute.
<syntaxhighlight lang="wikitext">
<syntaxhighlight lang="wikitext">
{{Example|name=Value}}</syntaxhighlight>
When displaying MediaWiki syntax, use `lang="wikitext"`.
Hello, Qubuhub, and welcome to Wikipedia! I hope you like the place and decide to stay. Unfortunately, one or more of the articles you created, such as User:Qubuhub, may not meet Wikipedia's content policies. In short, to be included on Wikipedia, the topic of an article must be notable and have been covered by published reliable and independent sources. Articles must be written in a neutral manner and may not contain AI generated material.
Please read Your first article for an overview of the article creation process. The Article Wizard is available to help you create an article for review. Note that articles are reviewed by volunteers and that it can take some time. If you'd like someone else to create an article, see Requested articles. If you are stuck, come to the Teahouse , where experienced Wikipedians can help you through the processes.
New to Wikipedia? Please consider taking a look at our introductory tutorial or the page on contributing to Wikipedia. Below are a few other good pages about article creation.
- Article development
- Standard layout
- Lead section
- The perfect article
- Task Center – for contributing to other articles. Writing a new article is tough, so getting experience elsewhere is useful.
I hope you enjoy editing here and being a Wikipedian! Please sign your name on talk pages using four tildes (~~~~); this will automatically produce your name and the date. If you have any questions, ask me on my talk page. You can also type {{help me }} on this page, followed by your question, and someone will show up shortly to answer your questions. Again, welcome! Kirbylegal (talk) 19:25, 12 August 2026 (UTC) Reply
A tag has been placed on your user page, User:Qubuhub, requesting that it be speedily deleted from Wikipedia. This has been done under section G11 of the criteria for speedy deletion, because the page appears to be advertising which only promotes or publicises someone or something. Promotional editing of any kind is not permitted, whether it be promotion of a person, company, product, group, service, belief, or anything else. This is a violation of our policies regarding acceptable use of user pages — user pages are intended for active editors of Wikipedia to communicate with one another as part of the process of creating encyclopedic content, and should not be mistaken for free webhosting resources or advertising space. Please read the guidelines on spam, the guidelines on user pages, and, especially, our FAQ for Organizations.
If you think this page should not be deleted for this reason, you may contest the nomination by visiting the page and clicking the button labelled "Contest this speedy deletion". This will give you the opportunity to explain why you believe the page should not be deleted. However, be aware that once a page is tagged for speedy deletion, it may be deleted without delay. Please do not remove the speedy deletion tag from the page yourself, but do not hesitate to add information in line with Wikipedia's policies and guidelines. If the page is deleted, and you wish to retrieve the deleted material for future reference or improvement, then please contact the deleting administrator . Kirbylegal (talk) 19:25, 12 August 2026 (UTC) Reply
Contested deletion
[edit ]<translate> This page is not unambiguously promotional, because... (your reason here) </translate>
<languages/> Template:PD Help Page The template {{Expand }} has been deprecated since 26 December 2010, and is retained only for old revisions. If this page is a current revision, please remove the template.
<translate>
Welcome to MediaWiki.org help pages
[edit ]</translate>
<translate> These help pages cover the basics of using MediaWiki software. </translate>
Welcome to MediaWiki.org help pages
[edit ]</translate>
These help pages are about the MediaWiki software itself.'''<translate>
</translate>
<translate> <tvar name="1">Template:Ll</tvar> covers the basics. </translate>
- You can experiment using the Sandbox.
- Details on Template:Ll.
<translate> Use the following Wikitext markup to tailor the appearance of your page. </translate>
<translate>
Arranging your words – lines, lists, paragraphs, and sections
[edit ]</translate>
| Type | Wikitext Markup | Rendered Output |
|---|---|---|
| Paragraphs |
First paragraph text. Second paragraph text. |
First paragraph text. Second paragraph text. |
| Unordered List |
* Item 1 ** Sub-item A ** Sub-item B * Item 2 |
|
| Ordered List |
# First item # Second item ## Sub-step 2a # Third item |
|
| Definition List |
; Term : Definition of the term |
|
| Blockquote |
<blockquote> This is a blockquote for highlighted excerpt text. </blockquote> |
|
| Horizontal Rule |
Text above rule
----
Text below rule
|
Text above rule Text below rule |
<translate>
Links
[edit ]</translate>
| Link Type | Wikitext Markup | Output |
|---|---|---|
| Internal Link | [[Help:Editing]] |
Help:Editing |
| Internal Link with Custom Label | [[Help:Editing|Editing Guide]] |
Editing Guide |
| Language-Aware Link | {{ll|Help:Editing}} |
Template:Ll |
| Category Link | [[:Category:Help|Help Category]] |
Help Category |
<translate>
External links
[edit ]</translate>
| Link Type | Wikitext Markup | Output |
|---|---|---|
| Bare URL | https://www.mediawiki.org |
https://www.mediawiki.org |
| Bracketed External Link | [https://www.mediawiki.org MediaWiki Home] |
MediaWiki Home |
<translate>
Formatting texts – customizing the way it looks
[edit ]</translate>
| Style | Wikitext Markup | Rendered Output |
|---|---|---|
| Italic text | ''Italic text'' |
Italic text |
| Bold text | '''Bold text''' |
Bold text |
| Bold and Italic | '''''Bold & Italic''''' |
Bold & Italic |
| Strikethrough | <s>Strikethrough text</s> |
|
| Subscript & Superscript | H<sub>2</sub>O and X<sup>2</sup> |
H2O and X2 |
<translate>
Reformatting and/or disabling wikitext interpretation
[edit ]</translate>
<translate>
The following provides methods for managing formatting and processing.
Please refer to Template:Tc for the code {{User talk:Qubuhub}} used in the examples (see Template:Ll).
</translate>
| Concept | Code Example | Result |
|---|---|---|
|
<translate> Default interpretation[edit ]</translate>
|
arrow → {{tc}}''italics'' [[Special:MyLanguage/Help:Link|link]] |
arrow → |
|
<translate> Tag poem used to preserve single newlines[edit ]</translate>
|
<poem> arrow → {{tc}} ''italics'' [[Special:MyLanguage/Help:Link|link]] </poem> |
arrow → |
|
==== ==== <!--T:264--> * Interpret HTML entities * Don’t process special wiki markup * Ignore double newlines to avoid creating paragraphs | <code><nowiki><nowiki>''italics'' [[Help:Link|link]]</nowiki> |
italics link | |
==== ==== <!--T:265-->
* Process HTML entities
* Avoid interpreting wiki markup
* No text wrapping; fixed-width font
|
<syntaxhighlight lang="wikitext">
<pre>arrow → {{tc}}
''italics''
[[Help:Link|link]]
</syntaxhighlight> |
arrow → {{tc}}
''italics''
[[Help:Link|link]] | |
|
<translate> Leading space[edit ]</translate>
|
arrow → {{tc}} ''italics'' [[Help:Link|link]] |
arrow → |
|
<translate> Literal character references[edit ]</translate> |
|
→ |
<translate> When using Template:Ll like 1,ドル using 2ドル will display the wikitext as it is. </translate>
{{[[Template:Template:T1demo |Template:T1demo ]]}}
<translate> However, when using the Template:Ll magic word, 1ドル will show the expanded wikitext 2ドル. </translate>
{{[[Template:[[:Template:T1demo]]|[[:Template:T1demo]]]]}}
<translate>
Tags in templates and transclusion
[edit ]</translate>
<translate> MediaWiki tags can be used inside templates and transcluded pages to control how wikitext is interpreted, displayed, or processed. </translate>
<translate> Tags such as ``, `<pre>`, and `<syntaxhighlight>` are different from parser functions such as `#if` and `#tag`. </translate> <translate> <!--T:433--> When a tag needs to be generated dynamically inside a template, the `#tag` parser function can be used. </translate> <translate> ==== <nowiki> in templates ==== <!--T:434--> </translate> <translate> <!--T:435--> The `<nowiki>` tag prevents MediaWiki from interpreting the enclosed text as wikitext. </translate> <syntaxhighlight lang="wikitext"> <nowiki>{{Example}} </syntaxhighlight>
<translate> The example above displays the template invocation literally instead of transcluding the `Example` template. </translate>
<translate>
====
in templates ==== <!--T:438-->
</translate>
<translate>
<!--T:439-->
The `<syntaxhighlight>` tag displays source code with syntax highlighting. Specify the programming language with the `lang` attribute.
</translate>
<syntaxhighlight lang="wikitext">
<syntaxhighlight lang="wikitext">
{{Example|name=Value}}</syntaxhighlight>
<translate> When displaying MediaWiki syntax, use `lang="wikitext"`. For other programming languages, specify the appropriate language identifier: </translate>
defhello(): print("Hello, world!")
<translate>
Using #tag
[edit ]</translate>
<translate> The `#tag` parser function constructs an XML-style tag dynamically using parser-function syntax. </translate>
{{#tag:syntaxhighlight| def hello(): print("Hello") |lang=python }}
<translate> This is especially useful inside templates when the content or attributes of a tag depend on template parameters: </translate>
{{#tag:syntaxhighlight|{{{code}}}|lang={{{language|text}}}}}
<translate>
Escaping template syntax
[edit ]</translate>
<translate> To display a template invocation literally without processing it, wrap it in ``: </translate> <syntaxhighlight lang="wikitext"> <nowiki>{{Example|name=Value}} </syntaxhighlight>
<translate>
Pipes and equals signs in template parameters
[edit ]</translate>
<translate> Special care is required when template parameters contain characters that have structural meaning in template syntax:
- A vertical bar (`|`) separates parameters.
- An equals sign (`=`) defines a named parameter.
When literal pipes or equals signs are required inside positional parameters, use `|` or `=`. </translate>
<translate>
==
This content is displayed on the template page only. </syntaxhighlight>
<translate>
Choosing between tags and parser functions
[edit ]</translate>
<translate>
- Use an **ordinary tag** (``, `<pre>`) when the content is static. * Use **`#tag`** when the tag or its content must be constructed dynamically from parameters. * Use **`<syntaxhighlight>`** when rendering code blocks. </translate> <translate> === Miscellaneous === <!--T:376--> </translate> {| class="wikitable" |- ! Feature !! Wikitext Markup !! Result |- | Standard Signature | <code><nowiki>~~~~
| Username (talk) 20:38, 12 August 2026 (UTC)
|-
| Comment (Hidden)
| <!-- Hidden editorial note -->
| (Invisible in page output)
|-
| Magic Word (Page Title)
| {{PAGENAME}}
| Qubuhub
|}
<translate>
Adding another page – transclusion and templates
[edit ]</translate>
<translate> Modifying a Template:Ll page will update every page that transcludes it. </translate>
<translate>
Template:Ll
[edit ]A unique type of page designed for transclusion located in the **Template:** namespace. These templates accept parameters. </translate>
Template preview example
<translate>
Transclusion
[edit ]Combining another page’s contents into the current page. </translate>
<translate> This is a parameter for a transcluded quote.</translate>
This is a parameter for a transcluded quote.
<translate>
Database records related to edits
[edit ]</translate>
<translate> Both the Template:Ll table and the Template:Ll table store edit histories in MediaWiki. </translate>
<translate> The revision table stores page histories and user contribution lists, while the recentchanges table manages recent changes, watchlists, and new page creation lists. </translate>
<translate> If older edits are removed from the recentchanges table while remaining in the revision table, older edits stay visible in page histories and contribution lists but not in recent changes or watchlists. </translate>
<translate>
</translate>
[[Category:Help{{#translation:}}| ]]
--Qubuhub (talk) 22:08, 12 August 2026 (UTC) Reply