User:Anthony.Sebastian/Sebastian-Sandbox-

From Citizendium
< User:Anthony.Sebastian
Revision as of 20:29, 12 January 2010 by imported>Anthony.Sebastian (→‎test-01)
Jump to navigation Jump to search


Darwin on language

In February 1837—even before he sailed on the Beagle— Charles Darwin wrote to his sister Caroline, discussing the linguist Sir John Herschel’s idea that modern languages were descended from a common ancestor. If this were really the case, it cast doubt on the Biblical chronology of the world: “[E]veryone has yet thought that the six thousand odd years has been the right period but Sir J. thinks that a far greater number must have passed since the Chinese [and] the Caucasian languages separated from one stock” [1- Darwin Correspondence Project (1837) Letter 346].

test-01

Bear with me, 0 mystery of existence, as I pluck the occasional thread from your train. Bear with me, 0 mystery of existence, as I pluck the occasional thread from your train. Bear with me, 0 mystery of existence, as I pluck the occasional thread from your train.
—Wislawa Szymborska, from her poem, "Under One Small Star"


<style type="text/css"> div { text-align: right; } </style>

Bear with me, 0 mystery of existence, as I pluck the occasional thread from your train. —Wislawa Szymborska, from her poem, "Under One Small Star"

How to change font size

To change the font size on a block of text, wrap it in

<span style="font-size:1.1em">

and:

</span>

Example at 0.5em:   Smaller text.


Note: 'px' sizes on text should be avoided: this site makes use of scalable text sized in 'em's, and fonts sized using 'px' cannot be scaled by some browsers. So, instead of "font-size:12px;" (for example), say instead "font-size:1.1em;".

Further note: <font> tags were deprecated in the HTML specifications eleven years ago (as of 2008), and should be avoided. Some editors may insert them; these should be removed and replaced with the alternative code format above. For example the old style:

<font size="12px">

would become:

<span style="font-size:1.1em;">

(remembering also, of course, the injunction not to use pixels).

Howto

I Anthony.Sebastian, copied this section from Bruce Tindall's User Page and plan to add my own 'how-to's'. Anthony.Sebastian 23:28, 31 October 2009 (UTC)

I Bruce Tindall stole from Aleta Curry the idea of keeping helpful hints for myself (and anyone else who wants to use them) here so I won't forget how to do certain things in CZ.

CZ:How to has a lot of how-to info.

CZ:Naming Conventions is just that.

For wikilinks the order is: [[Real name of article | What you want displayed]]. For links to external websites the order is the same but the syntax is slightly different: [http://real.name/of.website What you want displayed] (no vertical bar, single set of brackets).

To insert footnotes in an article, put the text of the footnote between <ref> and </ref>. That will create the superscript number. But also, at the bottom of the article, where you want the text of the footnotes to appear, put ==Notes== (or References or Footnotes or whatever you want the heading to be), and on the next line, put <references/> (note that forward slash after the keyword).

To display wiki markup keywords literally, and suppress their interpretation (i.e., to "macro-quote" them, in SAS Macro parlance), use the keyword <nowiki> .

To browse a list of all templates, click on "Special pages" in the left-hand column, then select the "Templates" namespace.

You might find this useful too: CZ:Templates. Templates are organised by function.

This explains how Definition Templates work: http://forum.citizendium.org/index.php/topic,1374.0.html .

The suggested subdivisions of "gazetteer" geography articles can be found at http://en.citizendium.org/wiki/CZ:Geography_Workgroup/Gazetteer .

To alphabetize: Sometimes, in the list of articles in the "Live" category or another category, an article will not appear in the correct alphabetical order specified by the "abc=" field of the checklist. To force re-alphabetization, make a meaningless change (like adding a blank space) to the main article, and remove any "Categories:" specifications from the bottom of the main article. Thanks to Chris Day and Matt Innis for discovering these fixes and posting them in the Technical forum in early May 2008.

To make xxx redirect to yyy: Create page xxx, and in it, put the single line #REDIRECT [[yyy]] .

To go to the redirect page for "Whatever" rather than to what it redirects you to, go to en.citizendium.org/wiki?title=Whatever&redirect=no

To suggest a rename: in the Talk page, put {{Rename}} .

To report duplicate articles: in the Talk page, put {{duplicate|Foo}} , where "Foo" is the title of the other article.

To move a page and its subpages, do what Chris Day says at User Talk: Bruce M.Tindall#moves . This is apparently a simplified new process that showed up in late 2008.

Masterlists are explained here.

"Transclusion/translcuding", a word whose meaning cannot be found by looking in either M-W Unabridged or the OED, is sort of explained here, as are the very poorly chosen keywords that implement it (such as "includeonly" versus "onlyinclude"). Hocus pocus abracadabra wiki-wiki-woo.

Useful stuff plagiarized from Howard Berkowitz's user page:

Disambiguation page: {{dabhdr|foo}} {{r|foo-meaning-1}} {{r|foo-meaning-2}} {{disambig}}

Table: {| class="wikitable" <center>'''Title if used DNS'''</center> |- ! Column 1 Header ! Column 2 Header ! Column 3 Header |- | Row 1, Column 1 | Row 1, Column 2 | Row 1, Column 3 |- | Row 2, Column 1 | Row 2, Column 2 | Row 2, Column 3 |- | Row 3, Column 1 | Row 3, Column 2 | Row 3, Column 3 |}