Difference between revisions of "350 Santa Fe Wiki Markup Quick Reference"

From Global Warming Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
[[Category:Editing]]
 
[[Category:Editing]]
 +
=== Markup ===
 
'''Citation Markup Examples''':
 
'''Citation Markup Examples''':
 
<blockquote><nowiki>
 
<blockquote><nowiki>
Line 23: Line 24:
 
</blockquote>
 
</blockquote>
  
Example
+
'''Example'''
 
<blockquote style="background-color:#e4ece1; border:1px solid #4d4d4d;padding:10px 20px;">
 
<blockquote style="background-color:#e4ece1; border:1px solid #4d4d4d;padding:10px 20px;">
 
'''Synopsis by <name or initials> <date>'''
 
'''Synopsis by <name or initials> <date>'''
Line 52: Line 53:
 
</blockquote>
 
</blockquote>
  
 +
=== Categories ===
 
'''Add a Category'''
 
'''Add a Category'''
  
Line 68: Line 70:
 
* Resilience‏‎
 
* Resilience‏‎
 
* Solutions‏‎
 
* Solutions‏‎
 +
 +
=== Tables ===
 +
Markup for tables that are sortable can be included:
 +
<pre>
 +
<nowiki>
 +
{| class="wikitable sortable"
 +
|-
 +
! column 1
 +
! column 2
 +
|-
 +
! style="text-align:left;" | 3
 +
! style="text-align:left;" | 7
 +
|-
 +
| 1
 +
| 3
 +
|-
 +
| 2
 +
| 4
 +
|}
 +
</nowiki>
 +
</pre>
 +
 +
'''Example'''
 +
 +
{| class="wikitable sortable"
 +
|-
 +
! column 1
 +
! column 2
 +
|-
 +
! style="text-align:left;" | 3
 +
! style="text-align:left;" | 7
 +
|-
 +
| 1
 +
| 3
 +
|-
 +
| 2
 +
| 4
 +
|}

Revision as of 16:38, 6 June 2020

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