User:Anthony.Sebastian/Sebastian-Sandbox-: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Anthony.Sebastian
No edit summary
imported>Anthony.Sebastian
No edit summary
Line 23: Line 23:


(remembering also, of course, the injunction not to use pixels).
(remembering also, of course, the injunction not to use pixels).
==Howto==
I 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: <nowiki> [[Real name of article | What you want displayed]]</nowiki>. For links to external websites the order is the same but the syntax is slightly different: <nowiki> [http://real.name/of.website What you want displayed]</nowiki> (no vertical bar, single set of brackets).
To insert '''footnotes''' in an article, put the text of the footnote between <nowiki> <ref> and </ref>. </nowiki>  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 <nowiki> ==Notes== </nowiki>
(or References or Footnotes or whatever you want the heading to be), and on the next line, put
<nowiki> <references/> </nowiki> (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> <nowiki> </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 <nowiki> #REDIRECT [[yyy]] </nowiki>.
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 <nowiki> {{Rename}} </nowiki>.
To report '''duplicate articles''': in the Talk page, put <nowiki> {{duplicate|Foo}} </nowiki>, 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 [http://forum.citizendium.org/index.php/topic,2532.0.html here].
'''"Transclusion/translcuding"''', a word whose meaning cannot be found by looking in either M-W Unabridged or the OED, is sort of explained [http://en.citizendium.org/wiki/CZ:Markup_tags_for_partial_transclusion_of_selected_text_in_an_article 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''':  <nowiki> {{dabhdr|foo}} {{r|foo-meaning-1}} {{r|foo-meaning-2}} {{disambig}} </nowiki>
'''Table''': <nowiki>
{| 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 |}
</nowiki>

Revision as of 18:24, 31 October 2009

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].

How to change fonts

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

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

and:

</span>

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 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 |}