$:_('Hooray! You've discovered a title that\'s missing from our library. Can you help donate a copy?')
+$:_('Hooray! You\'ve discovered a title that\'s missing from our library. Can you help donate a copy?')
$:_('%(page)s is on your List Name Which Could Be Long list. Remove?', page=page)
+$:_('Add to This is a List Name')
+$:_('Add to This is Another List Name Which is Longer!')
+ +$_("We use a system called Markdown to format the text in your edits on Open Library. Some HTML formatting is also accepted. Paragraphs are automatically generated from any hard-break returns (blank lines) within your text. You can preview your work in real time below the editing field.")
+$_("Formatting marks should envelope the effected text, for example:") + <strong>$_("This text is bold")<strong> OR **$_("This text is also bold")**
+$_("The format") | +HTML | +$_("Markdown") | +
---|---|---|
$_("Italic") | +<em> </em>$_(" (preferred) or ")<i> </i> | +* *$_(" or ")_ _$_(" (single underscores)") | +
$_("Bold") | +<strong> </strong>$_(" (preferred) or ")<b> </b> | +** **$_(" or ")__ __$_(" (double underscores)") | +
$:_('Line Break') |
+ <br/> | +$_("Insert two spaces at the end of the line.") | +
$_("Blockquote") |
+ <blockquote> </blockquote> | +$_("Precede copy with ")> | +
$_("Headers") |
+ <h1>$_("Enormous Headline")</h1> <h2>$_("Big Headline")</h2> <h3>$_("Average Headline")</h3> etc. to <h6>$_("Small Headline")</h6> |
+ #$_("Enormous Headline") ##$_(" Big Headline") ###$_(" Average Headline, etc. to") ######$_(" Small Headline") |
+
|
+ <ol> <li>$_("Item One")</li> <li>$_("Item Two")</li> </ol> |
+ 1.$_(" Item One") 2.$_(" Item Two") |
+
|
+ <ul> <li>$_("First bullet")</li> <li>$_("Second bullet")</li> </ul> |
+ *$_(" First bullet") *$_(" Second bullet") |
+
$_("Links") | +$:_('This is <a href="http://example.com/" title="Title">an example</a> inline link.') | +$:_('This is [an example](http://example.com/ "Title") inline link.') | +
$_("Images") | +<img src="/path/to/img.jpg" title="$_('Title')" alt="$_('Alternate label')" /> | +![Alt text](/path/to/img.jpg "Optional title") | +
$_('To "escape" any Markdown tags (i.e. use an asterisk as an asterisk rather than emphasizing text) place a backslash \\ prior to the character.')
+ + +$:_('You are not logged in. Open Library will record your IP address and include it in this page's publicly accessible edit history. If you create an account, your IP address is concealed and you can more easily keep track of all your edits and additions.')
-$:_('You are not logged in. Open Library will record your IP address and include it in this page\'s publicly accessible edit history. If you create an account, your IP address is concealed and you can more easily keep track of all your edits and additions.')
+