Main Page: Difference between revisions
Jump to navigation
Jump to search
Line 34: | Line 34: | ||
The menu saved in a normal wiki page may be transcluded (wiki jargon) into a page near you. | The menu saved in a normal wiki page may be transcluded (wiki jargon) into a page near you. | ||
===Written here is the page name in html | ===Written here is the page name in html pre tags=== | ||
;in edit! | ;in edit! | ||
<pre style="margin-left:3em; font:normal 14px terminal;"{{menuSomePage}} | <pre style="margin-left:3em; font:normal 14px terminal;"{{menuSomePage}} | ||
Line 41: | Line 41: | ||
===Written here is the page name in triple-curley-braces tags=== | ===Written here is the page name in triple-curley-braces tags=== | ||
{{menuSomePage}} | |||
===And here's the menu transclusion between braces=== | ===And here's the menu transclusion between braces=== | ||
<pre style="margin-left:3em; font:normal 14px terminal;"{{menuSomePage}} | <pre style="margin-left:3em; font:normal 14px terminal;"{{menuSomePage}} | ||
{{menuSomePage}} | |||
</pre> | </pre> |
Revision as of 17:03, 7 July 2023
- July 7, 2023
Founding editors:
To do before the cows come home
- style sheet page
- javascript page
- manually maintained list of category names per focus area
The above is wiki links and html entity strings for a dot, wrapped in a div tag with styling. The above is in a <pre> tag next.
<div style="margin-left:3em; font:courier 14px terminal;"> [[Main Page]] ⋅ [[Stephen J. Roberts|psiCommander]] ⋅ </div>
The links and dots are saved to a page name menuSomePage. Editor rights are needed, it hurt to think, fingers are sharing this :) Smiley faces get no wiki support :(
The menu saved in a normal wiki page may be transcluded (wiki jargon) into a page near you.
Written here is the page name in html pre tags
- in edit!
===Written here is the page name in triple-curley-braces tags=== {{menuSomePage}} ===And here's the menu transclusion between braces=== <pre style="margin-left:3em; font:normal 14px terminal;"{{menuSomePage}} {{menuSomePage}}