Template:Str us2sp/doc: Difference between revisions

From Ring of Brodgar
Jump to navigation Jump to search
m (name fix)
m (Reverted edits by Ricky (talk) to last revision by MvGulik)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>[[Category:General wiki templates|{{PAGENAME}}]]</includeonly><noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>
<includeonly>[[Category:General wiki templates|{{PAGENAME}}]]</includeonly><noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>
===Info===
===Info===
:General template to change Underscores to Spaces.
:Limited to around 600 characters. (''might be 1000 Unicode bytes'')
:Uses "Normal Space" as replacement. (''Instead of the "NonebreakingSpace" type.'')
:Used in conjunction with [[template:Str_sp2us|Str_sp2us]] template to easily maintain normal in-string spaces, when needed.


:General template to change Underscores to spaces.
===Usage===
:Used in conjuction with [[template:Str_sp2us|Str_sp2us]] template to maintain in-string spaces, when needed.
:<code>{{t|Str_us2sp|String}}</code>
 
===Example===
:<nowiki>{{Str_us2sp|Some_string_with_underscores}}</nowiki>
:Output: {{Str_us2sp|Some_string_with_underscores}}

Latest revision as of 00:24, 4 February 2017

Info

General template to change Underscores to Spaces.
Limited to around 600 characters. (might be 1000 Unicode bytes)
Uses "Normal Space" as replacement. (Instead of the "NonebreakingSpace" type.)
Used in conjunction with Str_sp2us template to easily maintain normal in-string spaces, when needed.

Usage

{{Str_us2sp|String}}

Example

{{Str_us2sp|Some_string_with_underscores}}
Output: Some string with underscores