Sandbox: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
No edit summary
m (→‎top: test template)
 
(24 intermediate revisions by 14 users not shown)
Line 1: Line 1:
<pre>
Test edit.
 
==WeeklyEvents: Module/Template/Use==
Mtgs: {{WeeklyEventLinks|prefix=Meeting Notes|text_prev=Last|text_next=Next}}
 
==Notes gathered at a single position==
Note: This method will only work if you have installed the [[mw:Extension:Cite|Cite Extension]].
 
This method gathers the notes at a single position marked with the
<nowiki><references/></nowiki> tag.  If used multiple times, only the first works.
 
* <code>&lt;ref&gt;</code>Reference text<code>&lt;/ref&gt;</code>
*: Produces a reference mark linking to the reference text, provided that the tag <code>&lt;references/&gt;</code> mentioned below is present on the page.
* <code>&lt;ref name="</code>''id''<code>"&gt;</code>Reference text<code>&lt;/ref&gt;</code>
*: Ditto; also assigns a name to the reference text; the quotes are only needed if ''id'' contains spaces or special characters.
* <code>&lt;ref name="</code>''id''<code>"/&gt;</code>
*: Produces a reference mark linking to a reference text defined before.
* <code>&lt;references/&gt;</code>
*: Inserts a list of reference texts, each preceded by a list of links to the positions in the page linking to the text; this applies for all texts inside <code>&lt;ref&gt;</code> tags in the wikitext of the page.
 
===Multiple insertion of the same reference===
[[mw:Extension:Cite]]:
 
References may be cited more than once using <code>&lt;ref name="</code>''id''<code>"/&gt;</code>.
On the Edit page, this is placed at the first insertion point of citation:<br />
 
:'''<nowiki><ref name="Perry">Perry's Handbook, Sixth Edition, McGraw-Hill Co., 1984.</ref></nowiki>'''
 
This is placed at the second insertion point of citation:<br>
:'''<nowiki><ref name="Perry"/></nowiki>'''
 
This is placed at the third insertion point of citation:<br>
:'''<nowiki><ref name="Perry"/></nowiki>''' ..... and so forth for further insertion points<br><br>
 
===Single insertion of a reference===
 
For the single insertion of a reference, the "name" parameter is not needed. On the Edit page, this is placed at the insertion point of citation:<br>
 
:'''<nowiki><ref>Excel For Dummies, First Edition, Hungry Minds, Inc., 1980.</ref></nowiki>'''
 
To have the reference depend on a parameter, use e.g.::
 
