Jump to content

Talk:AP US History study guide

From A+ Club Lesson Planner & Study Guide
Latest comment: 10 March by Bromley in topic Tool Tips and VE editing

page to do list

  • add dates and definitions to terms
  • use <ul><li>{{#tip-text:term| explanation }}</ul></li>
  • create Wars timeline

Bromley (talk) 13:12, 2 May 2024 (UTC)Reply

Terms to add

Industrialists, Railroaders & Financiers

Carnegie Ford Frick Harriman JJ Hill Morgan Rockefeller


  • washing machine
  • convenience device
  • Land of the Free
    • << contrary identity
  • collective bargaining
  • strike breakers
  • scabs
  • sit down strike


  • progressive agenda of assimilation
  • Taft: “our little brown brothers”
  • asymmetic warfare


English Civil War vocab;

  • Maryland Toleration Act
  • Rump Parliament
  • standing army
  • Whiggism

Bromley (talk) 13:34, 14 September 2024 (UTC)Reply

Tool Tips and VE editing

Using a Tool Tips "Template:TT" so that VE can edit. Two column is not set in common.css using <ul class> so bullets are only on inline <li>.

Since VE has trouble editing w/ columns and the template, disabling columns in VE edit mode.

code:

<ul class="vocab-columns">
  <li>{{TT|
{{TT|Visible text|Tooltip text}}</li>

  <li>{{TT|
{{TT|Visible text|Tooltip text}}</li>

</ul>

See https://m365.cloud.microsoft/chat/?fromcode=edgentp&redirectid=69ae17d6010741859ce3bf1c625ef836&auth=2&handinClickTs=1773017489958

NOTE:

the parser reads = equal sign as code so if used in the template has to be <no wiki>=</no wiki> can use ⇒ instead of equal sign

Bromley (talk) 03:10, 9 March 2026 (UTC)Reply

When a heading section is inside a list, i.e. inside <ul class="vocab-columns"> and </ul> VE will not be able to change the heading level. So has to be done in Source Code Bromley (talk) 15:50, 10 March 2026 (UTC)Reply

columns css

use

<ul class="vocab-columns">

Bromley (talk) 02:48, 10 March 2026 (UTC)Reply