Loading...
 
page id: 758 Wiki Structures to handle Master Documents and its subdocuments through a website, allowing also collaboration among groups of people Profiles >  state >  release Profiles >  type >  Learning profile (to show off feature) Profiles >  type >  Available in the Profiles Wizard (12+) Profiles >  Tiki version >  Deprecated >  18.x Profiles >  Tiki version >  21.x Profiles >  Tiki version >  Deprecated >  22.x Profiles >  Tiki version >  Deprecated >  23.x Profiles >  Tiki version >  24.x

Structured Master Documents

This profile uses the feature "Wiki Structure" to handle the equivalent feature in desktop office suites called "Master document and subdocuments", which is useful to create structured multipage reports with many sections and subsections, thesis, papers, etc.

Click to expand
Click to expand


Parts of the document:
Master Document # Page Names Comments
D1 Title (cover) page Includes image
D1 Copyright page (back of title page)
D1 Table of contents Automatically generated
D1 Preface (Foreword) Continue from ToC
D1 Chapters 1 to 4 start with 1
D1 Appendixes A, B continue from Chapter 4
D2 Title (cover) page Includes image
D2 Copyright page (back of title page)
D2 Table of contents Automatically generated
D2 Preface (Foreword) Continue from ToC
D2 Chapters 1 to 4 start with 1
D2 Appendixes A, B continue from Chapter 4


Everything related to page numbers, headings and footers, will be handled in the edition process at a desktop office suite such as LibreOffice or equivalent, once the content of the whole document has been transfered there from Tiki through exporting it in "Main Application Menu > Wiki > Multiprint".

YAML
preferences:
 feature_wiki_structure: y
 feature_wiki_open_as_structure: y
 feature_wiki_make_structure: y
 feature_categories: y
 feature_wiki_categorize_structure: y
 feature_wiki_multiprint: y
 feature_listorphanStructure: y
 feature_wiki_structure_drilldownmenu: y
 feature_wiki_argvariable: y
 wikiplugin_titlesearch: y
 useGroupHome: y
 limitedGoGroupHome: y
 instructions: Profile_SMasterDoc_Instructions


Modules

Breadcrumb for easier navigation
YAML
objects:
 -
  type: module
  ref: module_breadcrumb
  data:
   position: left
   order: 2
   name: breadcrumb
   groups: [ Anonymous ]


Pages of the Structured Master Document


24 pages found for title search 'Profile_SMasterDoc'


YAML
instructions: Instructions of the Structured Master Documents
preferences:
  enable: [ feature_wiki ]
