Template:'s

From Pikipedia, the Pikmin wiki
Revision as of 03:01, November 6, 2021 by Soprano (talk | contribs) (Improved the documentation.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

's

Info

An apostrophe and an s. Used when you want to add 's to something, but MediaWiki markup thinks the apostrophe is part of an italics or bold indicator.

Example

The MediaWiki code ''Pikmin 2'''s leaders and ''Pikmin 3'''s enemies results in:

Pikmin 2s leaders and Pikmin 3s enemies

which is incorrect. To fix this problem with this template, add it like this: ''Pikmin 2''{{'s}} leaders and ''Pikmin 3''{{'s}} enemies, which results in:

Pikmin 2's leaders and Pikmin 3's enemies

which is correct.