Module:Particles/doc
Appearance
This is a documentation subpage for Module:Particles. It may contain usage information, categories and other content that is not part of the original module page. |
This module was used to replace {{Subatomic particle}} in List of baryons to remove that article from Category:Pages where post-expand include size is exceeded. Prior to the replacement, half of the article was not displayed correctly.
Usage
[edit]{{#invoke:particles|nolink|item1|item2|item3|...}}
(display items with no link){{#invoke:particles|link|item1|item2|item3|...}}
(each displayed symbol is linked to an article)
These items are built-in to the module:
Item | Result |
---|---|
/ | " / " |
+ | " + " |
or | " or " |
seen | " (seen) " |
_word1_word2 | " word1 word2" (wordN is any text) |
(text) | "(text)" (text is any text) |
br | "<br />" (and splits the result into lines) |
Any other item must an identifier for a particle (not case sensitive). If an item is not recognized, an error message is displayed. Each identifier is defined in Module:Particles/data.
Any br item divides the result into lines, and each line is enclosed in a nowrap span. If there are no br items, the result is a single line enclosed in a nowrap span.
Examples
[edit]Result | Wikitext source |
---|---|
p+ |
{{#invoke:particles|nolink|Proton+}}
|
Σ∗+ (1385) |
{{#invoke:particles|link|Sigma*+|(1385)}}
|
u u d |
{{#invoke:particles|link|Up quark|Up quark|Down quark}}
|
p / p+ / N+ |
{{#invoke:particles|link|Proton|/|Proton+|/|Nucleon+}}
|
Λ+ c + K− + π+ + π+ (seen) |
{{#invoke:particles|link|Charmed lambda+|+|Kaon-|+|Pion+|+|Pion+|seen}}
|
Λ0 + π+ or Σ+ + π0 or Σ0 + π+ |
{{#invoke:particles|link|Lambda0|+|Pion+|or|br|Sigma+|+|Pion0|or|br|Sigma0|+|Pion+}}
|
Λ0 + π+ any text Σ+ + π0 more text Σ0 + π+ |
{{#invoke:particles|link|Lambda0|+|Pion+|_any_text|br|Sigma+|+|Pion0|_more_text|br|Sigma0|+|Pion+}}
|
Modules
[edit]The following modules are used:
- Module:Particles • Code to display one or more particle symbols.
- Module:Particles/data • Particle definitions extracted from subpages of Template:Subatomic particle.
- Module:Su • Called to display sup and sub (top and bottom) labels.