Template:Exclusive/doc

From Wikipedia, the free encyclopedia

Usage[edit]

Adds exclusivity cell to the list of games sortable table. The prefix "X" in some template names stands for "Exclusive", inspired from XOR.

Simple Simple
{{Edition}}   Edition/Remake exclusive
{{Exclusive}}   Exclusive to this console
{{XMicrosoft}}

{{XNintendo}}
{{XSony}}

{{XCC}}   Company (Microsoft/Nintendo/Sony)   Console/Company
{{XConsole}}   Console
{{Timed}}   Timed
{{NX}} None   Multiplatform (Non-exclusive)   Multiplatform

Example[edit]

{| class="wikitable sortable"
! 
! Title
|-
| {{Edition}}||''[[A]]''
|-
| {{Exclusive}}||''[[B]]''
|-
| {{Timed}}||''[[L]]''
|-
| {{NX}}||''[[R]]''
|-
| {{XNintendo}}||''[[X]]''
|-
| {{XConsole}}||''[[Y]]''
|}

produces:

Title

style="background:rgba(192,192,255,0.6);" data-sort-value="5"| ||A

style="background:rgba(64,255,64,0.6);" data-sort-value="4"| ||B

style="background:rgba(208,0,0,0.6);" data-sort-value="1"| ||L

style="background:#f99;"| ||R

style="background:rgba(160,255,208,0.75);" data-sort-value="3"| ||X

style="background:#fdd;" data-sort-value="2"| ||Y

Example (Simple)[edit]

{| class="wikitable sortable"
! 
! Title
|-
| {{Edition}}||''[[A]]''
|-
| {{Exclusive}}||''[[B]]''
|-
| {{XCC}}||''[[Z]]''
|-
| ||''[[C]]''
|}

Produces:

Title

style="background:rgba(192,192,255,0.6);" data-sort-value="5"| ||A

style="background:rgba(64,255,64,0.6);" data-sort-value="4"| ||B

style="background:rgba(64,192,128,0.6);" data-sort-value="2.5"| ||Z

C