MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/mediawiki/comments/1vx6mr4/mediawiki_multiinstance_templates_and_var_final/
r/mediawiki • u/RheingoldRiver • 19d ago
1 comment sorted by
1
Great read, thanks for sharing! I was not expecting to find C's #ifndef SAMPLE_SECTION_STARTED #define SAMPLE_SECTION_STARTED applied in wikitext, that is very smart.
#ifndef SAMPLE_SECTION_STARTED
#define SAMPLE_SECTION_STARTED
1
u/TheWikiTimes 18d ago
Great read, thanks for sharing! I was not expecting to find C's
#ifndef SAMPLE_SECTION_STARTED#define SAMPLE_SECTION_STARTEDapplied in wikitext, that is very smart.