objects:
  -
    type: wiki_page
    ref:  master_doc_instructions
    data:
      name: Instructions of the Structured Master Documents
      description: Instructions of this profile
      lang: en
      content: wikicontent:Profile_SMasterDoc_Instructions
  -
    type: wiki_page
    ref: master_doc1_cover
    data:
      name: D1 Cover 
      description: Cover for Master Document 1 
      lang: en
      content: wikicontent:Profile_SMasterDoc1_Cover
      structure: 0
  -
    type: wiki_page
    ref: master_doc1_copyright
    data:
      name: D1 Copyright
      description: Copyright page of Master Document 1
      lang: en
      content: wikicontent:Profile_SMasterDoc1_Copyright
      mode: create
      structure: $master_doc1_cover
  -
    type: wiki_page
    ref: master_doc1_toc
    data:
      name: D1 Table of Contents
      description: Table of Contents (toc) of Master Document 1
      lang: en
      content: wikicontent:Profile_SMasterDoc1_TOC
      mode: create
      structure: $master_doc1_copyright
      structure_as_sibling: y
  -
    type: wiki_page
    ref: master_doc1_preface
    data:
      name: D1 Preface
      description: Preface of Master Document 1
      lang: en
      content: wikicontent:Profile_SMasterDoc1_Preface
      mode: create
      structure: $master_doc1_toc
      structure_as_sibling: y
  -
    type: wiki_page
    ref: master_doc1_ch1
    data:
      name: D1 Chapter 1
      description: Chapter 1 of Master Document 1
      lang: en
      content: wikicontent:Profile_SMasterDoc1_Ch1
      mode: create
      structure: $master_doc1_preface
      structure_as_sibling: y
  -
    type: wiki_page
    ref: master_doc1_ch2
    data:
      name: D1 Chapter 2
      description: Chapter 2 of Master Document 1
      lang: en
      content: wikicontent:Profile_SMasterDoc1_Ch2
      mode: create
      structure: $master_doc1_ch1
      structure_as_sibling: y
  -
    type: wiki_page
    ref: master_doc1_ch3
    data:
      name: D1 Chapter 3
      description: Chapter 4 of Master Document 1
      lang: en
      content: wikicontent:Profile_SMasterDoc1_Ch3
      mode: create
      structure: $master_doc1_ch2
      structure_as_sibling: y
  -
    type: wiki_page
    ref: master_doc1_ch4
    data:
      name: D1 Chapter 4
      description: Chapter 4 of Master Document 1
      lang: en
      content: wikicontent:Profile_SMasterDoc1_Ch4
      mode: create
      structure: $master_doc1_ch3
      structure_as_sibling: y
  -
    type: wiki_page
    ref:  master_doc1_ch2_1
    data:
      name: D1 Chapter 2.1
      description: Section 1 of Chapter 2 of Master Document 1
      lang: en
      content: wikicontent:Profile_SMasterDoc1_Ch2.1
      mode: create
      structure: $master_doc1_ch2
  -
    type: wiki_page
    ref:  master_doc1_ch2_2
    data:
      name: D1 Chapter 2.2
      description: Section 2 of Chapter 2 of Master Document 1
      lang: en
      content: wikicontent:Profile_SMasterDoc1_Ch2.2
      mode: create
      structure: $master_doc1_ch2_1
      structure_as_sibling: y
  -
    type: wiki_page
    ref:  master_doc1_apendix_a
    data:
      name: D1 Apendix A
      description: Apendix A of Master Document 1
      lang: en
      content: wikicontent:Profile_SMasterDoc1_Apendix_A
      mode: create
      structure: $master_doc1_ch4
      structure_as_sibling: y
  -
    type: wiki_page
    ref:  master_doc1_apendix_b
    data:
      name: D1 Apendix B
      description: Apendix B of Master Document 1
      lang: en
      content: wikicontent:Profile_SMasterDoc1_Apendix_B
      mode: create
      structure: $master_doc1_apendix_a
      structure_as_sibling: y
  -
    type: wiki_page
    ref:  master_doc2_cover
    data:
      name: D2 Cover 
      description: Cover for Master Document 2 
      lang: en
      content: wikicontent:Profile_SMasterDoc2_Cover
  -
    type: wiki_page
    ref:  master_doc2_copyright
    data:
      name: D2 Copyright
      description: Copyright page of Master Document 2
      lang: en
      content: wikicontent:Profile_SMasterDoc2_Copyright
  -
    type: wiki_page
    ref:  master_doc2_toc
    data:
      name: D2 Table of Contents
      description: Table of Contents (toc) of Master Document 2
      lang: en
      content: wikicontent:Profile_SMasterDoc2_TOC
  -
    type: wiki_page
    ref:  master_doc2_preface
    data:
      name: D2 Preface
      description: Preface of Master Document 2
      lang: en
      content: wikicontent:Profile_SMasterDoc2_Preface
  -
    type: wiki_page
    ref:  master_doc2_ch1
    data:
      name: D2 Chapter 1
      description: Chapter 1 of Master Document 2
      lang: en
      content: wikicontent:Profile_SMasterDoc2_Ch1
  -
    type: wiki_page
    ref:  master_doc2_ch2
    data:
      name: D2 Chapter 2
      description: Chapter 2 of Master Document 2
      lang: en
      content: wikicontent:Profile_SMasterDoc2_Ch2
  -
    type: wiki_page
    ref:  master_doc2_ch3
    data:
      name: D2 Chapter 3
      description: Chapter 3 of Master Document 2
      lang: en
      content: wikicontent:Profile_SMasterDoc2_Ch3
  -
    type: wiki_page
    ref:  master_doc2_ch4
    data:
      name: D2 Chapter 4
      description: Chapter 4 of Master Document 2
      lang: en
      content: wikicontent:Profile_SMasterDoc2_Ch4
  -
    type: wiki_page
    ref:  master_doc2_ch2_1
    data:
      name: D2 Chapter 2.1
      description: Section 1 of Chapter 2 of Master Document 2
      lang: en
      content: wikicontent:Profile_SMasterDoc2_Ch2.1
  -
    type: wiki_page
    ref:  master_doc2_ch2_2
    data:
      name: D2 Chapter 2.2
      description: Section 2 of Chapter 2 of Master Document 2
      lang: en
      content: wikicontent:Profile_SMasterDoc2_Ch2.2
  -
    type: wiki_page
    ref:  master_doc2_apendix_a
    data:
      name: D2 Apendix A
      description: Apendix A of Master Document 2
      lang: en
      content: wikicontent:Profile_SMasterDoc2_Apendix_A
  -
    type: wiki_page
    ref:  master_doc2_apendix_b
    data:
      name: D2 Apendix B
      description: Apendix B of Master Document 2
      lang: en
      content: wikicontent:Profile_SMasterDoc2_Apendix_B