Template:'s
Jump to navigation
Jump to search
's
Info[edit]
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[edit]
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.