h1. Notation Guide? Lolwut?
{anchor:scrolltome}Kaikki wiki-merkkaukset löytyvät notation guidesta:
[https://wiki.metropolia.fi/renderer/notationhelp.action]
tai
Valitse edit page >>> Wiki Markup >>>> oikeasta reunasta linkki: Full notation guide
Confluencen dokumentaatio >>> [http://confluence.atlassian.com/display/DOC/Confluence+Documentation+Home]
h1. Merkkaukset
h2. Lisää alasivu
{quote}
{add-page:parent=@self|parent=Page Parent}Click to add page{add-page}
{quote}
Koodi:
{code}
{add-page:parent=@self|parent=Page Parent}Click to add page{add-page}
{code}
Selitys:
{quote}
Generates an 'Add Page' link which, when clicked, can take the user directly to a template and/or set the page parent.
* *template* \- (optional) the name of the template to use when creating the page.
* *live* \- (optional) if set to 'true', the template will be live when the page is created. Defaults to false.
* *parent* \- (optional) the name of the parent page (empty by default). May also have the following markers:
** *@self* \- (default) the parent will be the page the macro is in.
** *@parent* \- the parent will be the parent of the page the macro is in.
** *@home* \- the parent will be home page for the Space the page is in.
* *title* \- (optional) if you want popup text to appear when the mouse is hovered over the link, enter it here.
* *labels* \- (optional) the list of labels to apply to the new page. Does not work for non-live templates.
* *allowRename* \- (optional) if set to true, the user will be allowed to rename the page while it is being created.
{quote}
h2. HTML
{quote}
{html}
<b>I like cheese</b>
{html}
{quote}
[#scrolltome]
{quote}
h1. Pluginit
h2. Perushaku omalla sivulla
{quote}
{search-box:space=~mikakli}
{quote}
{code}
{search-box:space=~mikakli}
{code}
Parametrit:
{quote}
* *all=true* \- määrittää koko wikin hakualueeksi
* *space* \- rajaa haun määritettyyn tilaan
{quote}
h2. Livesearch
{quote}
{livesearch:id=etusivu|spaceKey=~mikakli}
{quote}
{code}
{livesearch:id=etusivu|spaceKey=~mikakli}
{code}
Parametrit:
{quote}
* *id* \- erittelee livesearch-elementin.
* *spaceKey* \- rajaa haun määritettyyn tilaan
{quote}
h2. Päivitykset 1
{quote}
{recently-updated:spaces=~mikakli|showProfilePic=true}
{quote}
{code}
{recently-updated:spaces=~mikakli|showProfilePic=true}
{code}
h2. Päivitykset 2
{quote}
{recently-updated-dashboard:spaces=~mikakli|showProfilePic=true}
{quote}
{quote}
{code}
{recently-updated-dashboard:spaces=~mikakli|showProfilePic=true}
{code}
h2. Päivitykset 3
{quote}
{gadget:url=rest/gadgets/1.0/g/com.atlassian.streams.confluence:activitystream-gadget/gadgets/conf-activitystream-gadget.xml}title=P%C3%A4ivitykset%203&keys=d11&username=&numofentries=10&isConfigured=true&refresh=false{gadget}
{quote}
{quote}
{gadget:url=rest/gadgets/1.0/g/com.atlassian.streams.confluence:activitystream-gadget/gadgets/conf-activitystream-gadget.xml}title=P%C3%A4ivitykset%203&keys=d11&username=&numofentries=10&isConfigured=true&refresh=false{gadget}
{quote}
{code}
{gadget:url=rest/gadgets/1.0/g/com.atlassian.streams.confluence:activitystream-gadget/gadgets/conf-activitystream-gadget.xml}title=P%C3%A4ivitykset%203&keys=~mikaklid11&username=~mikakli&numofentries=10&isConfigured=true&refresh=false{gadget}
{code} |