Module:Wikitable/doc

Usage

This module is designed to make passing tables to templates less of a hassle. It implements {{wikitable}}

Oftentimes, adding wikitable markup to a template or other parser tag generates gibberish when one fails to escape every | and =. Moreover, escaping pipe characters with {{!}} 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, = for <table> 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 |- is omitted before the first row)

See Differences:

original (copied from: 2016 Summer Olympics):
2016 Summer Olympics bidding results[1]
City NOC Round 1 Round 2 Round 3
Rio de Janeiro  Brazil 26 46 66
Madrid  Spain 28 29 32
Tokyo  Japan 22 20
Chicago  United States 18

code:

{| 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>
[[File: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;" ||}
module:
2016 Summer Olympics bidding results[2]
City NOC Round 1 Round 2 Round 3
Rio de Janeiro  Brazil 26 46 66
Madrid  Spain 28 29 32
Tokyo  Japan 22 20
Chicago  United States 18
code (with changes highlighted):
{{wikitable| 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=http://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 bid for the 2016 Summer Olympics|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;" |—
}}

Sources cited in example

  1. ^ "Past Bid Results". GamesBids.com. Archived from the original on 17 March 2011. Retrieved 31 October 2015.
  2. ^ "Past Bid Results". GamesBids.com. Archived from the original on 17 March 2011. Retrieved 31 October 2015.

See also


Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.