Benutzer:A.Burgermeister: Unterschied zwischen den Versionen

Aus Geometrie-Wiki
Die Seite wurde neu angelegt: Mein Name ist Achim Burgermeister und ich bin hier für die Technik zuständig. Genaueres im ZUM-Wiki. <!-- In der Wiki-Family ...
 
 
(78 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt)
Zeile 5: Zeile 5:
<!-- In der Wiki-Family -->
<!-- In der Wiki-Family -->
[[zum-wiki:Benutzer:A.Burgermeister]]
[[zum-wiki:Benutzer:A.Burgermeister]]
== TESTS: ==
=== TEX ===
:<math>\frac{a}{b}</math> <math>{a} \perp {b}</math> <math>\alpha \tilde = \beta</math>
:<math>\vec{AB}</math>
Die gewünschten Ergänzungen stehen unter [[Benutzer:Spannagel/LaTexFormeln#H.C3.A4ufig_verwendete_Formelelemente_im_Geometrie-Wiki|Christians Seite]].
Die Informationen für die Änderungen sammele ich hier.
* [http://de.wikipedia.org/wiki/Hilfe:TeX Hilfe TeX in der Wikipedia]
* [http://wikis.zum.de/index.php?title=TEX/Favorites TEX/Favorites] ist die Vorlage für die verwendeten Formeln
* [http://wiki.zum.de/index.php?title=TEX/Favorites TEX/Favorites im ZUM-Wiki]
* [http://detexify.kirelabs.org/classify.html Eingabe von Mathematikzeichen, Umwandlung in TEX]
* [http://www.forkosh.com/mathtextutorial.html Tutorial für LaTEXbei Forkosh]
* [http://www.forkosh.com/mimetexmanual.html Tutorial für MimeTEX Installation (Forkosh)]
* <nowiki>http://wikis.zum.de/geowiki/index.php?title=TEX/Favorites</nowiki> Hier ist die Vorlage für die TEX-Box
=== Ersetzungstabelle für neue TEX Version (MimeTEX) ===
verschoben in wiki.zum.de/Hilfe:LaTeX
==== Entfallen ====
==== Neue Möglichkeiten ====
== Survey Monkey ==
<!--{{#widget:SurveyMonkey
            <!-- http://www.surveymonkey.com/s/2KGHTTQ-->
|sm=s/2KGHTTQ
|width=600
|height=750
}}-->
funktioniert noch nicht.
=== Iframe ===
<iframe WIDTH=120 HEIGHT=120 SCROLLING=no src="http://www.zum.de/"></iframe>
=== Lilypond ===
  <nowiki><lilypond>\relative c' { f d f a d f e d cis a cis e a g f e }</lilypond></nowiki>
<lilypond>\relative c' { f d f a d f e d cis a cis e a g f e }</lilypond>
  <nowiki><lilymidi>\relative c' { f d f a d f e d cis a cis e a g f e }</lilymidi></nowiki>
<lilymidi>\relative c' { f d f a d f e d cis a cis e a g f e }</lilymidi>
=== AnyWikiDraw ===
{{#drawing:Leer.jpg|400|400}}
Wieder ausgebaut wegen Inkompatibilität
=== Cinderella - Beispiel: ===
Hilfe: [http://wiki.zum.de/Hilfe:Cinderella ZUM-Wiki Cinderella]. Version 2.6 von Cinderella kostenlos. [http://cinderella.de/download Downloadmöglichkeit]
<cdy_applet width=300 height=100 filename="eulergerade.cdy" kernelID=1014875487410 exercise=true controls=de.cinderella.ports.CustomControl />
<cdy_applet width=300 height=100 filename="eulergerade.cdy" console=de.cinderella.ports.ExerciseConsole kernelID=1014875487410 exercise=true /><br>
<cdy_applet width=604 height=450 filename="eulergerade.cdy"
kernelID=1014875487410
exercise=true
viewport="de.cinderella.ports.EuclideanPort"
polar="false"
width= "604"
height="350"
doublebuffer="true"
mesh="false"
axes="false"
snap="false"
scale="25.0"
originx="100"
originy= "280"
deltafactor="0"
/>
=== News ===
[http://www.mediawiki.org/wiki/Extension:News News Extension]
'''VORSICHT:'''
Verursacht den Fehler:
Fatal error: Call to protected method ChangesList::insertDateHeader() from context 'NewsRenderer' in /htdocs/wiki/wikis.zum.de/extensions/News/NewsRenderer.php  on line 494
Also nicht verwenden!
====Neue Version:====
[http://www.mediawiki.org/wiki/Extension:News2 News2]
<nowiki><news/></nowiki>
[[NewsTest]]
=== DynamicList===
[http://www.mediawiki.org/wiki/Extension:DynamicPageList_%28Wikimedia%29 DynamicPageList]
<DynamicPageList>
category  = Vorlage
order    = ascending
</DynamicPageList>
=== DPLForum ===
[http://www.mediawiki.org/wiki/Extension:DPLforum DPLForum]
Test unter [[ForumTest]]
====Content parameters====
*<tt>'''category={page}'''</tt>: Adds a category to the set of categories. Only pages that belong to each of these categories will be displayed.
*<tt>'''notcategory={page}'''</tt>: Adds a category to the set of exclusions. Only pages that belong to none of these categories will be displayed.
*<tt>'''namespace={text}'''</tt>: Specifies the namespace in which to search. Only one namespace may be specified.
*<tt>'''prefix={text}'''</tt>: Specifies a prefix to match in the title. Only pages whose titles begin with the specified prefix will be displayed. ''(New in version 3.1)''
*<tt>'''start={number}'''</tt>: Excludes the first <tt>{number}</tt> results from the listing.
*<tt>'''count={number}'''</tt>: Lists no more than <tt>{count}</tt> results. Currently limited up to 50 results, but the results aren't limited to 50 if this parameter is not specified.
*<tt>'''title={page}'''</tt>: If specified, this object becomes a forum-style link to the given page. Other parameters still apply.
====Structural parameters====
*<tt>'''mode'''</tt>: Specifies the mode of output.
**<tt>'''mode=table'''</tt>: Default.  Displays each entry in a <tt><nowiki><tr></nowiki></tt> block. <tt><nowiki><table></nowiki></tt> tags are not included, so that each table may be given custom properties.
**<tt>'''mode=list'''</tt>: Displays each entry in a <nowiki><li> block. As above, tags such as <ol> or <ul></nowiki> are omitted.
**<tt>'''mode=none'''</tt>: Only separates entries with a <tt><nowiki><br /></nowiki></tt> tag.
**<tt>'''mode=count'''</tt>: Returns only the number of entries that match the given parameters. ''(New in version 3.2)''
*<tt>'''compact'''</tt>: Allows for individual <tt><nowiki><td></nowiki></tt> tags to be combined together where appropriate.
**<tt>'''compact=author'''</tt>: Combines the <tt>Title</tt> and <tt>Author</tt> cells.
**<tt>'''compact=editor'''</tt>: Combines the <tt>Edit</tt> and <tt>Editor</tt> cells.
**<tt>'''compact=all'''</tt>: Combines both.
*<tt>'''addcreationdate=true'''</tt>: Displays each entry's date of creation.
*<tt>'''addauthor=true'''</tt>: Displays the original author of each entry.
*<tt>'''addlasteditor=true'''</tt>: Displays the last editor of each entry.
*<tt>'''addlastedit=false'''</tt>: Hides each entry's last edit time; shown by default.
====Output parameters====
*<tt>'''ordermethod'''</tt>: Specifies the order in which entries are listed.
**<tt>'''ordermethod=lastedit'''</tt>: Default.  Sorts entries by the last time they were edited.
**<tt>'''ordermethod=created'''</tt>: Sorts entries by the time of their creation.
**<tt>'''ordermethod=pageid'''</tt>: Sorts entries by their ID numbers; usually equivalent to <tt>created</tt>.
*<tt>'''historylink'''</tt>: Provides a link to each entry's history.
**<tt>'''historylink=embed'''</tt>: Transforms the Edit field into a history link.
**<tt>'''historylink=append'''</tt>: Appends the history link onto the Edit field.
*<tt>'''omit={text}'''</tt>: Omits the given text from the beginning of each entry's title.
*<tt>'''order=ascending'''</tt>: Reverses the sort order.
*<tt>'''newdays={number}'''</tt>: Marks all links to entries modified less than <tt>{number}</tt> days ago with <tt>class='forum_new'</tt>; defaults to 7.
*<tt>'''timestamp=false'''</tt>: Removes timestamp values from the page links. Timestamps ensure that newly-edited entries don't appear as "visited" links.
*<tt>'''cache=true'''</tt>: Saves the results of this object to the parser cache. This is false by default unless <tt>DPLForum::requireCache</tt> is set to true.
=== DPL Dynamic Page List===
[http://www.mediawiki.org/wiki/Extension:DynamicPageList_%28third-party%29 Mediawiki extension]
[http://semeb.com/dpldemo/index.php?title=DPL:Manual_-_DPL_parameters:_Criteria_for_page_selection Manual]
==== 3 Spalten ====
<tt>
  <nowiki><dpl></nowiki>
  resultsheader=%PAGES% Seiten gefunden mit 'L' am Anfang des Titels.\n
  titlematch=L%
  addeditdate=true
  addpagecounter=true
  ordermethod=lastedit
  order=descending
  count=8
  format=,\n* %USER% (%DATE%): <nowiki>[[%PAGE%|%TITLE%]]</nowiki> (%COUNT% views),,
  userdateformat= d.m.y, G:i - 
  adduser=true
  columns=3
  </dpl>
</tt>
bewirkt:
<dpl>
  resultsheader=%PAGES% Seiten gefunden mit 'L' am Anfang des Titels.\n
  titlematch=L%
  addeditdate=true
  addpagecounter=true
  ordermethod=lastedit
  order=descending
  count=8
  format=,\n* %USER% (%DATE%): [[%PAGE%|%TITLE%]] (%COUNT% views),,
  userdateformat= d.m.y, G:i - 
  adduser=true
  columns=3
</dpl>
==== Sortierordnung ====
<tt>
  <nowiki>{{#dpl:
|namespace=Issue
|adduser=true
|addeditdate=true
|ordermethod=lastedit
|order=descending
|mode=ordered
|count=5
|format=,\n* %USER% (%DATE%): %TITLE% ,,
}}
</nowiki></tt>
bewirkt:
{{#dpl:
|namespace=Issue
|adduser=true
|addeditdate=true
|ordermethod=lastedit
|order=descending
|mode=ordered
|count=5
|format=,\n* %USER% (%DATE%): %TITLE% ,,
}}
==== Datumsformat ====
  <tt><nowiki><dpl>
  namespace=Issue
  addeditdate=true
  ordermethod=lastedit
  order=descending
  count=5
  userdateformat= d.m.y
  addlasteditor=true
  format=,\n* %USER% (%DATE%): %TITLE% ,,
  </dpl></nowiki></tt>
bewirkt:
<dpl>
  namespace=Issue
  addeditdate=true
  ordermethod=lastedit
  order=descending
  count=5
  userdateformat= d.m.y
  addlasteditor=true
  format=,\n* %USER% (%DATE%): %TITLE% ,,
</dpl>
==== Mit Zeitangabe ====
<tt>
  <nowiki><dpl>
  namespace=Issue
  addeditdate=true
  ordermethod=lastedit
  order=descending
  count=3
  userdateformat= d.m.y/G:i
  addpagecounter=true
  adduser=true
  format=,\n* %USER% (%DATE%): %TITLE% (%COUNT% Besuche),,
  </dpl></nowiki>
</tt>
bewirkt:
<dpl>
  namespace=Issue
  addeditdate=true
  ordermethod=lastedit
  order=descending
  count=3
  userdateformat= d.m.y/G:i
  addpagecounter=true
  adduser=true
  format=,\n* %USER% (%DATE%): %TITLE% (%COUNT% Besuche),,
</dpl>
==== Format ====
<tt>
  <nowiki><dpl>
  namespace=Issue
  ordermethod=lastedit
  order=descending
  count=3
  addpagecounter=true
  format = ,\n%COUNT%  --- <font size="%COUNTFS%">'''[[%PAGE%]]'''</font>,<br/>,
  </dpl>
  </nowiki>
</tt>
bewirkt:
<dpl>
  namespace=Issue
  ordermethod=lastedit
  order=descending
  count=3
  addpagecounter=true
  format = ,\n%COUNT%  --- <font size="%COUNTFS%">'''[[%PAGE%]]'''</font>,<br/>,
</dpl>
==== Tabellen ====
* [http://semeb.com/dpldemo/index.php?title=Table#table Tabellen]
* [http://semeb.com/dpldemo/index.php?title=Test_table Tabellenbeispiele]
<tt>
  <nowiki>
  <dpl>
  namespace=Issue
  ordermethod=lastedit
  order=descending
  addpagecounter=true
  format      =,,\n|align=right|²{#ifexpr:%COUNT%>300¦<big>'''%COUNT%'''</big>¦%COUNT%}²,
  include    = {Extension DPL2}:parm1
  table      =,Artikel,,Anzahl
  count =10
  </dpl></nowiki>
</tt>
bewirkt:
<dpl>
  namespace=Issue
  ordermethod=lastedit
  order=descending
  addpagecounter=true
  format      =,,\n|align=right|²{#ifexpr:%COUNT%>300¦<big>'''%COUNT%'''</big>¦%COUNT%}²,
  include    = {Extension DPL2}:parm1
  table      =,Artikel,,Anzahl
  count =10
</dpl>
'''Bemerkungen:''' Die mittlere Spalte gehört eigentlich nicht hinein. Es wird die Vorlage Extension DPL2 verwendet.
=== DynBox===
<dynbox title="Weitere Erläuterungen" posx=0px posy=120px iconcolor="white" iconbgcolor="grey" boxcolor="red"
boxbgcolor="red" color="white" bgcolor="blue"> Hier können weitere Erläuterungen stehen </dynbox>
<nowiki><dynbox title="Weitere Erläuterungen" posx=0px posy=120px iconcolor="white" iconbgcolor="grey" boxcolor="red"
boxbgcolor="red" color="white" bgcolor="blue"> Hier können weitere Erläuterungen stehen </dynbox>
</nowiki>
blendet rechts einen Button ein. Die Farben können frei bestimmt werden.

Aktuelle Version vom 6. Januar 2012, 14:51 Uhr

Mein Name ist Achim Burgermeister und ich bin hier für die Technik zuständig. Genaueres im ZUM-Wiki.


zum-wiki:Benutzer:A.Burgermeister


TESTS:

TEX

$ {\frac {a}{b}} $ $ {a}\perp {b} $ $ \alpha {\tilde {=}}\beta $
$ {\vec {AB}} $

Die gewünschten Ergänzungen stehen unter Christians Seite.

Die Informationen für die Änderungen sammele ich hier.

Ersetzungstabelle für neue TEX Version (MimeTEX)

verschoben in wiki.zum.de/Hilfe:LaTeX

Entfallen

Neue Möglichkeiten

Survey Monkey

|sm=s/2KGHTTQ |width=600 |height=750 }}-->

funktioniert noch nicht.

Iframe

Error: www.zum.de is not an authorized iframe site.

Lilypond

 <lilypond>\relative c' { f d f a d f e d cis a cis e a g f e }</lilypond>

<lilypond>\relative c' { f d f a d f e d cis a cis e a g f e }</lilypond>

 <lilymidi>\relative c' { f d f a d f e d cis a cis e a g f e }</lilymidi>

<lilymidi>\relative c' { f d f a d f e d cis a cis e a g f e }</lilymidi>


AnyWikiDraw

{{#drawing:Leer.jpg|400|400}} Wieder ausgebaut wegen Inkompatibilität

Cinderella - Beispiel:

Hilfe: ZUM-Wiki Cinderella. Version 2.6 von Cinderella kostenlos. Downloadmöglichkeit

<cdy_applet width=300 height=100 filename="eulergerade.cdy" kernelID=1014875487410 exercise=true controls=de.cinderella.ports.CustomControl /> <cdy_applet width=300 height=100 filename="eulergerade.cdy" console=de.cinderella.ports.ExerciseConsole kernelID=1014875487410 exercise=true />
<cdy_applet width=604 height=450 filename="eulergerade.cdy" kernelID=1014875487410 exercise=true viewport="de.cinderella.ports.EuclideanPort" polar="false" width= "604" height="350" doublebuffer="true" mesh="false" axes="false" snap="false" scale="25.0" originx="100" originy= "280" deltafactor="0" />

News

News Extension VORSICHT: Verursacht den Fehler: Fatal error: Call to protected method ChangesList::insertDateHeader() from context 'NewsRenderer' in /htdocs/wiki/wikis.zum.de/extensions/News/NewsRenderer.php on line 494

Also nicht verwenden!

Neue Version:

News2

<news/>

NewsTest

DynamicList

DynamicPageList


DPLForum

DPLForum

Test unter ForumTest

Content parameters

  • category={page}: Adds a category to the set of categories. Only pages that belong to each of these categories will be displayed.
  • notcategory={page}: Adds a category to the set of exclusions. Only pages that belong to none of these categories will be displayed.
  • namespace={text}: Specifies the namespace in which to search. Only one namespace may be specified.
  • prefix={text}: Specifies a prefix to match in the title. Only pages whose titles begin with the specified prefix will be displayed. (New in version 3.1)
  • start={number}: Excludes the first {number} results from the listing.
  • count={number}: Lists no more than {count} results. Currently limited up to 50 results, but the results aren't limited to 50 if this parameter is not specified.
  • title={page}: If specified, this object becomes a forum-style link to the given page. Other parameters still apply.

Structural parameters

  • mode: Specifies the mode of output.
    • mode=table: Default. Displays each entry in a <tr> block. <table> tags are not included, so that each table may be given custom properties.
    • mode=list: Displays each entry in a <li> block. As above, tags such as <ol> or <ul> are omitted.
    • mode=none: Only separates entries with a <br /> tag.
    • mode=count: Returns only the number of entries that match the given parameters. (New in version 3.2)
  • compact: Allows for individual <td> tags to be combined together where appropriate.
    • compact=author: Combines the Title and Author cells.
    • compact=editor: Combines the Edit and Editor cells.
    • compact=all: Combines both.
  • addcreationdate=true: Displays each entry's date of creation.
  • addauthor=true: Displays the original author of each entry.
  • addlasteditor=true: Displays the last editor of each entry.
  • addlastedit=false: Hides each entry's last edit time; shown by default.

Output parameters

  • ordermethod: Specifies the order in which entries are listed.
    • ordermethod=lastedit: Default. Sorts entries by the last time they were edited.
    • ordermethod=created: Sorts entries by the time of their creation.
    • ordermethod=pageid: Sorts entries by their ID numbers; usually equivalent to created.
  • historylink: Provides a link to each entry's history.
    • historylink=embed: Transforms the Edit field into a history link.
    • historylink=append: Appends the history link onto the Edit field.
  • omit={text}: Omits the given text from the beginning of each entry's title.
  • order=ascending: Reverses the sort order.
  • newdays={number}: Marks all links to entries modified less than {number} days ago with class='forum_new'; defaults to 7.
  • timestamp=false: Removes timestamp values from the page links. Timestamps ensure that newly-edited entries don't appear as "visited" links.
  • cache=true: Saves the results of this object to the parser cache. This is false by default unless DPLForum::requireCache is set to true.

DPL Dynamic Page List

Mediawiki extension

Manual


3 Spalten

 <dpl> 
 resultsheader=%PAGES% Seiten gefunden mit 'L' am Anfang des Titels.\n
 titlematch=L% 
 addeditdate=true
 addpagecounter=true
 ordermethod=lastedit
 order=descending
 count=8
 format=,\n* %USER% (%DATE%): [[%PAGE%|%TITLE%]] (%COUNT% views),,
 userdateformat= d.m.y, G:i -  
 adduser=true
 columns=3
 </dpl>

bewirkt:

8 Seiten gefunden mit 'L' am Anfang des Titels.

Sortierordnung

 {{#dpl:
 |namespace=Issue
 |adduser=true
 |addeditdate=true
 |ordermethod=lastedit
 |order=descending
 |mode=ordered
 |count=5
 |format=,\n* %USER% (%DATE%): %TITLE% ,,
 }}
 

bewirkt:

Extension:DynamicPageList4 (DPL4), version 4.0.0: Fehler: Keine Auswahlkriterien angegeben! Mindestens einer der folgenden Parameter ist erforderlich: category, namespace, titlematch, linksto, uses, createdby, modifiedby, lastmodifiedby oder die „not“-Varianten davon.

Datumsformat

 <dpl> 
  namespace=Issue
  addeditdate=true
  ordermethod=lastedit
  order=descending
  count=5
  userdateformat= d.m.y
  addlasteditor=true
  format=,\n* %USER% (%DATE%): %TITLE% ,,
  </dpl>

bewirkt:

Extension:DynamicPageList4 (DPL4), version 4.0.0: Fehler: Keine Auswahlkriterien angegeben! Mindestens einer der folgenden Parameter ist erforderlich: category, namespace, titlematch, linksto, uses, createdby, modifiedby, lastmodifiedby oder die „not“-Varianten davon.

Mit Zeitangabe

 <dpl> 
  namespace=Issue
  addeditdate=true
  ordermethod=lastedit
  order=descending
  count=3
  userdateformat= d.m.y/G:i
  addpagecounter=true
  adduser=true
  format=,\n* %USER% (%DATE%): %TITLE% (%COUNT% Besuche),,
  </dpl>

bewirkt:

Extension:DynamicPageList4 (DPL4), version 4.0.0: Fehler: Keine Auswahlkriterien angegeben! Mindestens einer der folgenden Parameter ist erforderlich: category, namespace, titlematch, linksto, uses, createdby, modifiedby, lastmodifiedby oder die „not“-Varianten davon.

Format

 <dpl> 
  namespace=Issue
  ordermethod=lastedit
  order=descending
  count=3
  addpagecounter=true
  format = ,\n%COUNT%  --- <font size="%COUNTFS%">'''[[%PAGE%]]'''</font>,<br/>,
  </dpl>
  

bewirkt:

Extension:DynamicPageList4 (DPL4), version 4.0.0: Fehler: Keine Auswahlkriterien angegeben! Mindestens einer der folgenden Parameter ist erforderlich: category, namespace, titlematch, linksto, uses, createdby, modifiedby, lastmodifiedby oder die „not“-Varianten davon.

Tabellen

 
  <dpl>
  namespace=Issue
  ordermethod=lastedit
  order=descending
  addpagecounter=true
  format      =,,\n|align=right|²{#ifexpr:%COUNT%>300¦<big>'''%COUNT%'''</big>¦%COUNT%}²,
  include    = {Extension DPL2}:parm1
  table       =,Artikel,,Anzahl
  count =10
  </dpl>

bewirkt:

Extension:DynamicPageList4 (DPL4), version 4.0.0: Fehler: Keine Auswahlkriterien angegeben! Mindestens einer der folgenden Parameter ist erforderlich: category, namespace, titlematch, linksto, uses, createdby, modifiedby, lastmodifiedby oder die „not“-Varianten davon.

Bemerkungen: Die mittlere Spalte gehört eigentlich nicht hinein. Es wird die Vorlage Extension DPL2 verwendet.

DynBox

<dynbox title="Weitere Erläuterungen" posx=0px posy=120px iconcolor="white" iconbgcolor="grey" boxcolor="red"

boxbgcolor="red" color="white" bgcolor="blue"> Hier können weitere Erläuterungen stehen </dynbox>
<dynbox title="Weitere Erläuterungen" posx=0px posy=120px iconcolor="white" iconbgcolor="grey" boxcolor="red" 
 boxbgcolor="red" color="white" bgcolor="blue"> Hier können weitere Erläuterungen stehen </dynbox>

blendet rechts einen Button ein. Die Farben können frei bestimmt werden.