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 ===
+
=== Citations ===
 
'''Citation Markup Examples''':
 
'''Citation Markup Examples''':
 
<blockquote><nowiki>
 
<blockquote><nowiki>
Line 6: Line 6:
 
</nowiki></blockquote>
 
</nowiki></blockquote>
  
 +
=== Titles ===
 
'''Hides the title of a page so you can use a different title''':
 
'''Hides the title of a page so you can use a different title''':
 
<blockquote><nowiki>
 
<blockquote><nowiki>
 
{{DISPLAYTITLE:<span style="position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);">{{FULLPAGENAME}}</span>}}</nowiki></blockquote>
 
{{DISPLAYTITLE:<span style="position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);">{{FULLPAGENAME}}</span>}}</nowiki></blockquote>
  
 +
=== Panels ===
 
'''Add a Synopsis panel''' for article archive entries
 
'''Add a Synopsis panel''' for article archive entries
  
Line 71: Line 73:
 
* Solutions‏‎
 
* Solutions‏‎
  
=== Tables ===
+
=== Sortable Tables ===
 
Sortable tables can follow this example. Note that different data types can be specified.
 
Sortable tables can follow this example. Note that different data types can be specified.
  

Revision as of 16:52, 6 June 2020

Citations

Citation Markup Examples:

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

Titles

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

Panels

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‏‎

Sortable Tables

Sortable tables can follow this example. Note that different data types can be specified.

Markup


{|class="wikitable sortable"
!data-sort-type="date"|Date!!Name!!Height!!data-sort-type="number"|Salary
|-
|01.10.1977||Smith||1.85||1,000.000
|-
|11.6.1972||Ray||1.89||900.000
|-
|1.9.1992||Bianchi||1.72||2,000.50
|}

Result

Date Name Height Salary
01.10.1977 Smith 1.85 1,000.000
11.6.1972 Ray 1.89 900.000
1.9.1992 Bianchi 1.72 2,000.50

See more at:

"Sortable Tables"