Difference between revisions of "Template:MODULE"

From MSX Game Library

Line 1: Line 1:
 +
{{DISPLAYTITLE:{{{name}}}}}
 
<div style="float:right; border: 2px solid #844;">
 
<div style="float:right; border: 2px solid #844;">
<div style="background:#F88; padding:0.5em">{{SUBPAGENAME}}</div>
+
<div style="background:#F88; padding:0.5em">{{{name}}}</div>
 
<div style="background:#FEE; padding:0.5em">
 
<div style="background:#FEE; padding:0.5em">
 
Category: {{{category}}}
 
Category: {{{category}}}
Line 14: Line 15:
 
* [https://github.com/aoineko-fr/MSXgl/blob/main/projects/samples/{{{sample3}}}.c {{{sample3}}}]}}
 
* [https://github.com/aoineko-fr/MSXgl/blob/main/projects/samples/{{{sample3}}}.c {{{sample3}}}]}}
 
</div></div>
 
</div></div>
<div style="float:right; margin-right:1em;">[https://aoineko.org/msxgl/index.php?title={{PAGENAME}}/Desc&action=edit ✍]</div>
+
<div style="float:right; margin-right:1em;">[https://aoineko.org/msxgl/index.php?title=Modules/{{{name}}}/Desc&action=edit ✍]</div>
{{:{{PAGENAME}}/Desc}}
+
{{:Modules/{{{name}}}/Desc}}
  
 
==Usage==
 
==Usage==
<div style="float:right; margin-right:1em;">[https://aoineko.org/msxgl/index.php?title={{PAGENAME}}/Usage&action=edit ✍]</div>
+
<div style="float:right; margin-right:1em;">[https://aoineko.org/msxgl/index.php?title=Modules/{{{name}}}/Usage&action=edit ✍]</div>
{{#ifexist:{{PAGENAME}}/Usage|{{:{{PAGENAME}}/Usage}}}}
+
{{#ifexist:Modules/{{{name}}}/Usage|{{:Modules/{{{name}}}/Usage}}}}
  
 
==Settings==
 
==Settings==
<div style="float:right; margin-right:1em;">[https://aoineko.org/msxgl/index.php?title={{PAGENAME}}/Settings&action=edit ✍]</div>
+
<div style="float:right; margin-right:1em;">[https://aoineko.org/msxgl/index.php?title=Modules/{{{name}}}/Settings&action=edit ✍]</div>
{{#ifexist:{{PAGENAME}}/Settings|{{:{{PAGENAME}}/Settings}}}}
+
{{#ifexist:Modules/{{{name}}}/Settings|{{:Modules/{{{name}}}/Settings}}}}
  
 
==Dependencies==
 
==Dependencies==
Line 32: Line 33:
  
 
==Appendix==
 
==Appendix==
<div style="float:right; margin-right:1em;">[https://aoineko.org/msxgl/index.php?title={{PAGENAME}}/Appendix&action=edit ✍]</div>
+
<div style="float:right; margin-right:1em;">[https://aoineko.org/msxgl/index.php?title=Modules/{{{name}}}/Appendix&action=edit ✍]</div>
{{#ifexist:{{PAGENAME}}/Appendix|{{:{{PAGENAME}}/Appendix}}<br/><br/>}}See module use cases in the sample program: {{#if:{{{sample1|}}}|
+
{{#ifexist:Modules/{{{name}}}/Appendix|{{:Modules/{{{name}}}/Appendix}}<br/><br/>}}See module use cases in the sample program: {{#if:{{{sample1|}}}|
 
* [https://github.com/aoineko-fr/MSXgl/blob/main/projects/samples/{{{sample1}}}.c {{{sample1}}}]|''None yet''}}{{#if:{{{sample2|}}}|
 
* [https://github.com/aoineko-fr/MSXgl/blob/main/projects/samples/{{{sample1}}}.c {{{sample1}}}]|''None yet''}}{{#if:{{{sample2|}}}|
 
* [https://github.com/aoineko-fr/MSXgl/blob/main/projects/samples/{{{sample2}}}.c {{{sample2}}}]}}{{#if:{{{sample3|}}}|
 
* [https://github.com/aoineko-fr/MSXgl/blob/main/projects/samples/{{{sample2}}}.c {{{sample2}}}]}}{{#if:{{{sample3|}}}|

Revision as of 18:27, 4 January 2024

{{{name}}}

Category: {{{category}}}

Dependencies: None

Samples: None yet

{{:Modules/{{{name}}}/Desc}}

Usage


Settings


Dependencies

Dependency on other modules: None

Appendix

See module use cases in the sample program: None yet

Documentation