:<nowiki>{{#tag:ref|...{{tc}}...{{{1}}}...}}</nowiki> giving {{#tag:ref|...{{tc}}...{{{1}}}...}}
 
===What is produced at the points of insertion===
 
The '''<nowiki><ref></nowiki>''' tags in the main text are converted to auto-numbered superscripts, like this:
 
{|class=wikitable
|
:The only reference to Excel For Dummies.<ref>Excel For Dummies, First Edition, Hungry Minds, Inc., 1980.</ref>
 
:The first reference to Perry's Handbook.<ref name="Perry">Perry's  Handbook, Sixth Edition, McGraw-Hill Co., 1984.</ref>
 
:The second reference to Perry's Handbook.<ref name="Perry"/>&nbsp;&nbsp;&nbsp;
 
:The third reference to Perry's Handbook.<ref name="Perry"/>
 
:{{Help:Footnotes/demo/ref}}
 
|}
 
Clicking on a numbered superscript takes you straight to the text of the corresponding footnote or reference.
 
===Producing the reference or footnote list===
The '''<nowiki><references/></nowiki>''' tag is expanded to show the text of the footnotes or references against their corresponding numbers, like this:
 
{|class=wikitable
|
<references/>
|}
 
For single citations, clicking on the caret (<font color=blue>'''^'''</font>) takes you to the point of citation in the main text.
 
For multiple citations, the links back to the main text can be distinguished in various ways, depending on [[MediaWiki:Cite references link many format]] and [[MediaWiki:Cite references link many format backlink labels]]: the default is to have double-numerical superscripts, e.g. 2.0, 2.1, .. for the second reference, while on Meta and the English Wikipedia we have letters instead of a second number (a instead of 0, b instead of 1, c instead of 2, etc.), and without repeating the reference number. Clicking on a link takes you to the corresponding citation in the main text.
 
You may also use a slightly different format if desired, like this:
 
<nowiki>== Example reference section ==</nowiki><br />
&lt;div class="references-small">
&lt;references />
&lt;/div>
 
to generate the example section on [[help:Footnotes/example 1]].
 
===Notes on the Cite.php method===
 
* Clicking on the blue superscript <font color="blue">1.0</font> causes the screen display to scroll back up to the point where the first  reference to Perry's Handbook was inserted. Clicking on the blue superscript <font color=blue>1.1</font> causes the screen display to scroll back up to the point where the second reference to Perry's Handbook was inserted. Clicking on the blue superscript <font color=blue>1.2</font> causes the screen display to scroll back up to the point where the the third reference to Perry's Handbook was inserted ... and so forth.
 
* Clicking on any vertical arrow (<font color="blue">↑</font>) that has no associated superscripts causes the screen display to scroll back up to the point where that single-use references was inserted.
 
==Notes at independent positions==


----- BEGIN PGP SIGNED MESSAGE-----
The systems below require a note tag with id for each note, but they allow the position of each footnote text to be chosen independently. For example, footnotes in a table or section can be put at the bottom of the table or section.
Hash: SHA1


I can take bitcoins for Noisebridge (I'm on the board for whatever that counts as -- at the very least, Noisebridge have a tradition that you can give cash to a board member as a donation)
=Extensions=
[[Special:Version]]
==Graphs==
Extension '''[[mwe:Graph]]''', with guide at '''[[mwe:Graph/Guide]]''' for writing and modifying graphs, including pulling data from tables for the graph -- especially valuable for avoiding duplicate copies of data (even on the same page) that skew out of date.


1B5sJQ6Wu6AmK9xG5YTic4Nszw4PS7UMAM
===example===
https://www.mediawiki.org/wiki/Extension:Graph/Demo/HorizontalBarGraphSample


d.
<graph>
{
  "version": 2, "width": 400, "height": 400,
  "padding": {"top": 10, "left": 30, "bottom": 30, "right": 10},
  "data": [
    {
      "name": "table",
      "values": [
        {"t": "a", "v": 28}, {"t": "b", "v": 55},
        {"t": "c", "v": 43}, {"t": "d", "v": 91},
        {"t": "e", "v": 81}, {"t": "f", "v": 53},
        {"t": "g", "v": 19}, {"t": "h", "v": 87},
        {"t": "i", "v": 52}, {"t": "j", "v": 48},
        {"t": "k", "v": 24}, {"t": "l", "v": 49},
        {"t": "m", "v": 87}, {"t": "n", "v": 66},
        {"t": "o", "v": 17}, {"t": "p", "v": 27},
        {"t": "q", "v": 68}, {"t": "r", "v": 16},
        {"t": "s", "v": 49}, {"t": "t", "v": 15}
      ]
    }
  ],
  "scales": [
    {
      "name": "x",
      "range": "width",
      "domain": {"data": "table", "field": "v"}
    },
    {
      "name": "y",
      "range": "height",
      "type": "ordinal",
      "domain": {"data": "table", "field": "t"}
    }
  ],
  "axes": [
    {"type": "x", "scale": "x"},
    {"type": "y", "scale": "y"}
  ],
  "marks": [
    {
      "type": "rect",
      "from": {"data": "table"},
      "properties": {
        "enter": {
          "y": {"scale": "y", "field": "t"},
          "height": {"scale": "y", "band": true, "offset": -1},
          "x": {"scale": "x", "value": 0},
          "x2": {"scale": "x", "field": "v"}
        },
        "update": {
          "fill": {"value": "steelblue"}
        },
        "hover": {
          "fill": {"value": "red"}
        }
      }
    }
  ]
}
</graph>
===interactive?===
https://www.mediawiki.org/wiki/Extension:Graph/Interactive_Graph_Tutorial
<graph mode=interactive>
{
  // We want to use Vega 2, and specify image size
  "version": 2, "width": 300, "height": 30,
  // Set padding to the same value on all sides
  "padding": 12,
  // By default the background is transparent
  "background": "#edf1f7",
  "marks": [
    {
      // Draw a horizontal line
      "name": "scrollLine",
      "type": "rule",
      "properties": {
        "enter": {
          "x": {"value": 0},
          "y": {"value": 15},
          "x2": {"value": 300},
          "stroke": {"value": "#000"},
          "strokeWidth": {"value": 2}
        }
      }
    },
    {
      // Draw a triangle shape with a hover effect
      // naming objects allows us to reference them later
      "name": "handle",
      "type": "path",
      "properties": {
        "enter": {
          "x": {"value": 200},
          "y": {"value": 15},
          // path syntax is the same as SVG's path tag
          "path": {"value": "m-5.5,-10l0,20l11.5,-10l-11.5,-10z"},
          "stroke": {"value": "#880"},
          "strokeWidth": {"value": 2.5}
        },
        "update": {"fill": {"value": "#fff"}},
        // Change fill color of the object on mouse hover
        "hover": {"fill": {"value": "#88f"}}
      }
    }
  ]
}
</graph>




-----BEGIN PGP SIGNATURE-----
== Trying Calendars ==
Version: GnuPG v1.4.10 (Darwin)
=== [[mwe:MsCalendar]] ===
It doesn't have to be this one, and it may still not work. Someone wants to build the hairball.


iQIcBAEBAgAGBQJNyLOVAAoJEOUAGQaj/eReJ2UQALrBF2ifw1B9QH26jo+0838M
<pre>
wYWbpxMf4JdNLHt9NdFwIaucahWLmWHVEkkZRkp4eUUBr7uO7l9J1hEC3AazcRSa
<mscalendar>Test1</mscalendar>
PT4wgVmCiX+zE+RcJHsDLIvSw3+MOK+8mehMRc5OrLnXiF5hwKB9TFwfonqMmsj4
GuvZkVS6ziE+KS3RdqQu2lbJ9zpyPqlrLed5ULCk1gnaCxU5nn0QuLo5rLo4BcQr
HH9XF6AHAIT3sS972tWxACCtkZu4YjUJ1pSMaG5Kdx8S4bbR089odYE24JiwpALl
M3sRfm9uz4kPIWB+xckG5qurIHctl45Q5izxj7tfhLJpwe2QmKDW6OT2ePMDe8L5
YiII4cI18C9hxHV4biEKRzl9GgwfiWBOOm0LypQnJVgShLYdtERs97cLb/XEgHo8
ba04ZCYyyLfDnAbECyj3zwEiwdkQ8lyJQpqWkt4DUhRavVMaxyt/K8bVAmPdWTcO
o1OpKhx0Au/aFJp3mLFxahGUcN24mEMngf/Oma5LuhFvNssUZ156LQwGl84zB35X
/B4bcAwL72RQGYMzM/crxKz2kID405r8hdaUgpJa2uuCi0hmloWuYwMhPhpAHkzN
K/QPymQJ7/n4o1610HXHCPTxHIWMIBSgPCraYIrBLziVgtbTKNE6aWcJz3ONtQG+
u0h66V6CFa5xAUhzS88p
=Nwpk
-----END PGP SIGNATURE-----
</pre>
</pre>
==See also==
*[[Help:Collapsing]] - another way of separating "main" and "supplementary" content.

Latest revision as of 15:56, 22 October 2025

Test edit.

WeeklyEvents: Module/Template/Use[edit | edit source]

Mtgs: Last · Next T

Notes gathered at a single position[edit | edit source]

Note: This method will only work if you have installed the Cite Extension.

This method gathers the notes at a single position marked with the <references/> tag. If used multiple times, only the first works.

  • <ref>Reference text</ref>
    Produces a reference mark linking to the reference text, provided that the tag <references/> mentioned below is present on the page.
  • <ref name="id">Reference text</ref>
    Ditto; also assigns a name to the reference text; the quotes are only needed if id contains spaces or special characters.
  • <ref name="id"/>
    Produces a reference mark linking to a reference text defined before.
  • <references/>
    Inserts a list of reference texts, each preceded by a list of links to the positions in the page linking to the text; this applies for all texts inside <ref> tags in the wikitext of the page.

Multiple insertion of the same reference[edit | edit source]

mw:Extension:Cite:

References may be cited more than once using <ref name="id"/>. On the Edit page, this is placed at the first insertion point of citation:

<ref name="Perry">Perry's Handbook, Sixth Edition, McGraw-Hill Co., 1984.</ref>

This is placed at the second insertion point of citation:

<ref name="Perry"/>

This is placed at the third insertion point of citation:

<ref name="Perry"/> ..... and so forth for further insertion points

Single insertion of a reference[edit | edit source]

For the single insertion of a reference, the "name" parameter is not needed. On the Edit page, this is placed at the insertion point of citation:

<ref>Excel For Dummies, First Edition, Hungry Minds, Inc., 1980.</ref>

To have the reference depend on a parameter, use e.g.::

{{#tag:ref|...{{tc}}...{{{1}}}...}} giving <ref>...Template:Tc...{{{1}}}...</ref>

What is produced at the points of insertion[edit | edit source]

The <ref> tags in the main text are converted to auto-numbered superscripts, like this:

The only reference to Excel For Dummies.<ref>Excel For Dummies, First Edition, Hungry Minds, Inc., 1980.</ref>
The first reference to Perry's Handbook.<ref name="Perry">Perry's Handbook, Sixth Edition, McGraw-Hill Co., 1984.</ref>
The second reference to Perry's Handbook.<ref name="Perry"/>   
The third reference to Perry's Handbook.<ref name="Perry"/>
Help:Footnotes/demo/ref

Clicking on a numbered superscript takes you straight to the text of the corresponding footnote or reference.

Producing the reference or footnote list[edit | edit source]

The <references/> tag is expanded to show the text of the footnotes or references against their corresponding numbers, like this:

<references/>

For single citations, clicking on the caret (^) takes you to the point of citation in the main text.

For multiple citations, the links back to the main text can be distinguished in various ways, depending on MediaWiki:Cite references link many format and MediaWiki:Cite references link many format backlink labels: the default is to have double-numerical superscripts, e.g. 2.0, 2.1, .. for the second reference, while on Meta and the English Wikipedia we have letters instead of a second number (a instead of 0, b instead of 1, c instead of 2, etc.), and without repeating the reference number. Clicking on a link takes you to the corresponding citation in the main text.

You may also use a slightly different format if desired, like this:

== Example reference section ==
<div class="references-small"> <references /> </div>

to generate the example section on help:Footnotes/example 1.

Notes on the Cite.php method[edit | edit source]

  • Clicking on the blue superscript 1.0 causes the screen display to scroll back up to the point where the first reference to Perry's Handbook was inserted. Clicking on the blue superscript 1.1 causes the screen display to scroll back up to the point where the second reference to Perry's Handbook was inserted. Clicking on the blue superscript 1.2 causes the screen display to scroll back up to the point where the the third reference to Perry's Handbook was inserted ... and so forth.
  • Clicking on any vertical arrow () that has no associated superscripts causes the screen display to scroll back up to the point where that single-use references was inserted.

Notes at independent positions[edit | edit source]

The systems below require a note tag with id for each note, but they allow the position of each footnote text to be chosen independently. For example, footnotes in a table or section can be put at the bottom of the table or section.

Extensions[edit | edit source]

Special:Version

Graphs[edit | edit source]

Extension mwe:Graph, with guide at mwe:Graph/Guide for writing and modifying graphs, including pulling data from tables for the graph -- especially valuable for avoiding duplicate copies of data (even on the same page) that skew out of date.

example[edit | edit source]

https://www.mediawiki.org/wiki/Extension:Graph/Demo/HorizontalBarGraphSample

interactive?[edit | edit source]

https://www.mediawiki.org/wiki/Extension:Graph/Interactive_Graph_Tutorial


Trying Calendars[edit | edit source]

mwe:MsCalendar[edit | edit source]

It doesn't have to be this one, and it may still not work. Someone wants to build the hairball.

<mscalendar>Test1</mscalendar>

See also[edit | edit source]

  • Help:Collapsing - another way of separating "main" and "supplementary" content.