Template:'s

From Pikmin Technical Knowledge Base
Revision as of 16:49, 28 January 2023 by Espyo (talk | contribs) (Created page with "<span class="nowrap" style="padding-left:0.1em;">'s</span><noinclude> ==Info== An apostrophe and an s. Used when you want to add <code>'s</code> to something, but MediaWi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.