Editing User:Yfmcpxpj/Sandbox

Jump to: navigation, search

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.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 57: Line 57:
 
| image    = writing_styles.png
 
| image    = writing_styles.png
 
| titletext = I liked the idea, suggested by h00k on bash.org, of a Twitter bot that messages prominent politicians to tell them when they've unnecessarily used sms-speak abbreviations despite having plenty of characters left.
 
| titletext = I liked the idea, suggested by h00k on bash.org, of a Twitter bot that messages prominent politicians to tell them when they've unnecessarily used sms-speak abbreviations despite having plenty of characters left.
}}
 
 
== Comics without a number ==
 
 
[[Template:comic]] is also used for one-off comics hosted outside of xkcd.com, for example, [[:Category:Extra comics]].  Those comics don't have a "number", and should also ''not'' have a "2x" button.
 
 
Code:
 
 
<pre>
 
{{User:Yfmcpxpj/Template:comic 2x test
 
| date      = October 22, 2015
 
| title    = XKCD Marks the Spot
 
| image    = world_polio_day.png
 
| before    = Original blog post on ''gatesnotes'': http://www.gatesnotes.com/Health/XKCD-Marks-the-Spot
 
| titletext    = World Polio Day XKCD comic
 
| ldomain  = gatesnotes.com/Health/XKCD-Marks-the-Spot#
 
| lappend  =
 
| extra    = yes
 
}}
 
</pre>
 
 
Result:
 
 
{{User:Yfmcpxpj/Template:comic 2x test
 
| date      = October 22, 2015
 
| title    = XKCD Marks the Spot
 
| image    = world_polio_day.png
 
| before    = Original blog post on ''gatesnotes'': http://www.gatesnotes.com/Health/XKCD-Marks-the-Spot
 
| titletext    = World Polio Day XKCD comic
 
| ldomain  = gatesnotes.com/Health/XKCD-Marks-the-Spot#
 
| lappend  =
 
| extra    = yes
 
 
}}
 
}}
  
Line 122: Line 90:
  
 
Alternatively, if the "2x" button needs to link to a different filename (for example, if the filename on xkcd.com doesn't match the filename on explainxkcd.com), the alternate filename can be specified in the <code>override2x</code> parameter.
 
Alternatively, if the "2x" button needs to link to a different filename (for example, if the filename on xkcd.com doesn't match the filename on explainxkcd.com), the alternate filename can be specified in the <code>override2x</code> parameter.
 +
 +
Code:
  
 
Code:
 
Code:
Line 204: Line 174:
  
 
* [https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions MediaWiki: ParserFunctions Extension]
 
* [https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions MediaWiki: ParserFunctions Extension]
** [https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions##expr <code>#expr</code>] – evaluate an expression.
+
** [https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions##expr #expr] – evaluate an expression.
** [https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions##if <code>#if</code>] – conditional inclusion.
+
** [https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions##if #if] – conditional inclusion.
** [https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions##ifeq <code>#ifeq</code>] – conditional inclusion from string equality/inequality.
+
** [https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions##ifeq #ifeq] – conditional inclusion from string equality/inequality.
** [https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions##ifexpr <code>#ifexpr</code>] – conditional from the result of an expression.
+
** [https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions##ifexpr #ifexpr] – conditional from the result of an expression.
 
** [https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions#StringFunctions StringFunctions]
 
** [https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions#StringFunctions StringFunctions]
*** [https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions##rpos <code>#rpos</code>] – return the ''last'' position of the specified text within a string.
+
*** [https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions##rpos #rpos] – return the ''last'' position of the specified text within a string.
*** [https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions##sub <code>#sub</code>] – return a sub-string.
+
*** [https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions##sub #sub] – return a sub-string.
 
* [https://www.mediawiki.org/wiki/Help:Parser_functions_in_templates MediaWiki: Parser functions in templates]
 
* [https://www.mediawiki.org/wiki/Help:Parser_functions_in_templates MediaWiki: Parser functions in templates]
* [https://www.mediawiki.org/wiki/Help:Magic_words#Technical_metadata MediaWiki: Magic words > Technical metadata] > <code>DEFAULTSORT</code>
 

Please note that all contributions to explain xkcd 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 explain xkcd:Copyrights for details). Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel | Editing help (opens in new window)

Templates used on this page: