generated from coulomb/repo-seed
Adopt CoulombSocial/HelixForge/MarkiTect documentation structure: - research/260608-yawex-prior-art/ — yawex exploration and sources - demand/ — inbound NetKingdom integration requirements - spec/ — PRD, TSD, UseCaseCatalog, ArchitectureBlueprint scaffolds - docs/ — stakeholder documentation and repository-layout guide - wiki/, issues/, history/ — scaffolded directories Add SCOPE.md and AGENTS.md. Update workplan paths and README.
30 lines
708 B
HTML
30 lines
708 B
HTML
<center> TEMPLATE FUER EINE WIKISEITE </center><br>
|
|
|
|
<b>Seitenname:</b> ##{$pagename}## <br>
|
|
|
|
<b>Kontext:</b> ##{breadcrumbs()}## <br>
|
|
|
|
<b>Formularanfang:</b> ##{beginform()}## <br>
|
|
|
|
<b>Aktionen:</b> ##{actions()}## <br>
|
|
|
|
<b>Seiteninhalt:</b> <br>
|
|
##{$action ne 'edit' && show($page)}##
|
|
##{$action eq 'edit' && edit($page)}##
|
|
##{$state == 0 && create($original_page)}##
|
|
<br>
|
|
|
|
<b>Formularende:</b> ##{endform()}## <br>
|
|
|
|
<b>Version:</b> ##{$version}## <br>
|
|
|
|
<b>Homeurl:</b> <a href="##{$homeurl}##">home</a> <br>
|
|
|
|
<br><center> ----- debug info follows ----- </center><br>
|
|
|
|
<b>Dies und Das:</b> ##{$original_page}##<br>
|
|
|
|
<b>Request:</b> ##{request()}## <br>
|
|
|
|
|