User:Lktesar: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
===University of South Carolina=== | ===University of South Carolina=== | ||
* Weems, M.L., "The Honest Lawyer: An Anecdote," ''The Times'' (Charleston, S.C.), July 1, 1806. (In ''W&M Quarterly'' 25. Source of ''National Intelligencer'' article, July 25, 1806?) [http://libcat.csd.sc.edu/record=b2047439~S1 Catalog] | * Weems, M.L., "The Honest Lawyer: An Anecdote," ''The Times'' (Charleston, S.C.), July 1, 1806. (In ''W&M Quarterly'' 25. Source of ''National Intelligencer'' article, July 25, 1806?) [http://libcat.csd.sc.edu/record=b2047439~S1 Catalog] | ||
"innercollapse" and "outercollapse" | |||
Using this pair of classes, it is possible to make a table collapsed by default only when it is contained within a particular object, such as another table. This is mainly useful for tables inside templates, which are often nested. | |||
Code entered Output produced | |||
{| class="wikitable outercollapse" | |||
! This table does not collapse | |||
|- | |||
| But the table inside this cell | |||
{| class="wikitable collapsible innercollapse" | |||
! Does collapse | |||
|- | |||
| Hiding this part | |||
|} | |||
|} | |||
This table does not collapse | |||
But the table inside this cell | |||
[show]Does collapse |
Revision as of 20:52, 27 March 2013
Wishlist
Library of Congress
Manuscript Division
Original documents of the Oaths of Allegiance to George II and George III (Miscellaneous Virginia, 1606-1772) with signatures of George Wythe. See: Leola O. Walker, "Officials in the City Government of Colonial Williamsburg," 75 The Virginia Magazine of History and Biography (Jan.1967), p.35-36, note 1-2.
Library of Virginia
- "Memoirs of the Late George Wythe, Esquire," American Gleaner and Virginia Magazine, January 24, 1807, p. 1. With "correct likeness" possibly by Longacre? Catalog
Swem Library
- Richmond Enquirer, June 13, 1806 Catalog
- Richmond Argus, June 13, 1806 Catalog
University of South Carolina
- Weems, M.L., "The Honest Lawyer: An Anecdote," The Times (Charleston, S.C.), July 1, 1806. (In W&M Quarterly 25. Source of National Intelligencer article, July 25, 1806?) Catalog
"innercollapse" and "outercollapse"
Using this pair of classes, it is possible to make a table collapsed by default only when it is contained within a particular object, such as another table. This is mainly useful for tables inside templates, which are often nested. Code entered Output produced
This table does not collapse | ||
---|---|---|
But the table inside this cell
|
This table does not collapse
But the table inside this cell
[show]Does collapse