ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.

Difference between revisions of "User talk:McPwny"

From ModEnc
Jump to: navigation, search
(Created page with "Thanks for fixing many missing flag definitions. It'd be even better if you could add this flag template while making a new page: <nowiki>{{Flag |name={{PAGENAME}} |files=...")
 
m
 
Line 3: Line 3:
 
  <nowiki>{{Flag
 
  <nowiki>{{Flag
 
  |name={{PAGENAME}}
 
  |name={{PAGENAME}}
  |files={{Categ|rules(md).ini}}
+
  |files={{Categ|rules(md).ini}} ;example
  |values={{Values|unsigned integer}} ;see the [[Template:Values]] page for valid value types
+
  |values={{Values|unsigned integer}} ;example, see the [[Template:Values]] page for valid value types
 
  |default=
 
  |default=
  |types=[[BuildingTypes]]
+
  |types=[[BuildingTypes]] ;example
 
  |ts=yes
 
  |ts=yes
 
  |fs=yes
 
  |fs=yes

Latest revision as of 15:54, 10 January 2022

Thanks for fixing many missing flag definitions. It'd be even better if you could add this flag template while making a new page:

{{Flag
 |name={{PAGENAME}}
 |files={{Categ|rules(md).ini}} ;example
 |values={{Values|unsigned integer}} ;example, see the [[Template:Values]] page for valid value types
 |default=
 |types=[[BuildingTypes]] ;example
 |ts=yes
 |fs=yes
 |hp=yes
 |ra2=yes
 |yr=yes
 |ares=yes
 }}

That way new pages are automatically included in appropriate categories and linked to existing pages. Crimsonum 14:52, 10 January 2022 (CET)