Ajuda:Ajuda
Hem pensat dedicar aquest espai a posar les tips més importants per a editar rapidament el wiki
Contingut
Per a insertar qualsevol pàgina i document
Crea un marc (iframe) en el que pots insertar qualsevol direcció web. També pots incrustar documents de googledocs, pdf, etc.
{{#widget:Iframe |url=http://ladireccióweb.es |width=410 |height=342 |border=0 }}
Per afegir a una categoria un article
[[Category:Nom de la categoria]]
Com posar la barra d'idioma?
{{Languages|Nom de la pàgina}}
Per posar una ordre que s'ha d'escriure en el Terminal
<pre> Ordre</pre>
Per a posar una nota
{{Nota|NOTA: contingut de la nota}}
Per a posar un consell
{{Consell| Text del consell}}
Per a inserir un pdf als wikimanuals dos opcions
<pdf>http://some.site.com/with/a/document.pdf</pdf>
<pdf>Your_uploaded_document.pdf</pdf>
Per a inserir un vídeo
YouTube
Opció 1
{{#ev:youtube|qlTmlxpbnCo}}
només copiem el codi del final de l'adreça del YouTube: http://www.youtube.com/watch?v=qlTmlxpbnCo
Opció 2
{{#widget:YouTube|id=DWef69ItVrU}}
Parameters
id - video id (from the URL)
height and width define view dimensions, 420x350 is default
Vimeo
{{#widget:Vimeo|id=3579013}}
Parameters
id - numeric video id from the URL
width and height define view dimensions, 400x300 is default
{{#widget:SlideShare |doc=semantic-media-wiki-semantic-forms-1205504882436734-4 |width=425 |height=348 }}
Parameters
doc - is a parameter from embed code
start - optional parameter to define start slide number
width & height - optional, 425x348 is a default
player - defaults to '2' and allows you to switch to other players
norelated - if set, widget will not display related content and sharing functionality at the end of the deck
Per a obtenir el còdic embed triar la opció "customize" i copiar del còdic per a WordPress el que n'hi ha darrere de doc=
Scrib
{{#widget:Scribd |id=2881106 |access_key=key-2iauog0xawlbp6a4yxph }}
Parameters
id is a number in the video page URL
access_key is a string that must be copied from embed code for the document
width is optional, 500 is a default (height is autocalculated)
Per a ocultar la columna de l'esquerra
http://wikimanuals.edutictac.es/index.php?title=MediaWiki:Common.css
Copy-paste d'aquest fragment
#column- content { margin : 0 0 .6em 0 ; } #content { margin : 2.8em 0 0 0 ; } #p-logo , .generated-sidebar , #p-lang , #p-tb , #p-search { display : none ; } #p-cactions { left : .1em ; }