|
|
Line 1,394: |
Line 1,394: |
| ::B. False</div> | | ::B. False</div> |
| [[Help:Wiki University HTML-- Tables - Columns Only|Back to Tables - Columns Only]] | | [[Help:Wiki University HTML-- Tables - Columns Only|Back to Tables - Columns Only]] |
|
| |
| ==Templates==
| |
| ====Exercises====
| |
| <div style="border:10px solid lightgreen; padding:5px; ">
| |
| *How do you save a template?
| |
| <div style="border:2px solid crimson; background-color:moccasin; padding:10px; width:97%; font-size:10pt; font-family:Courier New">template:Lorem ipsum</div><br>
| |
| *How do you embed a template?
| |
| <div style="border:2px solid crimson; background-color:moccasin; padding:10px; width:97%; font-size:10pt; font-family:Courier New"><nowiki>{{Lorem ipsum}}</nowiki></div><br>
| |
| *How do you embed a template that you might want to edit someday?
| |
| <div style="border:2px solid crimson; background-color:moccasin; padding:10px; width:97%; font-size:10pt; font-family:Courier New">{{subst:Lorem ipsum}}</div>
| |
| </div>
| |
|
| |
| ====Quick Quiz====
| |
| <div style="border:10px solid lightgray; padding:5px; ">
| |
| *Templates are easy to change.
| |
| ::A. True
| |
| *Change the template and wherever it is embedded is changed as well.
| |
| ::A. True
| |
| *There is no way to change a template without changing it wherever it is embedded.
| |
| ::B. False
| |
| </div>
| |
| [[FamilySearch Wikitext Templates|Back to Templates]]
| |
|
| |
|
| ==Tables - Column Spans== | | ==Tables - Column Spans== |