Difference between revisions of "Template:'s"

From Pikmin Technical Knowledge Base
Jump to navigation Jump to search
(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...")
 
(No difference)

Latest revision as of 16:49, 28 January 2023

'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.