Scaffold Library


This page is a collection of community-submitted Scaffolds. Browse what's already here or click 'Add Page' above to submit your own.

It may be a good idea to post-fix your new page title with 'Scaffold' (e.g. 'Project Scaffold') to avoid clashing with other pages in the Space.
Remember to include your scaffolds in {noformat} tags!

Contents

  • Editable link (examples) ScaffoldThis example scaffold shows some tricks and problems with making editable hyperlinks...
  • Expense Form ScaffoldA useful expense form for employees and contractors - ideal for remote workers...
  • Meeting notes template
  • Page with 2 Sidebars ScaffoldThis macro puts two wiki notation "side bars" either side of the central body wiki notation area...
  • Plugin ScaffoldA scaffold for documenting a Confluence plugin.
  • Product Management templateThe product management template provides a collaborative environment that helps product managers and developers capture requirements and guide these towards a format that can be implemented by developers. It allows product managers to input their ideas and wishes, and provides content templates that add structure to the creative proces. The template provides a flow to move from idea to implementable product feature descriptives. It delivers a repository of requirements in priority.
  • Project Timeline ScaffoldScaffold for simple project-management with milestones, due dates and states
  • Resume ScaffoldA scaffold for a basic web-based resume.
  • Tabular Notes ScaffoldThis simple scaffold creates a table in to which you can enter notes of various categories (easy to add more categories).
  • Timesheet ScaffoldScaffold of a simple timesheet (for those of us without JIRA!)

Labels

plugin plugin Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. May 27, 2008

    Brandon Faloona says:

    I notice this page has not been updated in quite a while. Are there any other re...

    I notice this page has not been updated in quite a while. Are there any other repositories for scaffolds?

  2. Jul 10, 2008

    zhang, xia says:

    I like ask a question to David Peterson regarding Scaffold data with reporting m...

    I like ask a question to David Peterson regarding Scaffold data with reporting macro. I like to be able to report on a scaffold data but want to change the display of the text when reporting. For example, I have a list-data. One option is to load attachment so I will display the link if that option is chosen. But if user chooses something else, the text will be display. For example, in template we have following

    *Schedule:*{list-data:Schedule\|type=check\|multiple=false}
    
    {list-option:TBD}TBD{list-option}
    
    {list-option:Not Required}Not Required{list-option} {list-option:Pending}Pending{list-option}
    
    {list-option:View}{attachment-data:Schedule link}{list-option} {list-data}
    






    When reporting, we like to display TBD/Pending/Not Required if one of them is chosen. But if load attachment is chosen, we link display the link for that attachment. Is there any way to do that?

    Thanks

    1. Jul 10, 2008

      David Peterson [CustomWare] says:

      Hi there, If you use {attachment-options} instead of {attachment-data}, you sho...

      Hi there,

      If you use {attachment-options} instead of {attachment-data}, you should then be able to do something like this:

      {report-info:data:Schedule > reference:value|link=true}
      

      This should output the values of the fields. If the value is linkable (such as an attachment or page, etc), it will create a link to that page. Otherwise it will just output the text.