Template:'s: Difference between revisions
Jump to navigation
Jump to search
(Created page with "'<noinclude> An apostrophe. Used when you want an actual apostrophe, but MediaWiki markup thinks your apostrophe is part of an italics or bold indicator. Example: <code><now...") |
m (Protected "Template:'s": High traffic page ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite))) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<span class="nowrap" style="padding-left:0.1em;">'s</span><noinclude> | |||
An apostrophe. Used when you want | ==Info== | ||
An apostrophe and an s. Used when you want to add <code>'s</code> to something, but MediaWiki markup thinks the apostrophe is part of an italics or bold indicator. | |||
Example | ==Example== | ||
:''Pikmin 2'''s leaders and ''Pikmin 3'''s enemies | The MediaWiki code <code><nowiki>''Pikmin 2'''s leaders and ''Pikmin 3'''s enemies</nowiki></code> results in: | ||
which is incorrect. To fix this with | :''Pikmin 2'''s leaders and ''Pikmin 3'''s enemies | ||
which is incorrect. To fix this problem with this template, add it like this: <code><nowiki>''Pikmin 2''{{'s}} leaders and ''Pikmin 3''{{'s}} enemies</nowiki></code>, which results in: | |||
:''Pikmin 2''{{'s}} leaders and ''Pikmin 3''{{'s}} enemies | |||
which is correct. | |||
[[Category:Inline templates]] | [[Category:Inline templates]]</noinclude> | ||
</noinclude> |
Latest revision as of 08:53, June 26, 2024
'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.