Changes

MyWikiBiz, Author Your Legacy — Tuesday May 14, 2024
Jump to navigationJump to search
4,726 bytes added ,  08:01, 16 July 2021
Pywikibot 6.4.0
{{#ifeq:{{NAMESPACE}}|Module|{{Module rating |release}}}}
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->

== Usage ==
This {{pagetype}} is designed to make passing tables to templates less of a hassle. <noinclude>It implements {{tl|wikitable}}</noinclude>

Oftentimes, adding [[Help:Table|wikitable markup]] to a template or other parser tag generates gibberish when one fails to escape every <code>|</code> and <code>=</code>. Moreover, escaping pipe characters with <code>{{t|!}}</code> everywhere can make for some rather ugly-looking markup.

With this module, most wikitables can be embedded into templates without escaping any pipe characters. Also, <code>=</code> for {{tag|table|open}} element attributes do not need to be escaped, however, for individual rows and cells, such is still necessary. Finally, there must be at least one pipe character before the first header cell (only an issue if <code>|-</code> is omitted before the first row)

[[special:diff/1017170872|See Differences]]:
{| class=wikitable
| style="vertical-align:top"|original (copied from: [[2016 Summer Olympics]]):
{| class="wikitable" width="auto" style="text-align: center"
|-
! colspan="6" |2016 Summer Olympics bidding results<ref>{{cite web |url=http://www.gamesbids.com/eng/past.html |title=Past Bid Results |publisher=GamesBids.com |access-date=31 October 2015 |url-status=dead |archive-url=https://www.webcitation.org/5xFvf0ufx?url=http://www.gamesbids.com/eng/past.html |archive-date=17 March 2011}}</ref>
[[Image:Bids for the 2016 Summer Olympics.svg|center|500px]]
|- style="background:#efefef;"
! '''City'''
! '''NOC'''
| style="background: silver" |'''Round 1'''
| style="background: silver" |'''Round 2'''
| style="background: silver" |'''Round 3'''
|-
| style="text-align:left;" |'''[[Rio de Janeiro 2016 Olympic bid|Rio de Janeiro]]'''
| style="text-align:left;" |'''{{BRA}}'''
| style="text-align:center;" |26
| style="text-align:center;" |'''46'''
| style="text-align:center;" |'''66'''
|-
| style="text-align:left;" |[[Madrid bid for the 2016 Summer Olympics|Madrid]]
| style="text-align:left;" |{{ESP}}
| style="text-align:center;" |'''28'''
| style="text-align:center;" |29
| style="text-align:center;" |32
|-
| style="text-align:left;" |[[Tokyo bid for the 2016 Summer Olympics|Tokyo]]
| style="text-align:left;" |{{JPN}}
| style="text-align:center;" |22
| style="text-align:center;" |20
| style="text-align:center;" |—
|-
| style="text-align:left;" |[[Chicago bid for the 2016 Summer Olympics|Chicago]]
| style="text-align:left;" |{{USA}}
| style="text-align:center;" |18
| style="text-align:center;" |—
| style="text-align:center;" |—
|}

code:
<syntaxhighlight lang="moin" highlight="1">
{| class="wikitable" width="auto" style="text-align: center"
|-
! colspan="6" |2016 Summer Olympics bidding results<ref>{{cite web |url=http://www.gamesbids.com/eng/past.html |title=Past Bid Results |publisher=GamesBids.com |access-date=31 October 2015 |url-status=dead |archive-url=https://www.webcitation.org/5xFvf0ufx?url=http://www.gamesbids.com/eng/past.html |archive-date=17 March 2011}}</ref>
[[Image:Bids for the 2016 Summer Olympics.svg|center|500px]]
|- style="background:#efefef;"
! '''City'''
! '''NOC'''
| style="background: silver" |'''Round 1'''
| style="background: silver" |'''Round 2'''
| style="background: silver" |'''Round 3'''
|-
| style="text-align:left;" |'''[[Rio de Janeiro 2016 Olympic bid|Rio de Janeiro]]'''
| style="text-align:left;" |'''{{BRA}}'''
| style="text-align:center;" |26
| style="text-align:center;" |'''46'''
| style="text-align:center;" |'''66'''
|-
| style="text-align:left;" |[[Madrid bid for the 2016 Summer Olympics|Madrid]]
| style="text-align:left;" |{{ESP}}
| style="text-align:center;" |'''28'''
| style="text-align:center;" |29
| style="text-align:center;" |32
|-
| style="text-align:left;" |[[Tokyo bid for the 2016 Summer Olympics|Tokyo]]
| style="text-align:left;" |{{JPN}}
| style="text-align:center;" |22
| style="text-align:center;" |20
| style="text-align:center;" |—
|-
| style="text-align:left;" |[[Chicago bid for the 2016 Summer Olympics|Chicago]]
| style="text-align:left;" |{{USA}}
| style="text-align:center;" |18
| style="text-align:center;" |—
| style="text-align:center;" |—
|}
</syntaxhighlight>
| style="vertical-align:top"|module:
{{Module talk:Wikitable/example}}

code (with changes highlighted):{{#tag:pre|
{{msgnw:Module talk:Wikitable/example}}
}}
|}

===Sources cited in example===
{{Reflist}}

==See also==
*{{tl|Table}}

<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | |
<!-- Categories below this line, please; interwikis at Wikidata -->

}}</includeonly>

Navigation menu