Anonymous
Not logged in
Talk
Contributions
Create account
Log in
Guild of Archivists
Search
Editing
Template:Sp/doc
(section)
From Guild of Archivists
Namespaces
Template
Discussion
More
More
Page actions
Read
Edit source
History
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Usage=== {{tlx|sp}} will insert a single, ordinary space character. It can serve as a human-readable alternative to the <code>&#32;</code> [[w:numeric character reference]]. ====Anywhere you need a regular space==== You can use {{tl|sp}} anywhere you need a regular, breaking space. If you need a non-breaking space or multiple spaces in a row, use {{tl|space}}. ====Inserting a space inside a parser function==== Sometimes when using [[w:Help:parser functions|parser functions]], you need to insert a space at the beginning or end of an optional message. {{tl|sp}} can be used for that purpose. In the following examples, look closely at the spacing between words and punctuation to see the subtle differences. ;Example <nowiki>I like green{{#if:{{{blue|}}}|and blue}}.</nowiki> The above example works fine if 'blue' does not have a value ('<code>I like green.</code>'). However, if 'blue' is set to true (<code>|blue=true</code>), then the message is incorrectly run together ('<code>I like greenand blue.</code>'). <nowiki>I like green {{#if:{{{blue|}}}|and blue}}.</nowiki> Adding the space between 'green' and '{{#if' avoids running the '<code>green and</code>' together, but now there will be an extra space if 'blue' is not set ('<code>I like green .</code>'). <nowiki>I like green{{#if:{{{blue|}}}| and blue}}.</nowiki> Adding the space between the pipe ('|') and the word 'and' doesn't work. Any leading or trailing spaces from a parser function output are stripped, so this produces exactly the same output as the first example when 'blue' is true ('<code>I like greenand blue.</code>'). <nowiki>I like green{{#if:{{{blue|}}}|{{sp}}and blue}}.</nowiki> This one works! By inserting the {{tl|sp}} in the parser function output, the space is not stripped, and the correct output is given whether blue is set to true ('<code>I like green and blue.</code>') or not set at all ('<code>I like green.</code>'). ====Disabling default substitution==== Suppose you have a template, {{tl|Example}}, that uses [[w:WP:substitution|substitution]], like this: <nowiki>{{{{{subst|subst:}}}#if{{{condition|}}}|message}}</nowiki> When the template is [[w:WP:Transclusion|transcluded]] and saved, the result would be interpreted as: <nowiki>{{subst:#if{{{condition|}}}|message}}</nowiki> You could override the substitution by setting the 'subst' attribute to {{tl|sp}}: <nowiki>{{Example| subst={{sp}} }}</nowiki> Now the result would be interpreted as: <nowiki>{{ #if{{{condition|}}}|message}}</nowiki> The extra blank space preceding the '#if' would not affect the template at all (except to suppress the default substitution).
Summary:
Please note that all contributions to Guild of Archivists may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
GoArch:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation
Navigation
Main Page
Random page
Categories
All pages
Recent changes
Resources
D'ni dictionary
Reference material
Utilities
Community
Forums
Jalak Game Directory
Projects
Apocrypha
Unexplored Branches
All projects
Contribute
Stubs
Wanted
Cleanup
Dead ends
Image requested
Help
Help
Guide
Policies
Wiki tools
Wiki tools
Special pages
Page values
Page tools
Page tools
User page tools
More
What links here
Related changes
Page information
Page logs