350 Santa Fe Wiki Markup Quick Reference

From Global Warming Wiki
Jump to navigation Jump to search

Markup

Citation Markup Examples:

<ref name="MyPaperTag1"> 350SF White paper, John Doe, et al., Jan. 2020</ref>

Hides the title of a page so you can use a different title:

{{DISPLAYTITLE:<span style="position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);">{{FULLPAGENAME}}</span>}}

Add a Synopsis panel for article archive entries

<blockquote style="background-color:#e4ece1; border:1px solid #4d4d4d;padding:10px 20px;"> '''Synopsis by <name or initials> <date>'''

Your synopsis text goes here.

</blockquote>

Example

Synopsis by <name or initials> <date>

Your synopsis text goes here.

Add a Highlight panel

<blockquote style="padding:10px 20px;border:1px solid #ccc;width:50%;background-color:#eee;">

Your content goes here.

</blockquote>

Example

Your content goes here.

Categories

Add a Category

When creating a new page, please include at least one category. This can be placed at the top of the page. Once saved, a panel at the bottom of the page will display the Category name chosen. Multiple entries can be included. For example, this page is in the Editing Category.

[[Cateogory:<name>]] [[Category...

Category names in use are:

  • Archives‏‎
  • Editing‏‎
  • Industry
  • Legislation‏‎
  • Miscellany‏‎
  • Problem‏‎
  • Resilience‏‎
  • Solutions‏‎

Tables

Markup for tables that are sortable can be included:


{| class="wikitable sortable"
|-
! column 1
! column 2
|- class="sorttop"
|-
! style="text-align:left;" | 3
! style="text-align:left;" | 7
|-
| 1
| 3
|-
| 2
| 4
|}

Example

column 1 column 2
3 7
1 3
2 4